home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- REM
- REM This is an example of how to structure the IDCDOORx.BAT files
- REM for the door system in IDCCOM. There may be as many as 10
- REM IDCDOORx.BAT files, where x can range from 0 - 9
- REM
- REM in the CTTY line below, you may either use COM%1 and the %1 will
- REM be replaced with the correct COM port number at run time, or
- REM you may replace the line with CTTY IDCDOS if you have loaded the
- REM REDIRECT.SYS device driver in your CONFIG.SYS file. See REDIRECT.DOC
- REM file for complete instructions.
- REM
- CTTY COM%1
- echo %1
- ECHO THIS IS DOOR NUMBER 1
- PAUSE
- REM
- ECHO INSERT PROGRAM NAME TO RUN HERE
- REM
- CTTY CON