home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
CLSSAD15.ZIP
/
DOOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-29
|
520b
|
14 lines
rem If ADDOR.EXE updates the Text file, it will write a 0-byte file to the
rem door directory named, CHANGE.FIL. If you use Transcan to update the WC!
rem database, you can test for this file and only run TranScan when needed.
rem Be sure to delete it after running transcan.
rem
@ECHO OFF
CLS
D:
CD \DOOR\AD
ADDOR AD.CFG /%WCIRQID%
rem See SYSOP.MAN for explanation of following lines.
IF EXIST D:\DOOR\AD\CHANGE.FIL TS E:\TEXT\CLASSAD.TXT /TK,T
IF EXIST D:\DOOR\AD\CHANGE.FIL ERASE D:\DOOR\AD\CHANGE.FIL