home *** CD-ROM | disk | FTP | other *** search
- * IMPORTANT ! Change this batch file to suit YOUR system *
- * Delete ALL comments before attempting to run this file *
- * Note: EDIT11 can be run without a batch file *
-
- @echo off
- c: <----------------------- Use drive letter where the
- config.sys and autoexec.bat files
- are located.
- if exist autoexec.old goto auto
- if exist config.old goto config
-
- :auto
- copy autoexec.old autoexec.edt <--- Will save OLD file as EDT
- del autoexec.old
-
- :config
- copy config.old config.edt <--- Will save OLD file as EDT
- del config.old
-
- a: <--- Change to drive where the EDIT
- program is located. Remember to
- change directory if necessary
- edit11
-
- *Delete all comments preceded by arrows or asterisks before running *
-