/* Dismount FFx Created By Pink Floyd UPDATED FOR OPUS 5 24/4/95 */
options results
address 'DOPUS.1'
lf='0a'x
flag=Exists("Libs:rexxreqtools.library")
if flag=0 then do
say "! ERROR ! Libs:RexxReqTools.Library not found."
Exit
end
addlib("rexxreqtools.library",0,-30)
result = ''
Call rtgetstring(,"Insert Device 'FFx:." lf "To Be Removed From The System","FFx Control Dismount V1.1ß","_Dismount|_Cancel","RTEz_Flags=EZReqF_CenterText RT_ReqPos=ReqPos_CenterScr RT_PubScrName="DOPUS.1)
DeviceName = result
If RTResult = 1 then
If result > '' then
call Dismountit
Busy On
hello:
Call rtgetstring(,"Insert Volume Name:." lf "To Be Removed From The System","FFx Control Dismount V1.1ß","_Dismount|_Cancel","RTEz_Flags=EZReqF_CenterText RT_ReqPos=ReqPos_CenterScr RT_PubScrName="DOPUS.1)