home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACDprefs < prev    next >
Text File  |  1999-11-27  |  19KB  |  489 lines

  1. /*
  2. Preferences editor for Amiga Active CDs
  3. $VER: AACDprefs 1.3 (26.8.99) by Neil Bothwick
  4. */
  5.  
  6. /* ;;; Initialise */
  7. options results
  8. signal on error
  9. CurrStack = pragma('S',16384)
  10. if CurrStack > 16384 then call pragma('S',CurrStack)
  11.  
  12. VerStr       = sourceline(3)
  13. VerStr       = subword(VerStr,2,words(VerStr) - 4)
  14. WinTitle     = 'Amiga Active CD preferences'
  15. GuiPort      = 'AACDPREFS'
  16. PrgPort      = GuiPort'.1'
  17. CDPrefs      = 'ENV:AACD.prefs'
  18. IderPrefs    = 'ENV:AACDfile.prefs'
  19. DefCDPrefs   = 'CDTools/S/AACD.prefs'
  20. DefIderPrefs = 'CDTools/S/AACDfile.prefs'
  21. FileTypes    = 'IFF GIF JPG PNG ANM MPG MOV AVI PDF SVX WAV S3M XMM MED DBM MOD MP3 MID AGD HTM LHA DEF'
  22. Settings     = 'CPU FPU PPC GFX'
  23. CmdHelp      = '"Command for this type of file"'
  24. ArgHelp      = '"Arguments for this command\nThe filename will be added to the end.\nUse %s to include the filename somewhere else."'
  25. Filetype.0   = 'AACDfile'
  26. Filetype.1   = 'Directory Opus'
  27. Autorun.1    = 'Ask each time'
  28. Autorun.3    = 'Always load Welcome'
  29. Autorun.0    = 'Never Load Welcome'
  30.  
  31. MUIA_Menuitem_Shortcut              = 0x80422030
  32. MUIM_Application_AboutMUI           = 0x8042d21d
  33. MUIM_Application_OpenConfigWindow   = 0x804299ba
  34. MUIA_Group_SameHeight               = 0x8042037e
  35. MUIA_Group_SameWidth                = 0x8042b3ec
  36. MUIA_Group_Spacing                  = 0x8042866d
  37. MUIA_Group_Columns                  = 0x8042f416
  38. MUIA_Group_Rows                     = 0x8042b68f
  39. MUIA_Selected                       = 0x8042654b
  40. MUIA_Disabled                       = 0x80423661
  41. MUIA_Application_Author             = 0x80424842
  42. MUIA_Application_Copyright          = 0x8042ef4d
  43. MUIA_Application_Description        = 0x80421fc6
  44. MUIA_Application_Title              = 0x804281b8
  45. MUIA_Application_Version            = 0x8042b33f
  46. /*monitor on 'CON:0/0/600/180/AACDPrefs/CLOSE/AUTO'*/
  47.  
  48. call LoadLib('rexxsupport.library')
  49. call LoadLib('rexxdossupport.library')
  50. call LoadLib('rexxreqtools.library')
  51. ;;;
  52. /* ;;; Check for MUI */
  53. address command 'Assign >NIL: MUI: EXISTS'
  54. if RC > 0 then do
  55.     address command 'RequestChoice >NIL: "Amiga Active CD" "This program require Magic User Interface*NRun the Welcome script for a temporary MUI setup,*Nor install it from the CDTools drawer of the CD" "OK"'
  56.     exit
  57.     end
  58. ;;;
  59. /* ;;; Create main window */
  60. thisport = openport(PrgPort)
  61. if thisport = 0 then exit
  62. address(GuiPort)
  63. window id MAIN port PrgPort command 'QUIT' title '"'WinTitle'"'
  64. ;;;
  65. /* ;;; Menus */
  66.     menu ID PROJM label 'Project'
  67.         item ID ABOUM port PrgPort command '"ABOUT"' ATTRS MUIA_Menuitem_Shortcut '"?"' label 'About'
  68.         item  port GuiPort command '"method 'MUIM_Application_AboutMUI' 0"' label 'About MUI'
  69.         menu ID SETTM label 'Settings'
  70.             item port PrgPort command '"method 'MUIM_Application_OpenConfigWindow'"' label 'MUI...'
  71.             endmenu
  72.         item ID QUITM port PrgPort command 'QUIT' ATTRS MUIA_Menuitem_Shortcut 'Q' label 'Quit'
  73.         endmenu
  74.     menu ID EDITM label 'Edit'
  75.         item ID RESTM port PrgPort command '"RESTORE"' ATTRS MUIA_Menuitem_Shortcut 'D' label 'Restore to Defaults'
  76.         item ID LASTM port PrgPort command '"LOAD"' ATTRS MUIA_Menuitem_Shortcut 'L' label 'Last saved'
  77.         endmenu
  78. ;;;
  79. /* ;;; Info */
  80.     group id TABS REGISTER LABELS 'Info,System,Filetypes'
  81.         view file 'CDTools/S/AACDprefs.txt'
  82. ;;;
  83. /* ;;; System */
  84.         group ATTRS MUIA_Group_Columns 4
  85.             space HORIZ
  86.             label 'Filetypes'
  87.             cycle id FTYPE help '"Use Directory Opus filetypes\nor AACDfile settings."' labels Filetype.0','Filetype.1
  88.             space HORIZ
  89.             space HORIZ
  90.             label 'Autorun'
  91.             cycle id ARUN help '"Whether Autorun should load the Welcome page\nwhen you insert an Amiga Active CD."' labels Autorun.1','Autorun.3','Autorun.0
  92.             space HORIZ
  93.             space HORIZ
  94.             label 'CPU'
  95.             cycle id CPU help '"Some functions have CPU optimised versions,\nset this to ensure you get the best options"' labels '68000,68020,68030,68040,68060'
  96.             space HORIZ
  97.             space HORIZ
  98.             label 'FPU'
  99.             cycle id FPU help '"WARNING:\nSelecting this when you do not have an FPU\nmay crash some programs"' labels 'No FPU,FPU'
  100.             space HORIZ
  101.             space HORIZ
  102.             label 'PPC'
  103.             cycle id PPC help '"Type of PPC processor, if fitted"' labels 'None,603,604'
  104.             space HORIZ
  105.             space HORIZ
  106.             label 'Graphics system'
  107.             cycle id GFX help '"Select the type of graphics\nyour Amiga uses"' labels 'AGA,OCS,CyberGraphX,Picasso96'
  108.             space HORIZ
  109.             space HORIZ
  110.             /*
  111.             label 'Summat else'
  112.             cycle id SUMAT help '"I am sure there was something else I\nneeded to include. I suppose I will\nthink of it just after the CD is mastered."' labels 'Option 1,Option 2,Option 3,Option 4'
  113.             space HORIZ
  114.             */
  115.             endgroup
  116. ;;;
  117. /* ;;; Filetypes */
  118.         group id FTABS REGISTER LABELS 'Images,Sounds,Other'
  119. ;;;
  120. /* ;;; Images */
  121.             group ATTRS MUIA_Group_Columns 3
  122.                 label DOUBLE LEFT '\033b\033uFiletype'
  123.                 label DOUBLE LEFT '\033b\033uCommand'
  124.                 label DOUBLE LEFT '\033b\033uArguments'
  125.                 label DOUBLE LEFT 'IFF Picture'
  126.                     popasl ID IFF0 port PrgPort command '"Check %s"' help '"Command to view IFF pictures"'
  127.                     string ID IFF1 help ArgHelp
  128.                 label DOUBLE LEFT 'GIF Picture'
  129.                     popasl ID GIF0 port PrgPort command '"Check %s"' help '"Command to view GIF pictures"'
  130.                     string ID GIF1 help ArgHelp
  131.                 label DOUBLE LEFT 'JPEG Picture'
  132.                     popasl ID JPG0 port PrgPort command '"Check %s"' help '"Command to view JPEG pictures"'
  133.                     string ID JPG1 help ArgHelp
  134.                 label DOUBLE LEFT 'PNG Picture'
  135.                     popasl ID PNG0 port PrgPort command '"Check %s"' help '"Command to view PNG pictures"'
  136.                     string ID PNG1 help ArgHelp
  137.                 label DOUBLE LEFT 'IFF Anim'
  138.                     popasl ID ANM0 port PrgPort command '"Check %s"' help '"Command to view IFF animations"'
  139.                     string ID ANM1 help ArgHelp
  140.                 label DOUBLE LEFT 'MPEG Video'
  141.                     popasl ID MPG0 port PrgPort command '"Check %s"' help '"Command to view MPEG video"'
  142.                     string ID MPG1 help ArgHelp
  143.                 label DOUBLE LEFT 'Quicktime Video'
  144.                     popasl ID MOV0 port PrgPort command '"Check %s"' help '"Command to view Quicktime movies"'
  145.                     string ID MOV1 help ArgHelp
  146.                 label DOUBLE LEFT 'AVI Video'
  147.                     popasl ID AVI0 port PrgPort command '"Check %s"' help '"Command to view AVI video"'
  148.                     string ID AVI1 help ArgHelp
  149.                 label DOUBLE LEFT 'Adobe PDF'
  150.                     popasl ID PDF0 port PrgPort command '"Check %s"' help '"Command to view Adobe Acrobat PDF files"'
  151.                     string ID PDF1 help ArgHelp
  152.                 space
  153.                 endgroup
  154. ;;;
  155. /* ;;; Sounds */
  156.             group ATTRS MUIA_Group_Columns 3
  157.                 label DOUBLE LEFT '\033b\033uFiletype'
  158.                 label DOUBLE LEFT '\033b\033uCommand'
  159.                 label DOUBLE LEFT '\033b\033uArguments'
  160.                 label DOUBLE LEFT 'IFF Sample'
  161.                     popasl ID SVX0 port PrgPort command '"Check %s"' help '"Command to play IFF samples"'
  162.                     string ID SVX1 help ArgHelp
  163.                 label DOUBLE LEFT 'WAV Sample'
  164.                     popasl ID WAV0 port PrgPort command '"Check %s"' help '"Command to play WAV samples"'
  165.                     string ID WAV1 help ArgHelp
  166.                 label DOUBLE LEFT 'S3M Module'
  167.                     popasl ID S3M0 port PrgPort command '"Check %s"' help '"Command to play S3M modules"'
  168.                     string ID S3M1 help ArgHelp
  169.                 label DOUBLE LEFT 'XM Module'
  170.                     popasl ID XMM0 port PrgPort command '"Check %s"' help '"Command to play XM modules"'
  171.                     string ID XMM1 help ArgHelp
  172.                 label DOUBLE LEFT 'MED Module'
  173.                     popasl ID MED0 port PrgPort command '"Check %s"' help '"Command to play OctaMED modules"'
  174.                     string ID MED1 help ArgHelp
  175.                 label DOUBLE LEFT 'DBM Module'
  176.                     popasl ID DBM0 port PrgPort command '"Check %s"' help '"Command to play DigiBooster modules"'
  177.                     string ID DBM1 help ArgHelp
  178.                 label DOUBLE LEFT 'Other Module'
  179.                     popasl ID MOD0 port PrgPort command '"Check %s"' help '"Command to play other modules"'
  180.                     string ID MOD1 help ArgHelp
  181.                 label DOUBLE LEFT 'MPEG Audio'
  182.                     popasl ID MP30 port PrgPort command '"Check %s"' help '"Command to play MPEG audio"'
  183.                     string ID MP31 help ArgHelp
  184.                 label DOUBLE LEFT 'MIDI'
  185.                     popasl ID MID0 port PrgPort command '"Check %s"' help '"Command to play midi files"'
  186.                     string ID MID1 help ArgHelp
  187.                 space
  188.                 endgroup
  189. ;;;
  190. /* ;;; Others */
  191.             group ATTRS MUIA_Group_Columns 3
  192.                 label DOUBLE LEFT '\033b\033uFiletype'
  193.                 label DOUBLE LEFT '\033b\033uCommand'
  194.                 label DOUBLE LEFT '\033b\033uArguments'
  195.                 label DOUBLE LEFT 'AmigaGuide'
  196.                     popasl ID AGD0 port PrgPort command '"Check %s"' help '"Command to view AmigaGuide documents"'
  197.                     string ID AGD1 help ArgHelp
  198.                 label DOUBLE LEFT 'HTML'
  199.                     popasl ID HTM0 port PrgPort command '"Check %s"' help '"Command to view HTML documents"'
  200.                     string ID HTM1 help ArgHelp
  201.                 label DOUBLE LEFT 'LhA archive'
  202.                     popasl ID LHA0 port PrgPort command '"Check %s"' help '"Command to list LhA archives"'
  203.                     string ID LHA1 help ArgHelp
  204.                 label DOUBLE LEFT 'Default'
  205.                     popasl ID DEF0 port PrgPort command '"Check %s"' help '"Command to show all other file types"'
  206.                     string ID DEF1 help ArgHelp
  207.                 space
  208.                 endgroup
  209.             endgroup
  210.         endgroup
  211. ;;;
  212. /* ;;; Buttons */
  213.     group HORIZ
  214.         button ID SAVE   port PrgPort command '"UsePrefs(1)"' help '"Save the settings to\nyour hard drive"' label 'Save'
  215.         button ID USE    port PrgPort command '"UsePrefs"'  help '"Use the settings for this session"' label 'Use'
  216.         button ID CANCEL port PrgPort command '"Quit"'      help '"Exit without changing the settings"' label 'Cancel'
  217.         endgroup
  218.     endwindow
  219. ;;;
  220. /* ;;; Set application details */
  221. address(GuiPort)
  222. 'application' MUIA_Application_Version VerStr
  223. 'application' MUIA_Application_Author 'Neil Bothwick'
  224. 'application' MUIA_Application_Copyright '© 1999 by Neil Bothwick, Wirenet'
  225. 'application' MUIA_Application_Title 'AACDprefs'
  226. 'application' MUIA_Application_Description 'Search AmigAactive CD, Aminet CD and Aminet index files'
  227. ;;;
  228. /* ;;; Main loop */
  229. call LoadPrefs()
  230. do forever
  231.     call waitpkt(PrgPort)
  232.     packet = getpkt(PrgPort)
  233.     if packet = '0000 0000'x then iterate
  234.     cmd = getarg(packet)
  235.     call reply(packet,0)
  236.     parse var cmd cmd args
  237.     interpret 'call 'cmd'("'args'")'
  238.     end
  239. ;;;
  240. /* ;;; Load prefs */
  241. LoadPrefs:
  242.     /* Load system settings */
  243.     if exists(CDPrefs) then PrefsFile = CDPrefs
  244.     else do
  245.         PrefsFile = DefCDPrefs
  246.         call ShowMsg('No system settings found, using defaults')
  247.         end
  248.     if ~open(prefs,PrefsFile,'R') then do
  249.         call ShowMsg('Failed to read system preferences file')
  250.         exit
  251.         end
  252.     do until eof(prefs)
  253.         PrefsLine = readln(prefs)
  254.         if PrefsLine = '' then iterate
  255.         if pos(left(PrefsLine,1),';#') > 0 then iterate
  256.         if left(PrefsLine,11) = 'CLASS=HTML2' 0 then iterate
  257.         parse var PrefsLine setting '=' value
  258.         interpret 'cycle id' setting 'label' value
  259.         end
  260.     call close(prefs)
  261.     AACDload = GetVar('AACDload')
  262.     if pos(AACDload,'03') = 0 then AACDload = 1
  263.  
  264.     /* Load filetype settings */
  265.     if exists(IderPrefs) then PrefsFile = IderPrefs
  266.     else do
  267.         PrefsFile = DefIderPrefs
  268.         call ShowMsg('No filetype settings found, using defaults')
  269.         end
  270.     if ~open(prefs,PrefsFile,'R') then do
  271.         call ShowMsg('Failed to read filetype preferences file')
  272.         exit
  273.         end
  274.  
  275.     PrefsLine = readln(prefs)
  276.     setvar CfgVersion PrefsLine
  277.     ClassCount = 0
  278.     UseOpus = 0
  279.  
  280.     do until eof(prefs)
  281.         PrefsLine = readln(prefs)
  282.         if PrefsLine = '' then iterate
  283.         if pos(left(PrefsLine,1),';#') > 0 then iterate
  284.         ClassCount = ClassCount + 1
  285.         PrefsLine = substr(PrefsLine,pos('CLASS=',upper(PrefsLine)) + 6)
  286.         if left(PrefsLine,1) = '"' then parse var Prefsline '"' Class '"' PrefsLine /*Class = substr(PrefsLine,2,pos('"',PrefsLine,2) - 2)*/
  287.         else parse var PrefsLine Class PrefsLine
  288.         PrefsLine = strip(PrefsLine)
  289.         parse var PrefsLine Defn 'ACTION=' Action
  290.         interpret Class'.cmd="'word(Action,1)'"'
  291.         interpret Class'.arg="'subword(Action,2)'"'
  292.         if ClassCount = 1 & upper(Class) = 'DEFAULT' then UseOpus = 1
  293.         end
  294.     call close(prefs)
  295.  
  296.     cycle id FTYPE label Filetype.UseOpus
  297.     cycle id ARUN  label Autorun.AACDload
  298.     call LoadGadgets('IFF','IFF_picture')
  299.     call LoadGadgets('GIF','GIF_picture')
  300.     call LoadGadgets('JPG','JPEG_picture')
  301.     call LoadGadgets('PNG','PNG_Picture')
  302.     call LoadGadgets('ANM','ANIM')
  303.     call LoadGadgets('MPG','MPEG_Video')
  304.     call LoadGadgets('MOV','Quicktime_Movie')
  305.     call LoadGadgets('AVI','AVI_Video')
  306.     call LoadGadgets('PDF','PDF_file')
  307.     call LoadGadgets('SVX','IFF_Sample')
  308.     call LoadGadgets('WAV','WAV_Sample')
  309.     call LoadGadgets('S3M','S3M_Module')
  310.     call LoadGadgets('XMM','XM_Module')
  311.     call LoadGadgets('MED','MED_Module')
  312.     call LoadGadgets('DBM','DBM_Module')
  313.     call LoadGadgets('MOD','Module')
  314.     call LoadGadgets('MP3','MPEG_Audio')
  315.     call LoadGadgets('MID','MIDI')
  316.     call LoadGadgets('AGD','Guide')
  317.     call LoadGadgets('HTM','HTML')
  318.     call LoadGadgets('LHA','LhA_Archive')
  319.     call LoadGadgets('DEF','Default')
  320.     return
  321. ;;;
  322. /* ;;; Set gadgets */
  323. LoadGadgets:
  324.     NM = arg(1)
  325.     Class = arg(2)
  326.     if symbol(Class'.cmd') = 'VAR' then do
  327.         interpret 'popasl ID 'NM'0 CONTENT 'Class'.cmd'
  328.         interpret 'string ID 'NM'1 CONTENT 'Class'.arg'
  329.         end
  330.     else do
  331.         interpret 'popasl ID 'NM'0 CONTENT "Execute"'
  332.         interpret 'string ID 'NM'1 CONTENT ":CDTools/S/NoAction"'
  333.         end
  334.     return
  335. ;;;
  336. /* ;;; Use prefs */
  337. UsePrefs:
  338.     parse arg sav
  339.  
  340.     /* Save system settings */
  341.     if ~open(prefs,CDPrefs,'W') then call ShowMsg('Failed to save preferences')
  342.     else do
  343.         call writeln(prefs,'# Amiga Active CD preferences - created by AACDprefs' word(sourceline(3),3)'0a'x)
  344.         do i = 1 to words(Settings)
  345.             setting = word(Settings,i)
  346.             cycle id setting
  347.             call writeln(prefs,setting'='result)
  348.             end
  349.         call close(prefs)
  350.         end
  351.  
  352.     /* Save filetype settings */
  353.     do i = 1 to words(FileTypes)
  354.         type = word(FileTypes,i)
  355.         interpret 'popasl ID' type'0'
  356.         command = result
  357.         if command = '' then command = 'Multiview'
  358.         interpret type '= command'
  359.         interpret 'string ID' type'1'
  360.         interpret type '= strip('type' result)'
  361.         end
  362.  
  363.     cycle id FTYPE
  364.     UseOpus = (result == 'Directory Opus')
  365.  
  366.     cycle id ARUN
  367.     /*
  368.     ArunLab = result
  369.     select
  370.         when ArunLab = Autorun.0 then AACDload = 0
  371.         when ArunLab = Autorun.3 then AACDload = 3
  372.         otherwise AACDload = 1
  373.         end
  374.     */
  375.     select
  376.         when result = Autorun.0 then AACDload = 0
  377.         when result = Autorun.3 then AACDload = 3
  378.         otherwise AACDload = 1
  379.         end
  380.     address command 'setenv AACDload' AACDload
  381.  
  382.     if ~open(prefs,IderPrefs,'W') then call ShowMsg('Failed to save preferences')
  383.     else do
  384.         call writeln(prefs,'# IDer Prefs file - created by AACDprefs' word(sourceline(3),3)'0a'x)
  385.         call writeln(prefs,'# IDer  --  © 1995 Eclipse Software'||'0a'x)
  386.  
  387.         /* Use Opus prefs */
  388.         if UseOpus = 1 then do
  389.             signal off error
  390.             address command 'version >NIL: dopus5.library 55'
  391.             signal on error
  392.             select
  393.                 when RC = 5 then call ShowMsg('Opus filetypes need as least version 5.5 of Directory Opus')
  394.                 when ~show('P','DOPUS.1') then call ShowMsg('You need to be running Directory Opus as\nWorkbench replacement to use Opus filetypes.')
  395.                 otherwise do
  396.                     call writeln(prefs,'CLASS=Default ACTION=dopus_dclick')
  397.                     /* Ensure dopus_dclick is in path */
  398.                     signal off error
  399.                     address command 'which >NIL: dopus_dclick'
  400.                     if RC = 5 then address command 'copy CDTools/dopus_dclick C: clone'
  401.                     signal on error
  402.                     end
  403.                 end
  404.             end
  405.  
  406.         call writeln(prefs,'CLASS=IFF_Picture OFFSET=0,"FORM????ILBM" ACTION='IFF)
  407.         call writeln(prefs,'CLASS=GIF_Picture SUFFIX=.GIF OFFSET=0,"GIF87a" ACTION='GIF)
  408.         call writeln(prefs,'CLASS=JPEG_Picture OFFSET=6,4A464946 ACTION='JPG)
  409.         call writeln(prefs,'CLASS=PNG_Picture OFFSET=0,89504E47 ACTION='PNG)
  410.         call writeln(prefs,'CLASS=ANIM SUFFIX=.ANIM OFFSET=0,"FORM????ANIM" ACTION='ANM)
  411.         call writeln(prefs,'CLASS=MPEG_Video SUFFIX=.MPG ACTION='MPG)
  412.         call writeln(prefs,'CLASS=Quicktime_Movie SUFFIX=.(MOV|MV|QT) ACTION='MOV)
  413.         call writeln(prefs,'CLASS=AVI_Video SUFFIX=.AVI OFFSET=0,"RIFF" FLAGS=T ACTION='AVI)
  414.         call writeln(prefs,'CLASS=PDF_file SUFFIX=.PDF OFFSET=0,"%PDF" ACTION='PDF)
  415.         call writeln(prefs,'CLASS=IFF_Sample OFFSET=0,"FORM????8SVX" ACTION='SVX)
  416.         call writeln(prefs,'CLASS=WAV_Sample OFFSET=0,"RIFF????WAVE" ACTION='WAV)
  417.         call writeln(prefs,'CLASS=S3M_Module SUFFIX=.S3M NAME=S3M.#? OFFSET=44,"SCRM" FLAGS=T ACTION='S3M)
  418.         call writeln(prefs,'CLASS=XM_Module SUFFIX=.XM OFFSET=0,"Extended Module:" FLAGS=I ACTION='XMM)
  419.         call writeln(prefs,'CLASS=MED_Module SUFFIX=.MED NAME=MED.#? OFFSET=0,"MMD?" ACTION='MED)
  420.         call writeln(prefs,'CLASS=DBM_Module SUFFIX=.DBM OFFSET=0,"DBM0" ACTION='DBM)
  421.         call writeln(prefs,'CLASS=Module SUFFIX=.MOD NAME=MOD.#? OFFSET=1080,"M.K." FLAGS=T ACTION='MOD)
  422.         call writeln(prefs,'CLASS=MPEG_Audio NAME=(#?.MP3|#?.MP2) FLAGS=I ACTION='MP3)
  423.         call writeln(prefs,'CLASS=MIDI SUFFIX=.MID OFFSET=0,"MThd" ACTION='MID)
  424.         call writeln(prefs,'CLASS=Guide SUFFIX=.GUIDE OFFSET=0,"@database" FLAGS=I ACTION='AGD)
  425.         call writeln(prefs,'CLASS=HTML NAME=(#?.html|#?.htm) OFFSET=0,"<html" FLAGS=I ACTION='HTM)
  426.         call writeln(prefs,'CLASS=HTML2 NAME=(#?.html|#?.htm) OFFSET=0,"<!doctype" FLAGS=I ACTION='HTM)
  427.         call writeln(prefs,'CLASS=LhA_Archive NAME=(#?.LhA|?#.Lzh) OFFSET=2,"-lh?-" ACTION='LHA)
  428.         call writeln(prefs,'CLASS=Default ACTION='DEF)
  429.         call writeln(prefs,'0a'x||'#END')
  430.         call close(prefs)
  431.         end
  432.     if sav = 1 then do
  433.         address command 'copy >NIL:' CDPrefs 'ENVARC:'
  434.         address command 'copy >NIL:' IderPrefs 'ENVARC:'
  435.         address command 'copy >NIL: ENV:AACDload ENVARC:'
  436.         end
  437.     call Quit()
  438.     return
  439. ;;;
  440. /* ;;; Show about requester */
  441. About:
  442.     request title '"'WinTitle'"' gadgets '"OK"' string VerStr' by Neil Bothwick\nCreated using MUIRexx 3.0a'
  443.     return
  444. ;;;
  445. /* ;;; Load a library */
  446. LoadLib:
  447.     parse arg library
  448.     if show('L',library) then return
  449.     if ~exists('LIBS:'library) then address command 'copy System/Libs/'library 'LIBS: clone quiet'
  450.     if ~addlib(library,0,-30,0) then call ExitMsg('Failed to load' library||'0a'x||'Make sure you have run InitCD')
  451.     return
  452. ;;;
  453. /* ;;; Check for a circular reference */
  454. Check:
  455.     arg prog
  456.     prog = strip(prog)
  457.     select
  458.         when prog = 'AACDFILE' then call ShowMsg('You cannot use AACDfile here')
  459.         when prog = 'CUCDFILE' then call ShowMsg('You cannot use CUCDfile here')
  460.         when prog = 'IDER' then call ShowMsg('You cannot use IDer here')
  461.         when pos(right(prog,9), '/AACDFILE :AACDFILE') > 0 then call ShowMsg('You cannot use AACDfile here')
  462.         when pos(right(prog,9), '/CUCDFILE :CUCDFILE') > 0 then call ShowMsg('You cannot use CUCDfile here')
  463.         when pos(right(prog,5), '/IDER :IDER') > 0 then call ShowMsg('You cannot use IDer here')
  464.         otherwise nop
  465.         end
  466.     return
  467. ;;;
  468. /* ;;; ShowMsg */
  469. ShowMsg:
  470.     parse arg msg
  471.     'request id MAIN title "'WinTitle'" gadgets "OK" string' msg
  472.     return
  473. ;;;
  474. /* ;;; Error handler */
  475. Error:
  476.     address command 'requestchoice >NIL: "error" "Error' RC 'in line' sigl'" "OK"'
  477.     if RC = 5 then return
  478.     call ShowMsg('Error' RC 'in line' sigl)
  479.     call Quit()
  480.     return
  481. ;;;
  482. /* ;;; Quit */
  483. Quit:
  484.     address(GuiPort)
  485.     'QUIT'
  486.     exit
  487. ;;;
  488.  
  489.