home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / file / 005 / netsort.doc < prev    next >
Text File  |  1993-05-15  |  3KB  |  74 lines

  1. NETSORT.DOC
  2. 05/15/93
  3.  
  4. The NETSORT program acts to sort files in a subdirectory by either file name,
  5. file date and time, or file size.  The MS-DOS 5.0 DIR command lets you change
  6. the order that file names are displayed but it doesn't actually change their
  7. order on the disk so it doesn't affect COPY commands or anything.  The Norton
  8. Utilities include a DS (DIRSORT) utility which works great on hard disks and
  9. floppies but can't be used on a network drive.  NETSORT can be used on any
  10. writable disk.
  11.  
  12. The trick to sorting files on a network drive is to create a temporary
  13. subdirectory, move the files there, copy them back in the desired order, and
  14. then to delete them from the temporary subdirectory.  This is what NETSORT does.
  15. Because of the copy operation, you need to have as much free space as the
  16. largest file in the subdirectory you're sorting.
  17.  
  18. NETSORT isn't exactly lightning fast.  I sorted 19MB of files and it took 6
  19. minutes.  What it does do, it does safely though.
  20.  
  21. This program has been tested without problems on Banyan Vines networks.  I've
  22. been told that it may not do anything useful (or harmful) on other types of
  23. networks.  Let me know if that is in fact the case.
  24.  
  25. NETSORT processes any non-directory file names, including system, and read-only
  26. files.  It ignores files marked as "hidden".
  27.  
  28.  
  29.  
  30. Invoking the program:
  31.  
  32. The program can be invoked with the following options:
  33.  
  34.     NETSORT [ path ] [ /S ] [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /? ]
  35.  
  36. where:
  37.  
  38. "path" is the subdirectory name to be processed.  This defaults to your default
  39. subdirectory.
  40.  
  41. "/S" says to recurse through the subdirectories under path.  This process can
  42. take awhile.
  43.  
  44. "/Ox" and "/O-x" allow you to specify the sort order for the files.  "x" can be
  45. one of the following:
  46.  
  47.         N = file name
  48.         D = file date and time
  49.         S = file size
  50.  
  51. If you precede the "x" with a dash ("-"), the sort will be done in reverse
  52. order.
  53.  
  54. "/BEEP" gives you a beep when the program finishes.
  55.  
  56. "/-BEEP" reverses /BEEP and is the default.
  57.  
  58. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  59.  
  60.  
  61. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  62. provided relevant documentation is kept with the program, no changes are made to
  63. the program or documentation, and it is not bundled with commercial programs or
  64. charged for separately.  People who need to bundle it in for-sale packages must
  65. pay a $50 registration fee to "Wayne Software" at the following address.
  66. Comments and suggestions can also be sent to:
  67.  
  68.                 Bruce Guthrie
  69.                 Wayne Software
  70.                 113 Sheffield St.
  71.                 Silver Spring, MD 20910
  72.  
  73.                 fax: (301) 588-8986
  74.