From b0d528eee2c4106a2bed267d661e423e8d552eee Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Tue, 24 Jan 1995 08:39:34 +0000 Subject: [PATCH] autocommit for file dated 1995-01-24 08:39:34 --- mmsys/commands.cli | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mmsys/commands.cli 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 -- 2.40.0