home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 June / PCO_06_97.ISO / filesbbs / DOS / CPCEMU14.ARJ / CPC464.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-21  |  263 b   |  17 lines

  1. @echo off
  2. if not exist cpcemu.cfg goto ERR_MISSING
  3. cpcemu -c cpcemu.cfg -t 0 %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.