home *** CD-ROM | disk | FTP | other *** search
/ Die ASC Mega 2 / ASC-Mega2-CD-ROM.iso / SPIELE / 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.