home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / GETFIL17.ZIP / GETFILE < prev   
Encoding:
Text File  |  1991-05-30  |  356 b   |  14 lines

  1. @echo off
  2. if %PCBDOOR%x==x goto bad
  3.   l:\tpu\getfile\getfile %PCBDAT% l:\pcb\blt\fldesc.txt %PCBDOOR%
  4.   if errorlevel 9 goto realbad
  5.   goto end
  6. :realbad
  7.   echo Could not open file description text file>pcbdoor.txt
  8.   goto end
  9. :bad
  10.   echo No files specified!>pcbdoor.txt
  11.   echo Usage: GETFILE file1 file2 file3...>>pcbdoor.txt
  12. :end
  13. l:\pcb\board
  14.