home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 013A / B2BDEMO.ZIP / SETUP.BAT < prev    next >
DOS Batch File  |  1996-10-02  |  423b  |  16 lines

  1. @echo off
  2. rem *************************************************
  3. rem **Setup   DEMO    version of Back to Baghdad  ***
  4. rem **Copyright (C) 1996 Military Simulations Inc ***
  5. rem *************************************************
  6. set DOS4G=quiet
  7. set B2BSETUPTEMP=%DOS4GVM%
  8. set DOS4GVM=
  9. call donotrun.exe 
  10. call MSIDEMO.BAT
  11. pause
  12. type readme.txt | more
  13. del MSIDEMO.bat
  14. set DOS4GVM=%B2BSETUPTEMP%
  15. set B2BSETUPTEMP=
  16.