home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem the following line jumps to the label chosen in CONFIG.SYS
- goto %config%
- rem the following is the T7G label (a colon makes it a label)
- :t7g
- rem put the commands to run the Seventh Guest below this line
- rem these should include mouse driver, MSCDEX, etc.
-
-
-
- rem The following line jumps past your normal AUTOEXEC.BAT commands
- goto end
-
- :normal
- rem copy the contents of your original AUTOEXEC.BAT file below this line
-
-
-
- rem copy the contents of your original AUTOEXEC.BAT file above this line
-
-
- goto end
- rem If you wish to add new menu itmes, their labels could go below this line.
-
- rem when the chosen configuration is done, it jumps to the label below
- :end
-
-