]> pd.if.org Git - mmurtl/commitdiff
autocommit for file dated 1995-01-24 08:39:34
authorRichard Burgess <>
Tue, 24 Jan 1995 08:39:34 +0000 (08:39 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Mon, 17 Oct 2016 14:03:47 +0000 (14:03 +0000)
mmsys/commands.cli [new file with mode: 0644]

diff --git a/mmsys/commands.cli b/mmsys/commands.cli
new file mode 100644 (file)
index 0000000..f8f343b
--- /dev/null
@@ -0,0 +1,19 @@
+;This is Commands.CLI.\r
+; Each line lists an external command that can be executed by\r
+; the CLI. The format of a line is:\r
+; CommandName FullPathForCommand arguments(optional)...\r
+; There should be NO spaces or tabs before the command name.\r
+; Each line must end with a LineFeed (your editor will do this).\r
+; Maximum line length is 80 characters.\r
+;\r
+BusyLoop C:\MSamples\Busyloop\Busyloop.run\r
+CM32     C:\MSamples\CM32M\CM32.RUN\r
+DASM     C:\MSamples\DASMM\DASM.RUN\r
+DumbTerm C:\Msamples\DumbTerm\DumbTerm.run\r
+Edit     C:\MSamples\Editor\Edit.run\r
+Print    C:\MSamples\Print\Print.run\r
+SPU      C:\MSamples\ScrnPrnt\ScrnPrnt.run\r
+Service  C:\MSamples\Service\Service.run\r
+TestSvc  C:\MSamples\Service\TestSvc.run\r
+;\r
+;End of command file\r