home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 392.img / OUT3INC2.ZIP / INSTALL.BAT next >
DOS Batch File  |  1990-08-25  |  864b  |  31 lines

  1. echo off
  2. echo Hard Drive installation program for Once Upon a Time...
  3. echo
  4. echo This program will install Once Upon a Time.. on your hard drive
  5. echo in its own subdirectory. The process will take several minutes.
  6. echo If you wish to cancel this installation, press CTRL-C now.
  7. echo Otherwise, press any key to continue.
  8. Pause
  9. echo Creating directories...
  10. %1:
  11. cd \
  12. md once3
  13. cd once3
  14. md ega
  15. md cga
  16. md scene1
  17. md scene2
  18. md scene3
  19. copy a:\once3\*.* %1:\once3\*.*
  20. copy a:\once3\ega\*.* %1:\once3\ega\*.*
  21. echo Please insert Disk 2.
  22. Pause
  23. copy a:\once3\cga\*.* %1:\once3\cga\*.*
  24. copy a:\once3\scene1\*.* %1:\once3\scene1\*.*
  25. echo Please insert Disk 3.
  26. Pause
  27. copy a:\once3\scene2\*.* %1:\once3\scene2\*.*
  28. copy a:\once3\scene3\*.* %1:\once3\scene3\*.*
  29. echo Installation completed on drive %1!
  30. echo Type Once and press ENTER to run the program.
  31.