home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor2.zip / DISK_8 / IMAGE7.ZIP / PMCAMERA / POSTPROC.CMD < prev   
OS/2 REXX Batch file  |  1992-12-17  |  754b  |  11 lines

  1. rem +------------------------------------------------------------------------+
  2. rem | This is an example cmd file which can be inoked by PMCAMERA            |
  3. rem |                                                                        |
  4. rem | It will be invoked with the following params:                          |
  5. rem | %1      : the file name                                                |
  6. rem | %2 - %5 : may contain the following keywords, depending wether the     |
  7. rem |           appropriate files where saved: CLIP BMP PSEG PS EPS          |
  8. rem |                                                                        |
  9. rem +------------------------------------------------------------------------+
  10. echo %1 %2 %3 %4 %5 >> TEST.TXT
  11.