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

  1. @echo off
  2. cls
  3. echo V_UNINST.BAT
  4. echo ------------  
  5. echo .
  6. echo This batch file will REMOVE VPIC from your hard drive.
  7. echo                      ******
  8. echo .
  9. echo Do you wish to remove VPIC from your hard drive?
  10. echo .
  11. echo     PRESS 'Y' FOR YES
  12. echo           'N' FOR NO
  13. echo .
  14. \utils\ask -t20 -u Your Response?:
  15. if ERRORLEVEL 89 goto yes
  16. goto quit
  17. :yes
  18. echo .
  19. echo UN-INSTALLING VPIC...
  20. echo .
  21. cd c:\
  22. \utils\killdir c:\vpic r auto
  23. :quit
  24.