home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
TemaCD
/
ahwb
/
chdme.bat
< prev
next >
Wrap
DOS Batch File
|
2000-01-30
|
507b
|
19 lines
@echo off
rem
rem for use with an SFX archive only! The /SFX switch causes deletion of
rem the extracted source files!!!
if "%1" == "" goto error
cd %1
%1\
echo calling rwsetup...
if exist rwsetup.bat if "%OS%" == "Windows_NT" cmd /X /C start rwsetup.bat /SFX
if exist rwsetup.bat start rwsetup.bat /SFX
exit
:error
echo.
echo. Don't run this program manually! It is thought to be called by
echo. CHDME.EXE, which will be called automatically after opening a SFX-archive.
echo.
pause