home *** CD-ROM | disk | FTP | other *** search
/ Fractal Frenzy 1 / WalnutCreekFractalFrenzy-1.iso / mac / v_inst.bat < prev    next >
DOS Batch File  |  1994-04-06  |  454b  |  25 lines

  1. @echo off
  2. cls
  3. echo V_INST.BAT
  4. echo ----------  
  5. echo .
  6. echo This batch file will install VPIC onto your C: hard drive.
  7. echo .
  8. echo Do you wish to install VPIC onto your C: hard drive?
  9. echo .
  10. echo     PRESS 'Y' FOR YES
  11. echo           'N' FOR NO
  12. echo .
  13. \utils\ask -t20 -u Your Response?:
  14. if ERRORLEVEL 89 goto yes
  15. goto quit
  16. :yes
  17. echo .
  18. echo INSTALLING VPIC...
  19. echo .
  20. xcopy /s vpic c:\vpic\
  21. view c:\vpic\config.doc
  22. c:\
  23. cd \vpic
  24. :quit
  25.