home *** CD-ROM | disk | FTP | other *** search
/ Blackwood Cliff 11 / VCDHGAME01.iso / J005 / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-11-04  |  728 b   |  37 lines

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │           RACH Install Program               │
  5. echo │    The Games need 15M Hard Disk space.       │
  6. echo │         Program by : KINNY WONG!             │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\RACH /m /f15000000
  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. %1RACH
  20.  
  21. :done
  22. cls
  23. Echo Install Complete !!!
  24. echo Run JAPAN WINDOWS 95.
  25. echo Run SETUP.BAT to Copy *.INI to c:\Windows.
  26. echo Run WINARCH.EXE to start.
  27. goto end
  28.  
  29. :help
  30. echo 
  31. echo     Target path error, or not enough disk space !!!
  32. echo  
  33. goto end
  34.  
  35. :end
  36. if exist inst.bat del inst.bat
  37.