| Help file for DRWDEF

| Set resource path then open the manual for the available content type

Run <Obey$Dir>.Resources.ResFind DRWDEF

Set DRWDEF_use_ftype ""

If "<alias$@RunType_FAF>" <> "" Then IfThere DRWDEFRes:UserManual.index/html SET DRWDEF_use_ftype "FAF"

IF "<DRWDEF_use_ftype>" = "" Then If "<alias$@RunType_ADF>" <> "" Then IfThere DRWDEFRes:UserManual.PDF.Manual/pdf Then SET DRWDEF_use_ftype "ADF"

IF "<DRWDEF_use_ftype>" = "" Then IfThere DRWDEFRes:UserManual.TextManual/txt Then SET DRWDEF_use_ftype "FFF"

IF "<DRWDEF_use_ftype>" = "FAF" Then Filer_Run DRWDEFRes:UserManual.index/html
IF "<DRWDEF_use_ftype>" = "ADF" Then Filer_Run DRWDEFRes:UserManual.PDF.Manual/pdf
IF "<DRWDEF_use_ftype>" = "FFF" Then Filer_Run DRWDEFRes:UserManual.TextManual/txt

UnSet DRWDEF_use_ftype
