home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fsp2-10a.zip / fcd.cmd < prev    next >
OS/2 REXX Batch file  |  1993-11-28  |  166b  |  9 lines

  1. /* test of rxqueue */
  2. parse arg target
  3. '@fcdcmd ' target ' | rxqueue'
  4. if queued() > 0 then
  5. do
  6.    parse pull x
  7.    null=value('FSP_DIR',x,'OS2ENVIRONMENT')
  8. end
  9.