home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Times
/
AmigaTimes.iso
/
programme
/
Scalos1.1
/
scalos_extras
/
open_volume.rexx
< 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
OS/2 REXX Batch file
|
1998-10-06
|
310 b
|
15 lines
/* Open Volume */
addlib('rexxreqtools.library',0,-30)
viewmode=2
Parse Arg name
directory=rtfilerequest(,,'Select Volume To Open',,'rtfi_volumerequest=0',)
If directory ~= "" Then
address command "scalos:tools/opendrawer " directory 'VM=' || viewmode