home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
OS2
/
FSP2_10.ZIP
/
FCD.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-11-28
|
166b
|
9 lines
/* test of rxqueue */
parse arg target
'@fcdcmd ' target ' | rxqueue'
if queued() > 0 then
do
parse pull x
null=value('FSP_DIR',x,'OS2ENVIRONMENT')
end