home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / 2002v2b5.zip / 2002V2B5.EXE / TWINSTAL.BAT < prev    next >
DOS Batch File  |  1994-02-13  |  598b  |  38 lines

  1. rem  Place this batch file and the accompanying self-extracting archives
  2. rem  in the directory you want to install Trade Wars 2002 v2
  3. rem  Run this batch file to setup a new game
  4.  
  5. echo off
  6.  
  7. if exist EXTERN.EXE goto upgrade
  8.  
  9. echo Now INSTALLING your Trade Wars 2002 v2
  10. md ANSI
  11. cd ANSI
  12. ..\twsupp 
  13. cd ..
  14. twpgm
  15. erase twsupp.exe
  16. erase 2002V2b5.exe 
  17. erase twpgm.exe
  18.  
  19. bigbang 
  20. extern 
  21.  
  22. goto end
  23.  
  24.  
  25. :upgrade
  26. echo Now UPGRADING your Trade Wars 2002 to version 2 Beta 5
  27. cd ANSI
  28. ..\twsupp -o
  29. cd ..
  30. twpgm -o
  31. erase twsupp.exe
  32. erase twpgm.exe
  33.  
  34. :end
  35. echo on
  36. type install.dir
  37.  
  38.