# HG changeset patch # User tlindner # Date 1422216320 28800 # Node ID d0ec54ac8b94d631754c1141c2308c66ae6a2d72 # Parent 19b022ee24ba6813d9017c0da1c1281e18a3420d Added help files for sdir and sdrive diff -r 19b022ee24ba -r d0ec54ac8b94 level1/sys/sdir.hp --- /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 +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 diff -r 19b022ee24ba -r d0ec54ac8b94 level1/sys/sdrive.hp --- /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> +Usage : Mounts disk image at path in CoCoSDC slot 0 or 1. + Path can be ommitted to unmount an image.