www.gryphel.com/c/minivmac/extras/mpwextns - feedback

MPWextns

Mini vMac Extras


Download

filein-0.1.0.zip (info) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code.
fileout-0.1.0.zip (info) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code.
cathtc-0.1.0.zip (info) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code.
sethtc-0.1.0.zip (info) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code.

MPWextns is a collection of tools that can be used in Macintosh Programmer’s Workshop to access Mini vMac extensions. It includes :

FileIn : like ImportFl, 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.

FileOut : like ExportFl, except as an MPW tool instead of an application. It takes one argument, the path to the file to export.

CatHTC (Catenate Host Text Clipboard): like ClipIn, except as an MPW tool instead of an application, and also it writes the clipboard of the real computer to standard output, rather than writing to the clipboard of the emulated computer. To implement paste from host, with the shortcut command-option-v, run:

AddMenu Edit 'Paste HTC/√' 'CatHTC > "{Active}".§ && Find §∆ "{Active}"'

SetHTC (Set Host Text Clipboard): like ClipOut, except as an MPW tool instead of an application, and also it sets the clipboard of the real computer from standard input, rather than setting from the clipboard of the emulated computer. To implement copy from host, with the shortcut command-option-c, run:

AddMenu Edit 'Copy HTC/ç' 'SetHTC < "{Active}".§'

See the Compiling page for instructions on compiling MPWextns from the source code.

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 Foundation. See the included file COPYING.

MPWextns is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.

:

If you find MPWextns useful, please consider helping the Gryphel Project, of which it is a part.

gryphel logo, 1K
www.gryphel.com/c/minivmac/extras/mpwextns - feedback
copyright (c) 2016 Paul C. Pratt - last update 9/1/2016