@echo off
if %PCBDOOR%x==x goto bad
  l:\tpu\getfile\getfile %PCBDAT% l:\pcb\blt\fldesc.txt %PCBDOOR%
  if errorlevel 9 goto realbad
  goto end
:realbad
  echo Could not open file description text file>pcbdoor.txt
  goto end
:bad
  echo No files specified!>pcbdoor.txt
  echo Usage: GETFILE file1 file2 file3...>>pcbdoor.txt
:end
l:\pcb\board
