home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / asmenv19.zip / AUTOEXEC.386 < prev    next >
Text File  |  1993-11-14  |  653b  |  22 lines

  1. Auxiliary file distributed with ASMEnv.EXE for environment
  2. control work.
  3. Copyright (C) 1993 by Gene Fowler
  4.  
  5. Autoexec.386 is kept the \TA Directory and used by \TA386.BAT.
  6. The paths here are "sample" setup and restored usual paths.
  7. ══════════════════════════════════════════════════════════════
  8. @echo off
  9. SET COMSPEC=C:\COMMAND.COM
  10. PROMPT [TA386] $P$G
  11. c:\mouse1\mouse
  12. copy c:\config.env c:\config.sys
  13. copy c:\autoexec.env c:\autoexec.bat
  14. cd \ta
  15. PATH c:\;c:\bp\bin;c:\ta;c:\td;C:\DOS;C:\NUTILS
  16. ASMEnv
  17. PATH c:\wp_april;c:\;c:\bp\bin;c:\ta;c:\td;C:\DOS;C:\NUTILS
  18. echo.
  19. echo Run Undo386.BAT which should be in your TA directory.
  20. echo.
  21.  
  22.