uvmac/docs/extras/mpwextns/index.html

1 line
4.9 KiB
HTML
Raw Normal View History

2020-03-14 19:28:01 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> MPWextns </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="index.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/mpwextns - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> MPWextns </h2> <hr> <p> Download </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/extras/mpwextns/filein-0.1.0.zip">filein-0.1.0.zip</a> (41K) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code. <br> <a href="https://www.gryphel.com/d/minivmac/extras/mpwextns/fileout-0.1.0.zip">fileout-0.1.0.zip</a> (37K) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code. <br> <a href="https://www.gryphel.com/d/minivmac/extras/mpwextns/cathtc-0.1.0.zip">cathtc-0.1.0.zip</a> (29K) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code. <br> <a href="https://www.gryphel.com/d/minivmac/extras/mpwextns/sethtc-0.1.0.zip">sethtc-0.1.0.zip</a> (29K) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code. </p> </blockquote> <p> MPWextns is a collection of tools that can be used in Macintosh Programmer&rsquo;s Workshop to access Mini vMac extensions. It includes : </p> <p> <b>FileIn</b> : like <a href="../importfl/index.html">ImportFl</a>, except as an MPW tool instead of an application. It takes one argument, the path where the imported file will be written to, and it writes the name of the imported file to standard output. </p> <p> <b>FileOut</b> : like <a href="../exportfl/index.html">ExportFl</a>, except as an MPW tool instead of an application. It takes one argument, the path to the file to export. </p> <p> <b>CatHTC</b> (Catenate Host Text Clipboard): like <a href="../clipin/index.html">ClipIn</a>, except as an MPW tool instead of an application, and also it writes the clipboard of the real computer to standard output, rather than the clipboard of the emulated computer. To implement paste from host, with the shortcut command-option-v, run: </p> <blockquote> <pre> AddMenu Edit &#39;Paste HTC/&radic;&#39; &#39;CatHTC > &quot;{Active}&quot;.&sect; &amp;&amp; Find &sect;&#x2206; &quot;{Active}&quot;&#39; </pre> </blockquote> <p> <b>SetHTC</b> (Set Host Text Clipboard): like <a href="../clipin/index.html">ClipOut</a>, except as an MPW tool instead of an application, and also it sets the clipboard of the real computer from standard input, rather than the clipboard of the emulated computer. To implement copy from host, with the shortcut command-option-c, run: </p> <blockquote> <pre> AddMenu Edit &#39;Copy HTC/&ccedil;&#39; &#39;SetHTC < &quot;{Active}&quot;.&sect;&#39; </pre> </blockquote> <p> Here are the md5 checksums for the downloads, signed with <a href="https://www.gryphel.com/c/keys/k5.html">Gryphel Key 5</a>: </p> <blockquote> <pre> --------- GRY SIGNED TEXT --------- 6a59f9afbdc660c4c90ddba8e63009f6 filein-0.1.0.zip 191d1b5fbc2a4933134c61ca75b8b8fa fileout-0.1.0.zip 4eadc3c469699fa8cc660af38615a9f5 cathtc-0.1.0.zip c17e791c0e1396122d3979e471f4b5b4 sethtc-0.1.0.zip ------- BEGIN GRY SIGNATURE ------- Gry/4Xa8CFcUzxdN/OykxCQOunKlMsdDspc5tfXJq9Kx/HpxkyRdWjBhKBg+NHeg UcEoWenlHVHrx86oNjz4RXOOF9BbY0XJUrdtMs8jZv9qcUtCanpFwpJEu8eHr3v0 E07IwywiV4AkiBjs5BDxDRvRyHZLGqoWkmGGlmjg98rIvy+54kT4U9oZcLVD6iNH -------- END GRY SIGNATURE -------- </pre> </blockquote> <p> See the <a href="../../appc/index.html">Compiling</a> page for instructions on compiling MPWextns from the source code. </p> <p> You can redistribute MPWextns and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software