@ECHO OFF
REM  =====================Example batch file for PCBoard==================
REM    DOOR.SYS must be copied to the same directory as the LINER.EXE
REM  =====================================================================
REM    Future versions will be alot more flexable.
REM
e:
cd \liner
copy d:\pcb\node%pcbnode%\door.sys e:\liner
liner sample.cfg
d:
cd \pcb\node%pcbnode%
exit
