home *** CD-ROM | disk | FTP | other *** search
- /* Print section of CMDprint */
-
- trace r
- copies = getclip('CMDcopies')
- if copies = "" then exit
- tempfile = getclip('CMDtempfile')
- if tempfile = "" then exit
- pport2 = getclip("CMDpport2")
- if pport2 = "" then exit
-
- address command
- do i = 1 to copies
- if show('P',"PPAGEAREXX") then call ppm_ShowStatus("Printing copy number "i" ...")
- copy '"'tempfile'"' pport2
- end
-
- exit
-