home *** CD-ROM | disk | FTP | other *** search
/ Feng Hua Qiao Yue - Video Editing / VOLUME_ID.iso / quake / install.bat next >
Encoding:
DOS Batch File  |  1997-06-20  |  660 b   |  35 lines

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │         Quake Data      Install Program      │
  5. echo │    The Games need  10M Hard Disk space.      │
  6. echo │         Press Ctrl+break to cancel           │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\Quake /m  /f10000000
  9. if errorlevel 1 goto first
  10. goto help
  11.  
  12. :FIRST
  13. inst.bat
  14.  
  15. :NewStart
  16. cls
  17. echo Loading....
  18.  
  19. %1Quakedx.exe
  20.  
  21. :done
  22. cls
  23. Echo Install Complete !!!
  24. echo Type Play1 or Play2 to start
  25. goto end
  26.  
  27. :help
  28. echo 
  29. echo     Target path error, or not enough disk space !!!
  30. echo  
  31. goto end
  32.  
  33. :end
  34. if exist inst.bat del inst.bat
  35.