@echo off
rem  This is a pcb door batch file for 'lgnp9' for node 1 

rem  Go to the drive and subdir where you put the door
d:
cd\doors\logger

rem  You have to run SHARE if multible nodes are going to talk to the same data
rem  SHARE

rem  This is the most important line
rem  If there is a node two, remember to change the /s parameter too
DOORWAY COM1 /i:lgnp9.wel /k:255 /O:T /r:^K /b:Z /s:c:\PCB /v:D /p:LGNP9.EXE

rem  And then go back to the board area
c:
cd\pcb

rem  Put a rem on the next line if you are shelling out to run the door
rem  board.bat
