home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / cpcemu12.zip / CPC464.BAT < prev    next >
DOS Batch File  |  1994-07-28  |  265b  |  17 lines

  1. @echo off
  2. if not exist cpcemu.cfg goto ERR_MISSING
  3. cpcemu -c cpcemu.cfg -v 464 %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if errorlevel 1 goto ERR_EMU
  5. goto OK
  6.  
  7. :ERR_MISSING
  8. echo Please run INSTALL.BAT first.
  9. goto EXIT
  10.  
  11. :ERR_EMU
  12. echo Some error occured.
  13.  
  14. :OK
  15.  
  16. :EXIT
  17.