home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
DOOR
/
CATLIST0.ZIP
/
DOOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-02-26
|
799b
|
27 lines
@ECHO OFF
CLS
CD D:\DOORS\CATLIST
CATLIST CATLIST.CFG
rem The following are samples for Multi-Node use
rem CATLIST CATLST%WCNODEID%.CFG /%WCIRQID%
rem CATLIST CATLST%WCNODEID%.CFG *%WCIRQID%
rem the "/" or "*" will now work
rem Transcan 3.13
rem TRANSCAN E:\TEXT\CATLIST.TXT -TKW
rem TranScan 4.x+
TS E:\TEXT\CATLIST.TXT /TK,T
rem TranScan 5.x+
TS5 E:\TEXT\CATLIST.TXT /TK,U /D- /V-
rem The "/D-" turns off the Dupe checking and "/V-" turns off the virus
rem checking. the "/TK,U" updates the BBS database with the current
rem file date.
rem I use TranScan to update the CATLIST.TXT in the WC! database after
rem each user exits the door. Always keeps it as a new file. If you do
rem not use TranScan, be sure to REM the appropriate lines from the
rem DOORx.BAT.