2013-08-03 20:27:53 +00:00
|
|
|
MPW Tools
|
|
|
|
=========
|
|
|
|
|
|
|
|
This is a collection of tools for use with the MPW emulator.
|
|
|
|
|
|
|
|
Some of them are replacements for built-in MPW commands. Some of them are
|
|
|
|
replacements (the original Duplicate, for example, has a graphical
|
|
|
|
confirmation box). Some are just handy to use.
|
|
|
|
|
|
|
|
These are tested under the MPW emulator. They may or may not actually work
|
|
|
|
with a real MPW installation due to implementation differences.
|
2013-08-03 20:31:54 +00:00
|
|
|
|
|
|
|
The tools are:
|
|
|
|
|
2016-07-24 18:57:54 +00:00
|
|
|
* Delete: replacement for the Delete command.
|
|
|
|
|
|
|
|
* Echo: replacement for the Echo command.
|
|
|
|
|
2013-08-03 20:31:54 +00:00
|
|
|
* Duplicate: replacement for the Duplicate command.
|
2013-08-06 00:35:50 +00:00
|
|
|
|
2013-08-03 20:31:54 +00:00
|
|
|
* GetEnv: new command to extract environment variables for use in makefiles.
|
2013-08-06 00:35:50 +00:00
|
|
|
|
2013-08-03 20:31:54 +00:00
|
|
|
* Help: replacement for the Help command. This version looks for individual
|
|
|
|
file in the `$MPW:Help:` directory rather than searching through a single
|
|
|
|
monolithic help file.
|
2013-08-06 00:35:50 +00:00
|
|
|
|
2016-07-24 18:57:54 +00:00
|
|
|
* ListRez: List the resources in a Macintosh resource file.
|
|
|
|
|
|
|
|
* ListRezIIgs: List the resources in a IIgs resource file.
|
|
|
|
|
|
|
|
* MakeEnums: Print struct offsets for various records (for use with MPW development).
|
|
|
|
|
2013-08-06 00:35:50 +00:00
|
|
|
* OverlayIIgs: replacement for the OverlayIIgs command.
|
|
|
|
(This has been tested under MPW.)
|
|
|
|
|
2016-07-24 18:57:54 +00:00
|
|
|
* Parameters: replacement for the Parameters command.
|
|
|
|
|
|
|
|
* ReadGlobal: Display a global value.
|
|
|
|
|
2013-08-03 20:31:54 +00:00
|
|
|
* SetFile: replacement for the SetFile command. Currently only filetype and
|
2013-08-06 00:35:50 +00:00
|
|
|
creator type are supported.
|
|
|
|
|