home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 2
/
Chip_Hitware_Vol_02.iso
/
chiphit2
/
win95
/
tools
/
softmana
/
uninstl.bat
< prev
Wrap
DOS Batch File
|
1995-03-03
|
2KB
|
25 lines
@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