home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / s15.arj / S.DOC < prev    next >
Encoding:
Text File  |  1992-01-17  |  4.2 KB  |  92 lines

  1. S.COM -- a small, fast, free MS-DOS shell
  2.  
  3. S is an enhanced replacement for several DOS commands, including DIR, DEL,
  4. COPY, and REN.  When run, it displays all files in a directory matching the
  5. filespec given on the command line (if S is run without any arguments, it
  6. displays all files in the current directory).  You may then edit, run or rename
  7. a single file, copy, move or delete multiple files, sort the files by name,
  8. extension or date, or change the drive, directory or filespec.
  9.  
  10. Using the cursor keys (up, down, right and left arrows and PgUp and PgDn), move
  11. the inverse video bar to the desired file name.  Information regarding the
  12. highlighted file is shown on the top status line, including file size, date,
  13. time, and attributes, current directory and filespec, and the the total of
  14. sizes of all files displayed.  If the filespec includes the name of another
  15. directory or drive, the current directory will be different from the one
  16. displayed.  Then press the following keys for these actions:
  17.  
  18. Enter:  If the directory entry has an extension of .COM, .EXE or .BAT, run it.
  19.     it is a directory, go to it.  Pressing Enter when '..' is highlighted moves
  20.     you up to the parent directory from a subdirectory.  Pressing Enter at '.'
  21.     makes the directory of the current filespec the default directory.
  22.  
  23. CTRL Enter:  Like Enter, but prompts the user for command line arguments to
  24.     pass to the program to be run.
  25.  
  26. R:  Rename the highlighted file or directory.
  27.  
  28. E:  Edit or view the highlighted file.  S is set up to use my editor E for this
  29.     purpose.  Use SCONFIG to substitute a different editor or file viewer of
  30.     your choice (see below).
  31.  
  32. T:  Tag the highlighted file to indicate that it is to be acted on by Copy,
  33.     Move or Delete.  If it is already tagged, untag it.
  34.  
  35. C:  Copy the tagged files to another directory and/or drive (you will be
  36.     prompted for the destination path).
  37.  
  38. M:  Move the tagged files to another directory and/or drive.
  39.  
  40. D:  Delete the tagged files.
  41.  
  42. F:  Prompt user for a new filespec.  If you just press Enter at the prompt,
  43.     '*.*' will be used.  The new filespec may include a path, allowing you to
  44.     inspect another directory or drive without changing the default drive.
  45.  
  46. V:  Switch to a different drive.
  47.  
  48. S:  Sort the current list of files.  You will be asked whether you want to sort
  49.     by Name, Extension or Date.
  50.  
  51. F1: Show a summary of available commands at the top of the screen.
  52.  
  53. F2: Shell to DOS.
  54.  
  55. Esc:  Exit back to DOS.
  56.  
  57.  
  58. SCONFIG.COM changes S's default colors and editor name.  Type 'sconfig' without
  59. arguments for instructions.
  60.  
  61. S.COM and the accompanying files are copyrighted but you are hereby granted a
  62. limited license to use them free of charge.  While I am not aware of any bugs,
  63. I make no guarantees about their trustworthiness, so use them at your own risk.
  64. Feel free to share them with others.  I only ask that you distribute these
  65. files together and unchanged and charge nothing for them (a distribution fee of
  66. up to $5 is allowed).  I'd appreciate hearing about any bugs, and welcome any
  67. other comments.  To contact me, leave mail to dnye on BIX or write me at the
  68. address below.  Please enclose a stamped, self-addressed envelope if you write
  69. and want a reply.
  70.  
  71.  
  72.                                                       David Nye MD
  73.                                                       4209 W Lowe's Creek Rd.
  74.                                                       Eau Claire, WI  54701
  75.                                                       BIX name: dnye
  76.  
  77. Version history:
  78.  
  79. 1.1:  Display is now vertically rather than horizontally arranged.  Sort,
  80. Execute with Command Tail, Shell to DOS, New Drive commands added.
  81.  
  82. 1.2:  Displays total bytes of displayed files on status line.  Bug fix.
  83.  
  84. 1.3:  Rename and Move will no longer fail if file of same name already exists
  85. in target directory (earlier copy is deleted).  Change to different drive
  86. resets filespec to default.  Cursor moves into view during commands so system
  87. messages are not lost.
  88.  
  89. 1.4:  Bug fix.
  90.  
  91. 1.5:  Includes SCONFIG.COM to set default screen colors and editor name.
  92. Screen is cleared back to original color at exit.