home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / fxclsv01.zip / GSIMPORT.CMD < prev    next >
OS/2 REXX Batch file  |  1997-04-15  |  264b  |  9 lines

  1. /*  */                                                                  
  2.    Arguments = 'd:\faxworks\PS2FaxTF.PSPIPE'
  3.    FaxOperator = .FxOperator~new
  4.     ResultCode = FaxOperator~Submit('import 'Arguments)
  5.    SAY ResultCode
  6.    exit
  7.  
  8. ::REQUIRES FxMObj.CLS
  9.