X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=mmsys%2Fcommands.cli;fp=mmsys%2Fcommands.cli;h=f8f343b25c3a153f2f172698a0b804f9b4c71526;hb=b0d528eee2c4106a2bed267d661e423e8d552eee;hp=0000000000000000000000000000000000000000;hpb=8d56ed5efb86954f4427603e3ec5e9ef24ba96f2;p=mmurtl diff --git a/mmsys/commands.cli b/mmsys/commands.cli new file mode 100644 index 0000000..f8f343b --- /dev/null +++ b/mmsys/commands.cli @@ -0,0 +1,19 @@ +;This is Commands.CLI. +; Each line lists an external command that can be executed by +; the CLI. The format of a line is: +; CommandName FullPathForCommand arguments(optional)... +; There should be NO spaces or tabs before the command name. +; Each line must end with a LineFeed (your editor will do this). +; Maximum line length is 80 characters. +; +BusyLoop C:\MSamples\Busyloop\Busyloop.run +CM32 C:\MSamples\CM32M\CM32.RUN +DASM C:\MSamples\DASMM\DASM.RUN +DumbTerm C:\Msamples\DumbTerm\DumbTerm.run +Edit C:\MSamples\Editor\Edit.run +Print C:\MSamples\Print\Print.run +SPU C:\MSamples\ScrnPrnt\ScrnPrnt.run +Service C:\MSamples\Service\Service.run +TestSvc C:\MSamples\Service\TestSvc.run +; +;End of command file