home *** CD-ROM | disk | FTP | other *** search
/ Thinkpad Essentials 1997 / cd1may97.iso / 380SETUP / UNTPDEMO.BAT < prev    next >
DOS Batch File  |  1997-02-10  |  378b  |  6 lines

  1. @rem this removes the desktop icons for the ThinkPad Presentation and works in conjunction with UNTPDEMO.EXE.
  2. @rem this file must be located in the Windows directory to operate correctly.
  3.  
  4. @if exist "desktop\ThinkPad 385 Presentation.lnk" del "desktop\ThinkPad 385 Presentation.lnk"
  5. @if exist "desktop\Uninstall ThinkPad Demo.lnk" del "desktop\Uninstall ThinkPad Demo.lnk"
  6.