home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_ra
/
fxbull10.arj
/
MIDBULLS.BAT
< prev
Wrap
DOS Batch File
|
1991-06-01
|
691b
|
18 lines
@echo off
REM This sample batch file shows how I create all the other bulletins at
REM midnight. I have two configuration files for FXBULL. FXBULLD which only
REM generates BULL1 (Last Callers) and FXBULLM which does the lot.
REM
REM This batch file is part of my midnight event. Note how simple it is
REM to swap configuration files.
REM
REM Also note that I copy FXBULLD.CFG back as the standard configuration file
REM which generates my last callers bulletin after every call.
REM In Multi-line environments make sure that only FXBULL writes to the file.
REM It's network aware. DOS Isn't!
c:
cd\ra\msgbase
copy fxbullm.cfg fxbull.cfg
fxbull
copy fxbulld.cfg fxbull.cfg