home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / asmenv19.zip / UNDO386.BAT < prev   
DOS Batch File  |  1993-11-14  |  336b  |  13 lines

  1. Undo386.BAT is run after entering ASMEnv by way of \ta386.Bat.
  2. You will receive a screen message suggesting this.
  3. ══════════════════════════════════════════════════════════════
  4. @echo off
  5. copy c:\config.env c:\config.sys
  6. copy c:\autoexec.env c:\autoexec.bat
  7. echo.
  8. echo Slowing reboot for files flush
  9. echo.
  10. pause
  11. reboot.com
  12.  
  13.