home *** CD-ROM | disk | FTP | other *** search
- REM Example .BAT file to set up a URDooR DooR on a Multi-Line System.
- REM
- REM Example command line called from BBS Software if dropfile is not used
- REM C:\DOORS\URDOOR.BAT /node /ansi /baud /firstname /lastname /comport
- REM ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^
- REM || || || || || ||
- REM %1 %2 %3 %4 %5 %6
-
-
- c:
- cd\doors\urdoor
- goto %1
- :1
- urdoor.exe urdoor1.cfg %2 %3 %4 %5 %6
- c:
- cd\bbs\node1
- goto end
- :2
- urdoor.exe urdoor2.cfg %2 %3 %4 %5 %6
- c:
- cd\bbs\node2
- goto end
- :end
-
-
-
-