home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / sts20 / sts20.doc next >
Text File  |  1992-12-05  |  3KB  |  125 lines

  1. *-------------------------------------------------
  2. *
  3. *   STS20.DOC 
  4. *
  5. *   ST SWEEP Version 2.0 Documentation
  6. *
  7. *   as of 12/05/92 - 06:00 pm
  8. *
  9. *-------------------------------------------------
  10. *
  11. *   STS is basically a
  12. *   directory / file manipulation
  13. *   program allowing access,
  14. *   to drives 'a' thru 'p',
  15. *   and any directory / file on these drives.
  16. *
  17. *--------------------------------------------------
  18. *
  19. *   The main options of STS are:
  20. *
  21. *    Copy a file or copy all tagged files
  22. *    Delete a file or delete all tagged files
  23. *    Exit
  24. *    Free space display on the current drive
  25. *    Hex file display
  26. *    Log to a new drive
  27. *    Move a file or move all tagged files   
  28. *    Print a text file
  29. *    Quit
  30. *    Rename a file
  31. *    Switch to a new directory
  32. *    Tag a file or Tag all files
  33. *    Untag a file or Untag all files
  34. *    View a text file
  35. *
  36. *--------------------------------------------------
  37. *
  38. *   STS's method of operation is to present
  39. *   the user with the option of picking a 
  40. *   drive and then a directory.
  41. *
  42. *   STS then gets the directory items 
  43. *   ( files or sub directory names ),
  44. *   sorts them, and then displays them one at a
  45. *   time in a highlighted window.
  46. *
  47. *   The user can move forward or backward
  48. *   through the sorted item list by using     
  49. *   the 'a' key ( advance ) or cursor down,
  50. *   or the 'b' key ( back up ) or cursor up.
  51. *               
  52. *   At any time, the user may pick one of the
  53. *   options to be executed.
  54. *      
  55. *   If the option applies to the current item, then
  56. *   it will be executed on that item.
  57. *
  58. *   If it is just a general option, such as
  59. *   log to a new drive, free space display,
  60. *   or quit, it will just be executed.
  61. *
  62. *   When the option is thru, if possible, the user
  63. *   will be returned to the current directory item.
  64. *
  65. *-------------------------------------------------
  66. *
  67. *   STS will work on a color or monochrome
  68. *   monitor, and under low, medium or high
  69. *   resolution.
  70. *                       
  71. *-------------------------------------------------
  72. *
  73. *   STS was written in
  74. *   68000 assembly language using
  75. *   the ASSEMPRO assembler from ABACUS.
  76. *
  77. *-------------------------------------------------
  78. *
  79. *   STS is entirely interactive,
  80. *   which means that all the information
  81. *   it needs from the user will be
  82. *   requested, at run time, so all the user
  83. *   need do is:
  84. *
  85. *   1. execute STS
  86. *   2  reply to the initial queries as to 
  87. *      requested drive and requested directory 
  88. *   3. pick from the option list
  89. *
  90. *-------------------------------------------------
  91. *
  92. *   C H E E R S  ! ! !
  93. *
  94. *-------------------------------------------------
  95. *
  96. *   If you have questions, suggestions, gripes -
  97. *
  98. *   If you wish the source for this utility -
  99. *
  100. *   If you wish to make a monetary contribution -
  101. *
  102. *   write or call me at home:
  103. *
  104. *   Bud Rasmussen
  105. *   3795 Saxon Drive S.
  106. *   Salem, OR 97302
  107. *   503-585-1515 ( voice only - not a BBS )
  108. *
  109. *---------------------------------------------------
  110. *
  111. *   I can also be reached through the
  112. *   Salem Public Library BBS where i
  113. *   am the Atari ST Co-Sysop 
  114. *   and the Assembly Language SIG Co-Sysop -
  115. *
  116. *   503-588-6130
  117. *   503-588-6081
  118. *   503-588-6086
  119. *   503-588-6092
  120. *
  121. *   300-2400 baud 
  122. *   8-N-1
  123. *---------------------------------------------------
  124.  
  125.