changeset 3051:d0ec54ac8b94

Added help files for sdir and sdrive
author tlindner
date Sun, 25 Jan 2015 12:05:20 -0800
parents 19b022ee24ba
children 39bca9937f7b
files level1/sys/sdir.hp level1/sys/sdrive.hp
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/sdir.hp	Sun Jan 25 12:05:20 2015 -0800
@@ -0,0 +1,7 @@
+@SDIR
+Syntax: SDIR <path>
+Syntax: SDIR -
+Usage : Command to list directory of the SD card in a CoCoSDC device.
+   Path can include wildcards suchs as * and ?.
+2nd Usage : If the only parameter is a hyphen, the command displays the currently
+   mounted image in both slots.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/sdrive.hp	Sun Jan 25 12:05:20 2015 -0800
@@ -0,0 +1,4 @@
+@SDRIVE
+Syntax: SDRIVE <0|1> <path>
+Usage : Mounts disk image at path in CoCoSDC slot 0 or 1.
+   Path can be ommitted to unmount an image.