1 ;This is Commands.CLI.
\r
2 ; Each line lists an external command that can be executed by
\r
3 ; the CLI. The format of a line is:
\r
4 ; CommandName FullPathForCommand arguments(optional)...
\r
5 ; There should be NO spaces or tabs before the command name.
\r
6 ; Each line must end with a LineFeed (your editor will do this).
\r
7 ; Maximum line length is 80 characters.
\r
9 BusyLoop C:\MSamples\Busyloop\Busyloop.run
\r
10 CM32 C:\MSamples\CM32M\CM32.RUN
\r
11 DASM C:\MSamples\DASMM\DASM.RUN
\r
12 DumbTerm C:\Msamples\DumbTerm\DumbTerm.run
\r
13 Edit C:\MSamples\Editor\Edit.run
\r
14 Print C:\MSamples\Print\Print.run
\r
15 SPU C:\MSamples\ScrnPrnt\ScrnPrnt.run
\r
16 Service C:\MSamples\Service\Service.run
\r
17 TestSvc C:\MSamples\Service\TestSvc.run
\r
19 ;End of command file
\r