home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / SDEL2_SW.ZIP / DATA4.BAT < prev    next >
DOS Batch File  |  1998-06-02  |  847b  |  17 lines

  1. @echo off
  2. echo . Continuing installation, please wait..
  3. echo .
  4. 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 
  5. 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 
  6. start /wait data3.exe -t c:\progra~1\Secure~1\uninstall\uninstall.bat -n c:\windows\startm~1\programs\SecureDelete\UnInstall
  7. start /wait data3.exe -t c:\progra~1\Secure~1\docs\index.html -n c:\windows\startm~1\programs\SecureDelete\Documentation
  8. echo . Installation complete.
  9. echo .
  10. echo . To use the program consult the manual which
  11. echo . is stored in the program directory.
  12. echo .
  13. echo . You may now safely close this window.
  14. echo .
  15. echo . Don't forget to restart your computer!!
  16. exit
  17.