` Sample Bat Files


` Use for BBS's that use DOOR.SYS

cd\db2play
copy C:\BBS\door\door.sys c:\doorway
copy c:\BBS\door\door.sys c:\db2play
c:\doorway\doorway SYS /B:Z /O:T /V:D /P:db2.exe door


`notes

`first line changes directory to where DB2 files are located
`second line copies DOOR.SYS from where BBS software puts it
`  to the directory where doorway is
`third line copies DOOR.SYS from where BBS software puts it
`  to the directory where DB2 files are located
`fourth line executes doorway, then db2 as a door (db2 door)


