home *** CD-ROM | disk | FTP | other *** search
- AUTO.MAC
-
- Auto inserts an initial command into the CCP command line
- buffer on the default drives system track, so that the command
- will be executed every cold boot. Note that the bios must reset
- the command length byte to zero on warm boot, otherwise the
- command will be executed EVERY boot.
-
- SYSTEM REQUIREMENTS.
-
- Auto is written in Z80 code for Microsoft Macro-80.
-
- INSTALLATION.
-
- Verify that your system reserves only one CPM logical sector
- for the cold boot routine. If it requires more (some systems
- reserve a physical sector) the code must be updated and re-
- assembled.
-
- USE.
-
- Type AUTO followed by the command to be executed, eg:-
-
- AUTO TYPE AUTO.DOC
-
- the command TYPE AUTO.DOC will be executed every subsequent
- cold boot.
-
- An AUTO command can be removed by running AUTO without any
- additional parameters.