home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::
- :: Example Use Startup Parameters:
- ::
- :: ROM <DOORFILE> Where <DOORFILE> would be The DOOR file created by the
- :: BBS or by a convertor suchas QKDOOR.
- :: An Example might be: ROM C:\PCB\PCBOARD.SYS
- ::
- :: Optionally you can specify a NON STANDARD COM: Port and Tell whether
- :: a FOSSIL Driver is installed.
- ::
- :: With a NON Standard COM Port a Valid Example would be:
- :: ROM <DOORTYPE> <COMINFO> Where <COMINFO> would be in the format:
- :: PORT:03E8:5 so PORT:[COMBASE]:[IRQ] If the <COMINFO> parameter is
- :: supplied it will OVERRIDE ANY INFO IN <DOORTYPE>
- :: An Example might be: ROM C:\PCB\PCBOARD.SYS PORT:03E8:5
- ::
- :: if a fossil driver is installed you would use the format:
- :: ROM <DOORTYPE> <FOSSINFO> where <FOSSINFO> would be in the format:
- :: PORT:F:1 so PORT:[F]:[PORT] Where [F] means USE fossil and [PORT]
- :: tells the DOOR which PORT to use fossil on (1 for port 1, 2 for port
- :: 2 and so on..).
- :: An Example might be: ROM C:\PCB\PCBOARD.SYS PORT:F:1
- ::
- :: * NOTE: You CANNOT use the PORT:x:n AND the PORT:xxxx:x At the SAME
- :: time.
-
- e:
- cd\doors\rom
- rom c:\pcb\pcboard.sys
- board1
-