home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / database / ar_cat12.arj / C.BAT next >
DOS Batch File  |  1993-05-14  |  256b  |  5 lines

  1. @echo off
  2. rem This batch file can be used to run cat.exe with up to 5 parameters.
  3. rem Place this batch file in the same directory as your copy of cat.exe.
  4. rem If that directory is in your path you can call cat from anywhere using 'c'
  5. cat %1 %2 %3 %4 %5