home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- echo ***********************************************************************
- echo * *
- echo * To remove the Software Manager from your system: *
- echo * *
- echo * *
- echo * (1) Make sure you exit the Software Manager. *
- echo * (2) Delete all files in the Software Manager main directory *
- echo * and subirectories. *
- echo * (3) Delete the file SOFTMGR.INI from the windows directory. *
- echo * (4) Delete Software Manager group and icons from the *
- echo * Program Manager. One icon is placed in the STARTUP group. *
- echo * *
- echo * Please contact PCSoft with comments or suggestions regarding this *
- echo * product. *
- echo * *
- echo * PCSoft Phone: (415) 492-0123 *
- echo * 25 Mt. Lassen Drive Fax : (415) 492-8950 *
- echo * San Rafael, CA 94903 Email: 72203.2310@compuserve.com *
- echo * *
- echo ***********************************************************************
- pause
-
-