home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 10 / mycd10.iso / share / os2 / utilidad / fsp2_10a / fcd.cmd < prev    next >
Encoding:
Text File  |  1993-11-28  |  166 b   |  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.