home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / dos / arcade / delvion / run.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-12  |  103 b   |  16 lines

  1. echo off
  2.  
  3. if not exist flag.nul goto run
  4. setup
  5. del flag.nul
  6.  
  7. :run
  8. delvion
  9.  
  10. echo on
  11.  
  12.  
  13.  
  14.  
  15.  
  16.