home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / patches / fixt7g.exe / AUTOEXEC.60 < prev    next >
Text File  |  1994-01-18  |  702b  |  28 lines

  1. @echo off
  2. rem the following line jumps to the label chosen in CONFIG.SYS
  3. goto %config%
  4. rem the following is the T7G label (a colon makes it a label) 
  5. :t7g
  6. rem put the commands to run the Seventh Guest below this line
  7. rem these should include mouse driver, MSCDEX, etc.
  8.  
  9.  
  10.  
  11. rem The following line jumps past your normal AUTOEXEC.BAT commands
  12. goto end
  13.  
  14. :normal
  15. rem copy the contents of your original AUTOEXEC.BAT file below this line
  16.  
  17.  
  18.  
  19. rem copy the contents of your original AUTOEXEC.BAT file above this line
  20.  
  21.  
  22. goto end
  23. rem If you wish to add new menu itmes, their labels could go below this line.
  24.  
  25. rem when the chosen configuration is done, it jumps to the label below
  26. :end 
  27.  
  28.