Run <Obey$Dir>.Resources.ResFind DragCopy
Set DragCopy_use_ftype ""
If "<alias$@RunType_FAF>" <> "" Then IfThere DragCopyRes:UserManual.index/html Then SET DragCopy_use_ftype "FAF"
IF "<DragCopy_use_ftype>" = "" Then If "<alias$@RunType_ADF>" <> "" Then IfThere DragCopyRes:UserManual.PDF.Manual/pdf Then SET DragCopy_use_ftype "ADF"
IF "<DragCopy_use_ftype>" = "" Then IfThere DragCopyRes:UserManual.TextManual/txt Then SET DragCopy_use_ftype "FFF"
IF "<DragCopy_use_ftype>" = "FAF" Then Filer_Run DragCopyRes:UserManual.index/html
IF "<DragCopy_use_ftype>" = "ADF" Then Filer_Run DragCopyRes:UserManual.PDF.Manual/pdf
IF "<DragCopy_use_ftype>" = "FFF" Then Filer_Run DragCopyRes:UserManual.TextManual/txt
UnSet DragCopy_use_ftype
