home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.3 / 1996-04_-_Disc_2.3.bin / psfree / install.bat < prev    next >
DOS Batch File  |  1996-01-22  |  684b  |  51 lines

  1. @echo off
  2. cls
  3. echo;
  4. echo                 Welcome to Playmates Interactive Entertainment
  5. echo                            Powerslave Sampler Disc
  6. echo;
  7. echo;
  8. echo;                   This program will copy all program files
  9. echo                    to your C: drive.  
  10. echo;
  11. echo                  Press any key to continue or ctrl+c to quit.
  12. echo;
  13. echo               *Note* You will need 12 Megs of free disk space!
  14. echo;
  15. echo;
  16. echo;
  17. echo;
  18. echo;
  19. echo;
  20. echo;
  21. echo;
  22. echo;
  23. echo;
  24. echo;
  25. pause >null
  26. cls
  27. md c:\psfree
  28. cls
  29. echo Copying files...
  30. copy *.* c:\psfree
  31. c:
  32. cd\
  33. cd psfree
  34. cls
  35. echo;
  36. echo;
  37. echo;
  38. echo;
  39. echo;
  40. echo;
  41. echo;
  42. echo;
  43. setup
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.