home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils2 / niftie11.arj / READ.ME < prev    next >
Text File  |  1993-07-19  |  8KB  |  178 lines

  1.  
  2.                             ╔═════════════╗
  3.                         ════╣ NIFTIES 1.1 ╠════
  4.                             ╚═════════════╝
  5.  
  6. This package contains four useful utilities, following is a summary of
  7. each program's capabilities along with a few examples of how to use them.
  8.  
  9.                                ┌────────┐
  10. -------------------------------│DOSCOLOR│-------------------------------------
  11.                                └────────┘
  12. ** DOSCOLOR is a program that allows you to set the foreground, background,
  13. and border to any combination of colors DOS is capable of showing.  And if you
  14. have a particular set of colors that is your favorite, you can save them as
  15. your default colors and recall them on subsequent uses by passing a single
  16. switch (/d) to the program.  The data are arbitrarily saved under the file
  17. C:\DOSCOLOR.DEF.  Note that this program requires ANSI.SYS to work!  Make sure
  18. to load ANSI.SYS in your CONFIG.SYS file by adding DEVICE=C:\DOS\ANSI.SYS or
  19. DEVICEHIGH=C:\DOS\ANSI.SYS (if UMBs are available) if you don't have it in
  20. there already.
  21.  
  22. Usage:  DOSCOLOR foreground background [border] [hi|low] [/d]
  23.  
  24. Colors - BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, and WHITE.
  25. hi|low - High or low intensity foreground color.  Low is the default.
  26.     /d - Saves the colors specified as default colors.  When passed to the
  27.          program by itself, it changes the screen to the previously assigned
  28.          default colors.
  29.  
  30. Ex:      DOSCOLOR blue white green hi
  31.          (intensified blue text on white background with green border.)
  32.  
  33.          DOSCOLOR black cyan /d
  34.          (black text on cyan background and save them as default colors.)
  35.  
  36.          DOSCOLOR /d
  37.          (set screen to last saved default colors.)
  38.  
  39.                                ┌───────┐
  40. -------------------------------│FFINDER│--------------------------------------
  41.                                └───────┘
  42. ** FFINDER is a capable and flexible file finder.  It can locate mutiple sets
  43. of files across multiple drives or directory trees.  If you would like a
  44. hardcopy of the output, you may redirect the output to a file or printer by
  45. using the > symbol.  Just make sure that a file with the same name does not
  46. already exist and the /p switch is not used!
  47.  
  48. Usage:  FFINDER [option] filespec [filespec]...
  49.  
  50. filespec     - File(s) to locate.  Wildcards * and ? may be used.
  51.  
  52. <Option>
  53. /p           - Pause (display information one screenful at a time).
  54. /x           - Exclude hidden and system files from the search.
  55. /t           - Terse output (display only file's name, path, and attributes.
  56. /c           - Search only the specified directory, skip its subdirectories.
  57. /sxxxxxxxx   - Find the files whose names contain the string xxxxxxxx.
  58. /n[d:][path] - Drive and directory to begin the search.  The program will
  59.                search this directory and its descendant subdirectories.
  60.                Use mutiple /n's to search mutiple drives/directories.
  61.                If only the drive is specified, the search will begin in that
  62.                drive's root directory.
  63.  
  64.  
  65. Ex:      FFINDER /nc: /p *.bak *.tmp
  66.          (find all *.BAK and *.TMP files on drive C, display the result one
  67.          screenful at a time.)
  68.  
  69.          FFINDER /nc: /nb:\data /t *.bak *.tmp *.$$$
  70.          (find all *.BAK, *.TMP, and *.$$$ files on drive C and B:\DATA
  71.          subdirectory and its children directories, display the result in
  72.          terse format.)
  73.  
  74.          FFINDER /c /nc:\dos /nd:\data\tax *.txt
  75.          (find all *.TXT files in C:\DOS and D:\DATA\TAX only, excluding their
  76.          children directories.)
  77.  
  78.          FFINDER /stomcat /nc: /na: *.exe *.com
  79.          (find all *.COM and *.EXE files on drive C and A whose names contain
  80.          the string 'TOMCAT', note that FFINDER automatically convert the
  81.          specified string to uppercase.)
  82.  
  83.          FFINDER /x /na: *.gam > output.txt
  84.          (find all non-system, non-hidden *.GAM files on drive A and output
  85.          the result to file OUTPUT.TXT.)
  86.  
  87.                                 ┌────┐
  88. --------------------------------│MDEL│----------------------------------------
  89.                                 └────┘
  90. ** MDEL is a flexible file deleter, you can think of it as a muscular
  91. replacement for DOS's own DEL (ERASE) internal command.  In fact, I first
  92. wrote this program with just that purpose in mind!  MDEL's output can also be
  93. redirected to a file or printer with the > symbol.  Unless you are
  94. absolutely sure about what you are about to delete from the disk, always use
  95. the safeguard /p command!  Reckless usage of this program may wipe out every
  96. single file on your hard disk!  Always be heedful!
  97.  
  98. Usage:  MDEL [option] filespec [filespec]...
  99.  
  100. filespec     - File(s) to delete.  Of course, wildcards * and ? may be used.
  101.  
  102. <Option>
  103. /a           - Delete hidden and read-only files as well.
  104. /p           - Enable the confirmation prompt before every deletion.
  105. /s           - Purge the directory's descendant subdirectories as well.
  106. /n[d:][path] - Drive and directory to purge.  Use mutiple /n's to purge mutiple
  107.                drives/directory trees.  If only the drive is specified, that
  108.                drive's current working directory will be used.
  109. /d1mm-dd-yy \_ Delete the files whose date stamps are between these two dates
  110. /d2mm-dd-yy /  (d1=beginning date and d2=ending date).
  111.  
  112. Ex:      MDEL /p /nc:\paint *.pic *.gem
  113.          (delete all *.PIC and *.GEM files in C:\PAINT only, MDEL will prompt
  114.          you for confirmation.)
  115.  
  116.          MDEL /p /nc:\ /nd:\ /s *.bak *.$$$ *.tmp
  117.          (delete all *.BAK, *.$$$, and *.TMP files on drive C and D.)
  118.  
  119.          MDEL susan.txt mary.txt irene.txt
  120.          (delete SUSAN.TXT, MARY.TXT, and IRENE.TXT in current directory.)
  121.  
  122.          MDEL /p *.tmp *.bak *.$$$
  123.          (delete all *.TMP, *.BAK, and *.$$$ files in current directory, MDEL
  124.          will prompt you for confirmation.)
  125.  
  126.          MDEL /p /na:\ /s /d101-01-90 /d201-01-93 *.txt
  127.          (delete all *.TXT files created between 01/01/90 and 01/01/93 on
  128.          drive A, MDEL will prompt you for confirmation.)
  129.  
  130.                                ┌────┐
  131. -------------------------------│SDEL│-----------------------------------------
  132.                                └────┘
  133. ** SDEL is a program that will cycles through all the files in a certain
  134. directory, which allows you to selectively delete them, update their stamps,
  135. and modify their attributes.
  136.  
  137. Usage:  SDEL [[d:][path]] [filespec]
  138.  
  139. d:path   - Drive and directory to read the files from.  If only the drive is
  140.            specified, that drive's current working directory will be used.
  141. filespec - File filter (e.g. *.txt, sr?.doc).
  142.  
  143. Ex:     SDEL \data *.txt
  144.         (cycle through all *.TXT files in directory \DATA.)
  145.  
  146. ------------------------------------------------------------------------------
  147.  
  148. Each program has its own help screen, when you are in doubt, type the
  149. program's name followed by /? to call up the help screen.
  150.  
  151. You may use these programs freely for non-commercial purposes.  But they can
  152. only be distributed as a package, along with this READ.ME file, provided no
  153. profit is made from the distribution.
  154.  
  155. If you find these programs useful and would like to reward the author, please
  156. send your contribution to address below.
  157.  
  158. These programs are provided as-is, with no warranties, expressed or implied,
  159. including but not limited to any implied warranties of merchantability and
  160. fitness for a particular purpose.  In no event will the author, James S. Kao,
  161. be liable for any indirect, consequential, or incidental damages arising out
  162. of the use or misuse of these programs.
  163.  
  164. If you have any questions or comments about these programs or anything else,
  165. feel free to contact me via one of the following ways...
  166.  
  167. America Online - "Cadash"
  168.  
  169. CompuServe     - 73527,2526
  170.  
  171. US MAIL        - James S. Kao
  172.                  50070 Balboa St.
  173.                  Coachella, CA 92236-3313
  174.  
  175.  
  176.  
  177.                                                ** 07/18/93 **
  178.