home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
CEL202R.ZIP
/
CEL202-4.ZIP
/
CTOSV111.ZIP
/
IMRUN.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-05-10
|
1KB
|
69 lines
REM *** This should do ya--Check The Comments ***
:loop
C:
CD \Celerity
set dszlog=D:\Celerity\dsz.log
set IM=C:\im
set FD=C:\im
REM **** ONLY IF YOU NEED A FOSSIL **** X00.SYS MUST BE LOADED FOR THE
REM **** FOLLOWING LINE TO WORK
REM **** THIS IS FOR COM3 -> C:\IM\xu port:2:on fifo:8
cd \im
im.exe
if errorlevel 250 call C:\celerity\external.bat
if errorlevel 200 dobbs
if errorlevel 150 goto echomail
if errorlevel 10 goto exit
if errorlevel 8 goto exit
if errorlevel 4 goto fatal
if errorlevel 3 goto fatal
if errorlevel 1 goto fatal
goto loop
:echomail
system\TosScan toss
REM CD FASTECHO
REM FASTECHO TOSS
cd \celerity
CelToScn /TOSS /PC:\Celerity\Network
cd\im
REM *** FOR FidoNet NodeList Replacements
if exist files\nodelist.* goto updnl
:echomailcont
REM *** FOR DragonNet NodeList Replacements
if exist files\drgnlist.* goto updnldrag
:echomailcont2
REM *** Fido NODEDIFF Processing
if exist files\nodediff.* goto updnldiff
:echomailcont3
goto loop
:updnl
pkunpak -n files\nodelist.* nodelist\
IMNC /F
del files\nodelist.*
goto echomailcont
REM *** Next Section Updates DragonNet NodeList ****
:updnldrag
del nodelist\drgnlist.*
copy files\drgnlist.* nodelist
del files\drgnlist.*
IMNC /F
goto echomailcont2
:updnl
CD XLAX
XLAXDIFF /O=C:\IM\NODELIST /E=C:\IM\FILES /X=C:\UT\Z\PKUNPAK.EXE /C
CD \IM
IMNC /F
del files\nodediff.*
goto echomailcont3
:fatal
echo FATAL Error
goto exit
:exit