home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / sortboot.zip / READ.ME next >
Text File  |  1997-06-26  |  1KB  |  28 lines

  1. README.TXT:
  2.  
  3. System requirements:
  4.     Any system capable of running classic REXX
  5.  
  6. Usage:
  7.     Type SORTBOOT d
  8.     where d is the drive the contains your CONFIG.SYS file.  
  9.  
  10. Legal stuff and credits:
  11.  This program is FREE and it is highly recommended you back up your CONFIG.SYS file before using it.  I have used it on my machine without any problems but of course YMMV.
  12.   The REXX procedure is based on information provided by Aaron Tiensivu.
  13.  
  14. General Info:
  15.  
  16.   Basically the procedure will parse your CONFIG.SYS file and arrange the lines in the following order:
  17.  
  18. IFS Statements
  19. BASEDEV Statements
  20. SET Statements
  21. DEVICE Statements
  22. Anything that doesn't fall elsewhere
  23. RUN Statements
  24.  
  25. In addition it will also remove any lines that are remarked as well as any blank lines.
  26.  
  27. It will NOT change your CONFIG.SYS file.  The output of the sort procedure will be stored in a file called CONFIG.NEW in the current directory.  After you have reviewed the file, just change the name and reboot.
  28.