home *** CD-ROM | disk | FTP | other *** search
/ Gambler 2 / GAMBLERCD_2.bin / setup.bat < prev    next >
DOS Batch File  |  1996-06-30  |  298b  |  14 lines

  1. @rem (c) 1996 21st Century Entertainment Ltd.
  2.  
  3. @echo off
  4.  
  5. cd pinball
  6. setup_d.exe
  7. cd ..
  8.  
  9. rem *** If c:\21stcent\absolute\absolute.err exists, delete it (setup is finished)
  10. if not exist c:\21stcent\absolute\absolute.err goto no_del_err
  11. del c:\21stcent\absolute\absolute.err
  12.  
  13. :no_del_err
  14.