home *** CD-ROM | disk | FTP | other *** search
- /* needed for some of the functions we use */
- call addlib("rexxsupport.library", 0, -30, 0)
-
- gpfaxrunning = show('p', 'REXX_GPFAX')
-
- call pragma('d', 'gpfax:')
-
- if ~gpfaxrunning then do
- address command "run >nil: <nil: gpfax:gpfax -W -NP -Q -z -S"
- end
-
- do 5
- call delay(100)
- gpfaxrunning = show('p', 'REXX_GPFAX')
- if gpfaxrunning then break
- end
-
- address rexx_gpfax openserial
- address rexx_gpfax unlisten
-
-