home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
fileutil
/
dhrgcd
/
dhrncd.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-01
|
196 b
|
9 lines
/* This is a REXX exec */
parse arg dest
if left(dest,1) = '/' then do
say 'Invalid Destination ('dest') - use DHRGCD for options'
exit 16
end
call 'DHRGCD' '/l' dest
exit result