Subversion Repositories vaca_plus

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. echo You are about to delete all files relevant to Vaca+.
  2. echo Continue?
  3. echo.
  4. pause
  5. echo.
  6. echo Do not worry about any missing file errors.
  7. echo.
  8. pause
  9. echo.
  10. if exist vaca_plus\ goto normal
  11. cd ..
  12. if exist vaca_plus\ goto normal
  13. echo Unusual directory modifications detected.
  14. echo Move this batch file to the proper place or uninstall Vaca+ manually.
  15. echo.
  16. pause
  17. goto end
  18.  
  19. :normal
  20. cd vaca_plus
  21. move VACATION.GRP ..\
  22. cd ..
  23. rd /s /q vaca_plus
  24. if exist Carib*.bat del Carib*.bat
  25. echo.
  26. echo Complete. :(
  27. echo.
  28. pause
  29. goto end
  30.  
  31. :end
  32.