cd \pcb\doors\infoform
pcbcopy %pcbdir%\main\users.
infoform infoform.cfg %pcbdir%
if exist temp. del temp.
del users.
cd %pcbdir%
board

Line2: INFOFORMs need USERS file for the USERDATA. maintenance
Line4: INFOFORM creates TEMP. file if maintenance occurs
Line5: Not neccessary in any way, but still nice to exist
