home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / dcc / readme.bat < prev    next >
DOS Batch File  |  1993-01-24  |  88b  |  7 lines

  1. @ECHO OFF
  2. IF NOT EXIST DCC.DOC GOTO OHNE
  3. DCC /v %1
  4. GOTO ENDE
  5. :OHNE
  6. DCC %1 %2
  7. :ENDE