home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / 4utils83.zip / 4DESC.TXT < prev    next >
Text File  |  1994-04-28  |  2KB  |  52 lines

  1. ;---------------------------------------------------------------------------
  2. !TOPIC 610 4DESC
  3. !TTY
  4.  
  5. Purpose:  Full-screen editor for file and subdirectory descriptions.
  6.           (External, third-party)
  7.  
  8. Format:   4DESC [/help] [/mono] [/dontask] [d:\path]
  9.  
  10.           /help (help screen)
  11.           /mono (black & white)
  12.           /dontask (suppresses the confirmation for saving)
  13.           d:\path (directory specification)
  14. !TTY
  15.  
  16. See also 449DESCRIBE.
  17.  
  18. Usage
  19.  
  20. 4DESC is a full-screen editor for file descriptions for MS-DOS filenames
  21. and subdirectories.  It presents a sorted listing of the chosen directory,
  22. similar to the SELECT directory, and allows you to add, modify, or erase
  23. descriptions for each file and subdirectory.  Each description may be up to
  24. 200 characters long.  The edit window scrolls horizontally for longer
  25. descriptions.  You may cut and paste descriptions from one file to another.
  26. If a mouse is installed on your system, the edit cursor will follow mouse
  27. movements.  There is no separate mouse cursor.  Press F1 while in the 4DESC
  28. editor for keystroke definitions.
  29.  
  30. Edit file descriptions in the current directory:
  31.  
  32.     C:\> 4desc
  33.  
  34. Edit file descriptions in the 4DOS directory:
  35.  
  36.     C:\> 4desc \4dos
  37.  
  38. Options
  39.  
  40. /help:    Display the help screen before editing. Pressing any key or
  41.           mouse button switches to edit mode.
  42.  
  43. /mono:    Force display to black and white (overrides auto-detection
  44.           of monitor type).
  45.  
  46. /dontask  Do not ask whether to save the current description file when
  47.           changing directories: The descriptions will automatically be
  48.           saved. Be careful, this option may save unwanted changes too!
  49.  
  50. d:\path:  Edit file descriptions in another directory.
  51.  
  52.