home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
wps
/
graphic
/
pmcamera
/
postproc.cmd
< prev
Wrap
OS/2 REXX Batch file
|
1992-12-16
|
754b
|
11 lines
rem +------------------------------------------------------------------------+
rem | This is an example cmd file which can be inoked by PMCAMERA |
rem | |
rem | It will be invoked with the following params: |
rem | %1 : the file name |
rem | %2 - %5 : may contain the following keywords, depending wether the |
rem | appropriate files where saved: CLIP BMP PSEG PS EPS |
rem | |
rem +------------------------------------------------------------------------+
echo %1 %2 %3 %4 %5 >> TEST.TXT