home *** CD-ROM | disk | FTP | other *** search
/ Games 1995 to 2000 / Games.iso / Teenagent / AM.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-03-09  |  414 b   |  27 lines

  1. @echo off
  2. cls
  3. echo Copying Files of selected game to Temporary Directory
  4. echo -----------------------------------------------------
  5. echo.
  6. xcopy \GAMES\ADVENT\TEENAGNT\*.* c:\am-game.tmp\ /s/e
  7. cls
  8. echo Running selected game...
  9. echo.
  10. echo.
  11. c:\
  12. cd\am-game.tmp
  13.  
  14. SOUNDSET.EXE
  15. TEENAGNT.EXE
  16.  
  17. echo.
  18. echo.
  19. pause
  20. cd\
  21. cls
  22. echo.
  23. echo deleting temporary files...
  24. echo.
  25. echo.
  26. deltree /Y c:\am-game.tmp
  27.