home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / ahwb / chdme.bat < prev    next >
DOS Batch File  |  2000-01-30  |  507b  |  19 lines

  1. @echo off
  2. rem 
  3. rem  for use with an SFX archive only! The /SFX switch causes deletion of
  4. rem  the extracted source files!!!
  5. if "%1" == "" goto error
  6. cd %1
  7. %1\
  8. echo calling rwsetup...
  9. if exist rwsetup.bat if "%OS%" == "Windows_NT" cmd /X /C start rwsetup.bat /SFX
  10. if exist rwsetup.bat start rwsetup.bat /SFX
  11. exit
  12.  
  13. :error
  14. echo.
  15. echo. Don't run this program manually! It is thought to be called by
  16. echo. CHDME.EXE, which will be called automatically after opening a SFX-archive.
  17. echo. 
  18. pause
  19.