home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
util
/
virus
/
xtruder21.lha
/
Xtruder
/
Rexx
/
Examples
/
Xtruder_GetPath.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-07
|
264b
|
14 lines
/*
** 'GetPath' example
*/
Options Results
Address XTRUDER
GetPath TITLE '"Select a path..."' PATH '"DH0:"'
IF RC ~= 0 THEN
RequestUser TEXT '"You forgot to select a path!"' RESPONSE '"Bugger!"'
ELSE
RequestUser TEXT RESULT RESPONSE '"That was the one!"'