home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dbase / perbio43.zip / UNINSTAL.BAT < prev    next >
DOS Batch File  |  1994-01-14  |  984b  |  44 lines

  1. echo off
  2. if '%1' =='' goto nogood
  3. %1
  4. cd\pb4
  5. del pb.bat
  6. del --------.---
  7. del pb43.exe
  8. del pb43mod2.exe
  9. del pb43mod3.exe
  10. del brun45.exe
  11. del compat.dat
  12. del forecast.dat
  13. del prntport.dat
  14. del typestyl.dat
  15. del userid.dat
  16. del dealerid.dat
  17. del names.dat
  18. del printdoc.exe
  19. del install.bat
  20. del uninstal.bat
  21. del pb_doc.com
  22. cd\
  23. rd\pb4
  24. if exist 1%\pb4 goto notempty
  25. goto end
  26.  
  27. :nogood
  28. echo -----------------------
  29. echo USAGE: UNINSTAL [DRIVE]
  30. echo -----------------------
  31. echo TO UN-INSTALL (REMOVE) PERSONAL BIORHYTHM 4.X FROM THE HARD DRIVE
  32. echo I NEED TO KNOW WHAT DRIVE THE PROGRAM IS ON...FOR EXAMPLE...IF THE
  33. echo PROGRAM IS ON HARD DRIVE C:, TYPE: UNINSTAL C:
  34. goto end
  35.  
  36. :notempty
  37. cls
  38. echo THE PERSONAL BIORHYTHM 4.X PROGRAM FILES HAVE BEEN DELETED, BUT...
  39. echo IT APPEARS THERE ARE SOME OTHER FILES IN THE %1\PB4 DIRECTORY!
  40. echo THEREFORE, THE DIRECTORY HAS NOT BEEN DELETED IN CASE THERE ARE
  41. echo FILES THERE THAT YOU DO NOT HAVE BACKED UP!
  42.  
  43. :end
  44.