home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gs241j11.zip / DJGPPBAT / GSECHO.BAT < prev    next >
DOS Batch File  |  1992-05-08  |  113b  |  9 lines

  1. @echo off
  2. if '%1'=='-a' goto add
  3. if exist %1 erase %1
  4. goto put
  5. :add
  6. shift
  7. :put
  8. echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
  9.