home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / patches / vfx1here.exe / CDHEXEN.BAT next >
DOS Batch File  |  1995-12-11  |  634b  |  25 lines

  1. @ECHO OFF
  2. IF %1!==! GOTO NOCD
  3. %1:
  4. IF NOT ERRORLEVEL = 0 GOTO ERROR
  5. CD\HEXENCD
  6. IF NOT ERRORLEVEL = 0 GOTO ERROR
  7. IF NOT EXIST ZCDHEX.EXE GOTO ERROR
  8. C:\HEXNDATA\VFX1TIC C:\HEXNDATA\VFX1TIC.INI
  9. IF NOT ERRORLEVEL = 0 GOTO ERROR
  10. GOTO END
  11.  
  12. :NOCD
  13. CLS
  14. ECHO You have not specified your CD-ROM drive.  Please run this file with the
  15. ECHO letter of your CD-ROM drive specified  (example: CDHEXEN D).  DO NOT
  16. ECHO include the colon (:).
  17. GOTO END
  18.  
  19. :ERROR
  20. ECHO An error has occured.  Please check that you have specifed the CD-ROM drive
  21. ECHO correctly.  Also ensure that the Hexen CD-ROM is in your drive.
  22. PAUSE
  23. GOTO END
  24.  
  25. :END