From: Richard Burgess <> Date: Tue, 24 Jan 1995 08:39:34 +0000 (+0000) Subject: autocommit for file dated 1995-01-24 08:39:34 X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=commitdiff_plain;h=b0d528eee2c4106a2bed267d661e423e8d552eee autocommit for file dated 1995-01-24 08:39:34 --- 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