home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / w047 / erasewl.bat < prev    next >
DOS Batch File  |  1992-07-02  |  1KB  |  28 lines

  1. @ECHO OFF
  2. @Echo Edit this file to assist with the removal of WinLabel from your system
  3. @Echo The delete statements below include all the files added by the
  4. @Echo StartUp1.EXE program.
  5. @Echo Edit the drive for the Windows directory, and edit the location of
  6. @Echo WinLabel.
  7. @Echo Remove the delete lines where there is a file you wish to keep.
  8. @Echo I recommend you keep Sound.DRV because other programs may use it.
  9.  
  10. @Echo You might want to edit this batch file to remove only some of the files
  11. @ECHO EraseWL is now set up to remove all of the files associated with WinLabel
  12. @Echo Press CONTROL-C to stop this batch file, or ENTER to continue
  13.  
  14. @Echo Make sure to include two variables on the command line
  15. @Echo The first is the location of Windows (ie C:\Windows)
  16. @Echo The Second is the location of WinLabel (ie D:\WinLabel)
  17. Pause
  18.  
  19. rem del %1\system\cmdialog.vbx
  20. rem del %1\system\commdlg.dll
  21. rem del %1\system\vbrun100.dll
  22. rem del %1\system\qpro.dll
  23. Rem del %1\system\sound.drv
  24.  
  25. del %2\*.*
  26. cd\
  27. rd %2
  28.