home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / FSP2_10.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.