rem this batch file is for MULTI-Node usage
IF EXIST D:\TEMP\ADDRESS.USE GOTO INUSE
ECHO INUSE >D:\TEMP\ADDRESS.USE
cd d:\pcb\doors\alias
alias alias.cfg
DEL D:\TEMP\ADDRESS.USE
GOTO DONE
:INUSE
COPY D:\PCB\INUSE.TXT D:\PCB\PCBDOOR.TXT
rem inuse.txt is a text file saying someone else is using the door 
rem on another node and to try again later when the other person has exited.
:DONE
cd \pcb
board
