home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 3 / CD-ROM_Today_The_Disc_3_August-September_1994.iso / pinball / install.bat next >
DOS Batch File  |  1994-04-26  |  1KB  |  60 lines

  1.  
  2. echo off
  3. cls
  4. IF "%1"=="C" GOTO DRIVE
  5. IF "%1"=="D" GOTO DRIVE
  6. IF "%1"=="E" GOTO DRIVE
  7. IF "%1"=="F" GOTO DRIVE
  8. IF "%1"=="G" GOTO DRIVE
  9. IF "%1"=="H" GOTO DRIVE
  10. IF "%1"=="I" GOTO DRIVE
  11. IF "%1"=="c" GOTO DRIVE
  12. IF "%1"=="d" GOTO DRIVE
  13. IF "%1"=="e" GOTO DRIVE
  14. IF "%1"=="f" GOTO DRIVE
  15. IF "%1"=="g" GOTO DRIVE
  16. IF "%1"=="h" GOTO DRIVE
  17. IF "%1"=="i" GOTO DRIVE
  18.  
  19. ECHO Please type INSTALL X, where X is the letter of the drive you wish to install
  20. echo Pinball Fantasies 10 Min demo to (for example INSTALL C).
  21. GOTO :QUITINSTALL
  22.  
  23. :DRIVE
  24. ECHO Pinball Fantasies 10 Min demo is about to be installed onto your %1: hard disk.
  25. ECHO The directory %1:\FANTDEMO will be created. 
  26. ECHO -
  27. ECHO If you do not wish to continue, press Control-C now, or
  28. PAUSE
  29. ECHO -
  30. cls     
  31. echo Please wait, copying Pinball Fantasies 10 Min Demo to your Hard drive. 
  32. echo -  
  33. echo -
  34.  
  35. mkdir %1:\fantdemo
  36. copy pkunzjr.com %1:\fantdemo
  37. copy pf_demo.zip %1:\fantdemo
  38. cls
  39.  
  40. %1:
  41. cd \fantdemo
  42. pkunzjr -o pf_demo
  43. del pf_demo.zip
  44. del pkunzjr.com
  45.  
  46. cls
  47. echo I will now run the Setsound program. Please select which sound source your
  48. echo PC has.                                                                                                                                              
  49. echo -
  50. pause
  51. setsound
  52. cls
  53. echo To play the demo simply enter the directory 
  54. echo        %1:\FANTDEMO
  55. ECHO -  
  56. ECHO and run the Program
  57. echo        PINBALL
  58. echo -
  59. :QUITINSTALL
  60.