rem    NOTE:
rem    This file is a sample BATCH file for running ModemNews as an online
rem    feature with a Wildcat Sysytem combined with Doorway.  We know this
rem    works properly, we cannot be sure how the magazine will run with
rem    other door handlers and systems.  We have been tested on many, and
rem    have found that this works best.
rem
rem    If you are using COM3 or COM4 you should give the proper address
rem    for that port rather than use the more direct COMx statement

 ECHO OFF
 cd\wildcat\doors\runnews\
 doorway com2: /L: /s:* /P:NEWSxx.EXE /0     ;note the ZERO not an `O'!
 ECHO OFF
 CAT
