home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / os2cp210.zip / INITEDIT.STD < prev    next >
Text File  |  1994-05-22  |  2KB  |  42 lines

  1. /*........................................................................*/
  2. /* Do NOT mess around with this file.                                     */
  3. /* Add files as necessary, but do NOT change the layout!                  */
  4. /* Add Init files and Non-Init files under the appropriate labels.        */
  5. /*                                                                        */
  6. /* If you forget the \ (backslash) in a file line, you have a problem,    */
  7. /*  since the program will crash and you will have to edit this file      */
  8. /*  and restart.                                                          */
  9. /*                                                                        */
  10. /* !! There is NO preceding path to the Init files, because these files   */
  11. /*    are INICOPYed and placed in a special subdirectory by the           */
  12. /*    OS2Copy2 REXX script.                                               */
  13. /*    Also there is NO preceding path to Config.Sys and Autoexec.Bat.     */
  14. /*    These two files MUST reside in the root (ie. <Drive>:\ )            */
  15. /*                                                                        */
  16. /* The script will find all .INI files on your system partition;          */
  17. /* if, however, some .INI files are located on another partition          */
  18. /* (by you, during an installation), you will have to edit this file.     */
  19. /*                                                                        */
  20. /* The texts '>INIT_FILES' and '>TXT_FILES'                               */
  21. /* are lead-ins for the InitEdit program.                                 */
  22. /*                                                                        */
  23. /* Any line begining with a '/*' is treated as a comment                  */
  24. /*                                                                        */
  25. /*........................................................................*/
  26. /* These are generic OS/2 System Init files containing checksums etc.
  27. /*
  28. >INIT_FILES
  29. \OS2.INI
  30. \OS2SYS.INI
  31. /*....................................................................*/
  32. /* 
  33. /* These are .Exe, .Com, secondary Init files, etc.
  34. >BIN_FILES
  35. /*....................................................................*/
  36. /*
  37. >TXT_FILES
  38. \Config.Sys
  39. \Autoexec.Bat
  40. \Startup.@#@
  41. >>>THE_END
  42.