home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / 2002V305.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-11-09  |  605b  |  39 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 v3
  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 v3
  10. md ANSI
  11. cd ANSI
  12. ..\twsupp 
  13. cd ..
  14. twpgm
  15. erase twsupp.exe
  16. erase 2002V305.zip 
  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 3.05
  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. call demo
  37. type install.dir
  38.  
  39.