home *** CD-ROM | disk | FTP | other *** search
- 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
-