home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
SDEL2_SW.ZIP
/
DATA4.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-06-02
|
847b
|
17 lines
@echo off
echo . Continuing installation, please wait..
echo .
start /wait data3.exe -t c:\progra~1\Secure~1\sdel.exe -n c:\windows\desktop\SecureBin -i c:\progra~1\Secure~1\docs\desk.ico
start /wait data3.exe -t c:\progra~1\Secure~1\sdel-g.exe -n c:\windows\startm~1\programs\SecureDelete\SecureDelete -i c:\progra~1\Secure~1\docs\menu.ico
start /wait data3.exe -t c:\progra~1\Secure~1\uninstall\uninstall.bat -n c:\windows\startm~1\programs\SecureDelete\UnInstall
start /wait data3.exe -t c:\progra~1\Secure~1\docs\index.html -n c:\windows\startm~1\programs\SecureDelete\Documentation
echo . Installation complete.
echo .
echo . To use the program consult the manual which
echo . is stored in the program directory.
echo .
echo . You may now safely close this window.
echo .
echo . Don't forget to restart your computer!!
exit