Home » Archimedes archive » Acorn User » AU 1996-08.adf » Regulars » StarInfo/Boura/Manuals/Instal
StarInfo/Boura/Manuals/Instal
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1996-08.adf » Regulars |
Filename: | StarInfo/Boura/Manuals/Instal |
Read OK: | ✔ |
File size: | 0DCC bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Installation ============ Quick Instructions ================== You are advised to read the long version as well before proceeding! 1. Replace Director:Menus.System.FindDrives with the new one. And, if you have a CD drive 2. Place CDPanel in Director:Menus.System. 3. Insert CDPlay into Director:Menus.Default or any file read by Director when constructing its menus. 4. Place AppEnsure and Click in Director:Utils Full Instructions ================= Replace !Director.System.FindDrives with the new FindDrives. !Director.System.Drives is probably now superfluous. If you wish to overide the defaults built into FindDrives then you will need to edit the menu definition that calls it (preferable) or alter FindDrives (only to alter the natural language used). In the default version of !Director proceed as follows. You will need !Director and a text editor e.g. !Edit running. Click menu on !Director's iconbar icon. Menu -> Edit 'Default' will load the default menu definition into the editor. The command to open the drives menu is on line 32. Option "Drives" -sub "Dynamic:/Director:Menus.System.FindDrives" Add command line options (see below) just before the closing quotes. eg Option "Drives" -sub "Dynamic:/Director:Menus.System.FindDrives -fs 8.B***B" Alternatively, it could be placed elsewhere in the Director menus. I like to access it directly from the iconbar with select. The paths menu is still accesible via an adjust click. Accordingly, I modified line 9 of Director:Menus.Default to read as follows; DirectorIcon !Director "00:00" -left -priority &0E000000 -menu Director -select "Dynamic:/Director:Menus.System.FindDrives -fs 8.B***B 26.****" -adjust Pinboard -time <37>z12:%MI This produces the following menu on my system, with a disc called "RayTrace" in the floppy drive, and CFS running. ----------------------- � Drives � �-----------------------� � ADFS::RayTrace > � � CFS#ADFS::RayTrace > � � ADFS::HardDisc4 > � � CFS#ADFS::HardDisc4 > � � RAM::RamDisc0 > � � CDFS::ACORN_USER_1 > � � Applications > � ----------------------- There is one major snag with displaying disc names. RiscOS can take an inordinate amount of time over it, but on balance I consider the small delay well worthwhile. Under RiscOS 3.5, if a floppy has been inserted since the machine started up, then once the disc name has been read for the first time things are quicker. A disc in the drive at start up will be read every time, until it is ejected and inserted again (curious, I expect someone at Acorn knows why?). An option of -default 1 will turn off the disc name display (see below). If the CD drive has an audio disc in it, then attempting to catalogue it will run !CDPlayer instead. FindDrives requires ------------------- 1. Modification to the Director menus to execute it, unless directly replacing the original FindDrives. 2. Replacement of Director:Menus.System.FindDrives with the new one, unless renaming the new FindDrives so that both it and the old one can be used. And, if you have a CD drive: 3. Placement of CDPanel in Director:Menus.System. 4. Insertion of CDPlay into Director:Menus.Default or any file read by Director when constructing its menus.
00000000 49 6e 73 74 61 6c 6c 61 74 69 6f 6e 0a 3d 3d 3d |Installation.===| 00000010 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 51 75 69 63 6b |=========..Quick| 00000020 20 49 6e 73 74 72 75 63 74 69 6f 6e 73 0a 3d 3d | Instructions.==| 00000030 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000040 0a 59 6f 75 20 61 72 65 20 61 64 76 69 73 65 64 |.You are advised| 00000050 20 74 6f 20 72 65 61 64 20 74 68 65 20 6c 6f 6e | to read the lon| 00000060 67 20 76 65 72 73 69 6f 6e 20 61 73 20 77 65 6c |g version as wel| 00000070 6c 20 62 65 66 6f 72 65 20 70 72 6f 63 65 65 64 |l before proceed| 00000080 69 6e 67 21 0a 0a 31 2e 20 52 65 70 6c 61 63 65 |ing!..1. Replace| 00000090 20 44 69 72 65 63 74 6f 72 3a 4d 65 6e 75 73 2e | Director:Menus.| 000000a0 53 79 73 74 65 6d 2e 46 69 6e 64 44 72 69 76 65 |System.FindDrive| 000000b0 73 20 77 69 74 68 20 74 68 65 20 6e 65 77 20 6f |s with the new o| 000000c0 6e 65 2e 0a 41 6e 64 2c 20 69 66 20 79 6f 75 20 |ne..And, if you | 000000d0 68 61 76 65 20 61 20 43 44 20 64 72 69 76 65 0a |have a CD drive.| 000000e0 32 2e 20 50 6c 61 63 65 20 43 44 50 61 6e 65 6c |2. Place CDPanel| 000000f0 20 69 6e 20 44 69 72 65 63 74 6f 72 3a 4d 65 6e | in Director:Men| 00000100 75 73 2e 53 79 73 74 65 6d 2e 0a 33 2e 20 49 6e |us.System..3. In| 00000110 73 65 72 74 20 43 44 50 6c 61 79 20 69 6e 74 6f |sert CDPlay into| 00000120 20 44 69 72 65 63 74 6f 72 3a 4d 65 6e 75 73 2e | Director:Menus.| 00000130 44 65 66 61 75 6c 74 20 6f 72 20 61 6e 79 20 66 |Default or any f| 00000140 69 6c 65 20 72 65 61 64 20 62 79 0a 20 20 20 44 |ile read by. D| 00000150 69 72 65 63 74 6f 72 20 77 68 65 6e 20 63 6f 6e |irector when con| 00000160 73 74 72 75 63 74 69 6e 67 20 69 74 73 20 6d 65 |structing its me| 00000170 6e 75 73 2e 0a 34 2e 20 50 6c 61 63 65 20 41 70 |nus..4. Place Ap| 00000180 70 45 6e 73 75 72 65 20 61 6e 64 20 43 6c 69 63 |pEnsure and Clic| 00000190 6b 20 69 6e 20 44 69 72 65 63 74 6f 72 3a 55 74 |k in Director:Ut| 000001a0 69 6c 73 0a 0a 0a 46 75 6c 6c 20 49 6e 73 74 72 |ils...Full Instr| 000001b0 75 63 74 69 6f 6e 73 0a 3d 3d 3d 3d 3d 3d 3d 3d |uctions.========| 000001c0 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 52 65 70 6c 61 63 |=========.Replac| 000001d0 65 20 21 44 69 72 65 63 74 6f 72 2e 53 79 73 74 |e !Director.Syst| 000001e0 65 6d 2e 46 69 6e 64 44 72 69 76 65 73 20 77 69 |em.FindDrives wi| 000001f0 74 68 20 74 68 65 20 6e 65 77 20 46 69 6e 64 44 |th the new FindD| 00000200 72 69 76 65 73 2e 20 0a 21 44 69 72 65 63 74 6f |rives. .!Directo| 00000210 72 2e 53 79 73 74 65 6d 2e 44 72 69 76 65 73 20 |r.System.Drives | 00000220 69 73 20 70 72 6f 62 61 62 6c 79 20 6e 6f 77 20 |is probably now | 00000230 73 75 70 65 72 66 6c 75 6f 75 73 2e 0a 0a 49 66 |superfluous...If| 00000240 20 79 6f 75 20 77 69 73 68 20 74 6f 20 6f 76 65 | you wish to ove| 00000250 72 69 64 65 20 74 68 65 20 64 65 66 61 75 6c 74 |ride the default| 00000260 73 20 62 75 69 6c 74 20 69 6e 74 6f 20 46 69 6e |s built into Fin| 00000270 64 44 72 69 76 65 73 20 74 68 65 6e 20 79 6f 75 |dDrives then you| 00000280 20 77 69 6c 6c 20 6e 65 65 64 0a 74 6f 20 65 64 | will need.to ed| 00000290 69 74 20 74 68 65 20 6d 65 6e 75 20 64 65 66 69 |it the menu defi| 000002a0 6e 69 74 69 6f 6e 20 74 68 61 74 20 63 61 6c 6c |nition that call| 000002b0 73 20 69 74 20 28 70 72 65 66 65 72 61 62 6c 65 |s it (preferable| 000002c0 29 20 6f 72 20 61 6c 74 65 72 20 46 69 6e 64 44 |) or alter FindD| 000002d0 72 69 76 65 73 0a 28 6f 6e 6c 79 20 74 6f 20 61 |rives.(only to a| 000002e0 6c 74 65 72 20 74 68 65 20 6e 61 74 75 72 61 6c |lter the natural| 000002f0 20 6c 61 6e 67 75 61 67 65 20 75 73 65 64 29 2e | language used).| 00000300 20 20 49 6e 20 74 68 65 20 64 65 66 61 75 6c 74 | In the default| 00000310 20 76 65 72 73 69 6f 6e 20 6f 66 20 21 44 69 72 | version of !Dir| 00000320 65 63 74 6f 72 0a 70 72 6f 63 65 65 64 20 61 73 |ector.proceed as| 00000330 20 66 6f 6c 6c 6f 77 73 2e 0a 0a 59 6f 75 20 77 | follows...You w| 00000340 69 6c 6c 20 6e 65 65 64 20 21 44 69 72 65 63 74 |ill need !Direct| 00000350 6f 72 20 61 6e 64 20 61 20 74 65 78 74 20 65 64 |or and a text ed| 00000360 69 74 6f 72 20 65 2e 67 2e 20 21 45 64 69 74 20 |itor e.g. !Edit | 00000370 72 75 6e 6e 69 6e 67 2e 20 20 43 6c 69 63 6b 20 |running. Click | 00000380 6d 65 6e 75 20 6f 6e 0a 21 44 69 72 65 63 74 6f |menu on.!Directo| 00000390 72 27 73 20 69 63 6f 6e 62 61 72 20 69 63 6f 6e |r's iconbar icon| 000003a0 2e 20 20 4d 65 6e 75 20 2d 3e 20 45 64 69 74 20 |. Menu -> Edit | 000003b0 27 44 65 66 61 75 6c 74 27 20 77 69 6c 6c 20 6c |'Default' will l| 000003c0 6f 61 64 20 74 68 65 20 64 65 66 61 75 6c 74 20 |oad the default | 000003d0 6d 65 6e 75 0a 64 65 66 69 6e 69 74 69 6f 6e 20 |menu.definition | 000003e0 69 6e 74 6f 20 74 68 65 20 65 64 69 74 6f 72 2e |into the editor.| 000003f0 0a 0a 54 68 65 20 63 6f 6d 6d 61 6e 64 20 74 6f |..The command to| 00000400 20 6f 70 65 6e 20 74 68 65 20 64 72 69 76 65 73 | open the drives| 00000410 20 6d 65 6e 75 20 69 73 20 6f 6e 20 6c 69 6e 65 | menu is on line| 00000420 20 33 32 2e 0a 20 20 4f 70 74 69 6f 6e 20 22 44 | 32.. Option "D| 00000430 72 69 76 65 73 22 20 2d 73 75 62 20 22 44 79 6e |rives" -sub "Dyn| 00000440 61 6d 69 63 3a 2f 44 69 72 65 63 74 6f 72 3a 4d |amic:/Director:M| 00000450 65 6e 75 73 2e 53 79 73 74 65 6d 2e 46 69 6e 64 |enus.System.Find| 00000460 44 72 69 76 65 73 22 0a 0a 41 64 64 20 63 6f 6d |Drives"..Add com| 00000470 6d 61 6e 64 20 6c 69 6e 65 20 6f 70 74 69 6f 6e |mand line option| 00000480 73 20 28 73 65 65 20 62 65 6c 6f 77 29 20 6a 75 |s (see below) ju| 00000490 73 74 20 62 65 66 6f 72 65 20 74 68 65 20 63 6c |st before the cl| 000004a0 6f 73 69 6e 67 20 71 75 6f 74 65 73 2e 20 65 67 |osing quotes. eg| 000004b0 0a 20 20 4f 70 74 69 6f 6e 20 22 44 72 69 76 65 |. Option "Drive| 000004c0 73 22 20 2d 73 75 62 20 22 44 79 6e 61 6d 69 63 |s" -sub "Dynamic| 000004d0 3a 2f 44 69 72 65 63 74 6f 72 3a 4d 65 6e 75 73 |:/Director:Menus| 000004e0 2e 53 79 73 74 65 6d 2e 46 69 6e 64 44 72 69 76 |.System.FindDriv| 000004f0 65 73 20 2d 66 73 0a 38 2e 42 2a 2a 2a 42 22 0a |es -fs.8.B***B".| 00000500 0a 41 6c 74 65 72 6e 61 74 69 76 65 6c 79 2c 20 |.Alternatively, | 00000510 69 74 20 63 6f 75 6c 64 20 62 65 20 70 6c 61 63 |it could be plac| 00000520 65 64 20 65 6c 73 65 77 68 65 72 65 20 69 6e 20 |ed elsewhere in | 00000530 74 68 65 20 44 69 72 65 63 74 6f 72 20 6d 65 6e |the Director men| 00000540 75 73 2e 20 20 49 20 6c 69 6b 65 0a 74 6f 20 61 |us. I like.to a| 00000550 63 63 65 73 73 20 69 74 20 64 69 72 65 63 74 6c |ccess it directl| 00000560 79 20 66 72 6f 6d 20 74 68 65 20 69 63 6f 6e 62 |y from the iconb| 00000570 61 72 20 77 69 74 68 20 73 65 6c 65 63 74 2e 20 |ar with select. | 00000580 20 54 68 65 20 70 61 74 68 73 20 6d 65 6e 75 20 | The paths menu | 00000590 69 73 20 73 74 69 6c 6c 0a 61 63 63 65 73 69 62 |is still.accesib| 000005a0 6c 65 20 76 69 61 20 61 6e 20 61 64 6a 75 73 74 |le via an adjust| 000005b0 20 63 6c 69 63 6b 2e 20 20 41 63 63 6f 72 64 69 | click. Accordi| 000005c0 6e 67 6c 79 2c 20 49 20 6d 6f 64 69 66 69 65 64 |ngly, I modified| 000005d0 20 6c 69 6e 65 20 39 20 6f 66 0a 44 69 72 65 63 | line 9 of.Direc| 000005e0 74 6f 72 3a 4d 65 6e 75 73 2e 44 65 66 61 75 6c |tor:Menus.Defaul| 000005f0 74 20 74 6f 20 72 65 61 64 20 61 73 20 66 6f 6c |t to read as fol| 00000600 6c 6f 77 73 3b 0a 0a 44 69 72 65 63 74 6f 72 49 |lows;..DirectorI| 00000610 63 6f 6e 20 21 44 69 72 65 63 74 6f 72 20 22 30 |con !Director "0| 00000620 30 3a 30 30 22 20 2d 6c 65 66 74 20 2d 70 72 69 |0:00" -left -pri| 00000630 6f 72 69 74 79 20 26 30 45 30 30 30 30 30 30 20 |ority &0E000000 | 00000640 2d 6d 65 6e 75 20 44 69 72 65 63 74 6f 72 0a 2d |-menu Director.-| 00000650 73 65 6c 65 63 74 20 22 44 79 6e 61 6d 69 63 3a |select "Dynamic:| 00000660 2f 44 69 72 65 63 74 6f 72 3a 4d 65 6e 75 73 2e |/Director:Menus.| 00000670 53 79 73 74 65 6d 2e 46 69 6e 64 44 72 69 76 65 |System.FindDrive| 00000680 73 20 2d 66 73 20 38 2e 42 2a 2a 2a 42 20 32 36 |s -fs 8.B***B 26| 00000690 2e 2a 2a 2a 2a 22 0a 2d 61 64 6a 75 73 74 20 50 |.****".-adjust P| 000006a0 69 6e 62 6f 61 72 64 20 2d 74 69 6d 65 20 3c 33 |inboard -time <3| 000006b0 37 3e 7a 31 32 3a 25 4d 49 0a 0a 54 68 69 73 20 |7>z12:%MI..This | 000006c0 70 72 6f 64 75 63 65 73 20 74 68 65 20 66 6f 6c |produces the fol| 000006d0 6c 6f 77 69 6e 67 20 6d 65 6e 75 20 6f 6e 20 6d |lowing menu on m| 000006e0 79 20 73 79 73 74 65 6d 2c 20 77 69 74 68 20 61 |y system, with a| 000006f0 20 64 69 73 63 20 63 61 6c 6c 65 64 20 22 52 61 | disc called "Ra| 00000700 79 54 72 61 63 65 22 0a 69 6e 20 74 68 65 20 66 |yTrace".in the f| 00000710 6c 6f 70 70 79 20 64 72 69 76 65 2c 20 61 6e 64 |loppy drive, and| 00000720 20 43 46 53 20 72 75 6e 6e 69 6e 67 2e 0a 20 20 | CFS running.. | 00000730 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000740 20 20 20 20 20 20 20 20 2d 2d 2d 2d 2d 2d 2d 2d | --------| 00000750 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000760 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000770 20 20 20 20 20 20 20 20 20 a6 20 20 20 20 20 20 | . | 00000780 20 44 72 69 76 65 73 20 20 20 20 20 20 20 20 20 | Drives | 00000790 20 a6 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 | .. | 000007a0 20 20 20 20 20 20 20 20 20 20 20 20 a6 2d 2d 2d | .---| 000007b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007c0 2d 2d 2d 2d a6 0a 20 20 20 20 20 20 20 20 20 20 |----.. | 000007d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 a6 | .| 000007e0 20 41 44 46 53 3a 3a 52 61 79 54 72 61 63 65 20 | ADFS::RayTrace | 000007f0 20 20 20 20 20 3e 20 a6 0a 20 20 20 20 20 20 20 | > .. | 00000800 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000810 20 20 a6 20 43 46 53 23 41 44 46 53 3a 3a 52 61 | . CFS#ADFS::Ra| 00000820 79 54 72 61 63 65 20 20 3e 20 a6 0a 20 20 20 20 |yTrace > .. | 00000830 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000840 20 20 20 20 20 a6 20 41 44 46 53 3a 3a 48 61 72 | . ADFS::Har| 00000850 64 44 69 73 63 34 20 20 20 20 20 3e 20 a6 0a 20 |dDisc4 > .. | 00000860 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000870 20 20 20 20 20 20 20 20 a6 20 43 46 53 23 41 44 | . CFS#AD| 00000880 46 53 3a 3a 48 61 72 64 44 69 73 63 34 20 3e 20 |FS::HardDisc4 > | 00000890 a6 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 000008a0 20 20 20 20 20 20 20 20 20 20 20 a6 20 52 41 4d | . RAM| 000008b0 3a 3a 52 61 6d 44 69 73 63 30 20 20 20 20 20 20 |::RamDisc0 | 000008c0 20 3e 20 a6 0a 20 20 20 20 20 20 20 20 20 20 20 | > .. | 000008d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 a6 20 | . | 000008e0 43 44 46 53 3a 3a 41 43 4f 52 4e 5f 55 53 45 52 |CDFS::ACORN_USER| 000008f0 5f 31 20 20 3e 20 a6 0a 20 20 20 20 20 20 20 20 |_1 > .. | 00000900 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000910 20 a6 20 41 70 70 6c 69 63 61 74 69 6f 6e 73 20 | . Applications | 00000920 20 20 20 20 20 20 20 3e 20 a6 0a 20 20 20 20 20 | > .. | 00000930 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000940 20 20 20 20 20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d | -----------| 00000950 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 |------------..Th| 00000960 65 72 65 20 69 73 20 6f 6e 65 20 6d 61 6a 6f 72 |ere is one major| 00000970 20 73 6e 61 67 20 77 69 74 68 20 64 69 73 70 6c | snag with displ| 00000980 61 79 69 6e 67 20 64 69 73 63 20 6e 61 6d 65 73 |aying disc names| 00000990 2e 20 20 52 69 73 63 4f 53 20 63 61 6e 20 74 61 |. RiscOS can ta| 000009a0 6b 65 20 61 6e 0a 69 6e 6f 72 64 69 6e 61 74 65 |ke an.inordinate| 000009b0 20 61 6d 6f 75 6e 74 20 6f 66 20 74 69 6d 65 20 | amount of time | 000009c0 6f 76 65 72 20 69 74 2c 20 62 75 74 20 6f 6e 20 |over it, but on | 000009d0 62 61 6c 61 6e 63 65 20 49 20 63 6f 6e 73 69 64 |balance I consid| 000009e0 65 72 20 74 68 65 20 73 6d 61 6c 6c 20 64 65 6c |er the small del| 000009f0 61 79 0a 77 65 6c 6c 20 77 6f 72 74 68 77 68 69 |ay.well worthwhi| 00000a00 6c 65 2e 20 20 55 6e 64 65 72 20 52 69 73 63 4f |le. Under RiscO| 00000a10 53 20 33 2e 35 2c 20 69 66 20 61 20 66 6c 6f 70 |S 3.5, if a flop| 00000a20 70 79 20 68 61 73 20 62 65 65 6e 20 69 6e 73 65 |py has been inse| 00000a30 72 74 65 64 20 73 69 6e 63 65 20 74 68 65 0a 6d |rted since the.m| 00000a40 61 63 68 69 6e 65 20 73 74 61 72 74 65 64 20 75 |achine started u| 00000a50 70 2c 20 74 68 65 6e 20 6f 6e 63 65 20 74 68 65 |p, then once the| 00000a60 20 64 69 73 63 20 6e 61 6d 65 20 68 61 73 20 62 | disc name has b| 00000a70 65 65 6e 20 72 65 61 64 20 66 6f 72 20 74 68 65 |een read for the| 00000a80 20 66 69 72 73 74 20 74 69 6d 65 0a 74 68 69 6e | first time.thin| 00000a90 67 73 20 61 72 65 20 71 75 69 63 6b 65 72 2e 20 |gs are quicker. | 00000aa0 41 20 64 69 73 63 20 69 6e 20 74 68 65 20 64 72 |A disc in the dr| 00000ab0 69 76 65 20 61 74 20 73 74 61 72 74 20 75 70 20 |ive at start up | 00000ac0 77 69 6c 6c 20 62 65 20 72 65 61 64 20 65 76 65 |will be read eve| 00000ad0 72 79 20 74 69 6d 65 2c 0a 75 6e 74 69 6c 20 69 |ry time,.until i| 00000ae0 74 20 69 73 20 65 6a 65 63 74 65 64 20 61 6e 64 |t is ejected and| 00000af0 20 69 6e 73 65 72 74 65 64 20 61 67 61 69 6e 20 | inserted again | 00000b00 28 63 75 72 69 6f 75 73 2c 20 49 20 65 78 70 65 |(curious, I expe| 00000b10 63 74 20 73 6f 6d 65 6f 6e 65 20 61 74 20 41 63 |ct someone at Ac| 00000b20 6f 72 6e 0a 6b 6e 6f 77 73 20 77 68 79 3f 29 2e |orn.knows why?).| 00000b30 20 20 41 6e 20 6f 70 74 69 6f 6e 20 6f 66 20 2d | An option of -| 00000b40 64 65 66 61 75 6c 74 20 31 20 77 69 6c 6c 20 74 |default 1 will t| 00000b50 75 72 6e 20 6f 66 66 20 74 68 65 20 64 69 73 63 |urn off the disc| 00000b60 20 6e 61 6d 65 20 64 69 73 70 6c 61 79 0a 28 73 | name display.(s| 00000b70 65 65 20 62 65 6c 6f 77 29 2e 0a 0a 49 66 20 74 |ee below)...If t| 00000b80 68 65 20 43 44 20 64 72 69 76 65 20 68 61 73 20 |he CD drive has | 00000b90 61 6e 20 61 75 64 69 6f 20 64 69 73 63 20 69 6e |an audio disc in| 00000ba0 20 69 74 2c 20 74 68 65 6e 20 61 74 74 65 6d 70 | it, then attemp| 00000bb0 74 69 6e 67 20 74 6f 20 63 61 74 61 6c 6f 67 75 |ting to catalogu| 00000bc0 65 20 69 74 0a 77 69 6c 6c 20 72 75 6e 20 21 43 |e it.will run !C| 00000bd0 44 50 6c 61 79 65 72 20 69 6e 73 74 65 61 64 2e |DPlayer instead.| 00000be0 0a 0a 46 69 6e 64 44 72 69 76 65 73 20 72 65 71 |..FindDrives req| 00000bf0 75 69 72 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |uires.----------| 00000c00 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 31 2e 20 4d 6f 64 |---------.1. Mod| 00000c10 69 66 69 63 61 74 69 6f 6e 20 74 6f 20 74 68 65 |ification to the| 00000c20 20 44 69 72 65 63 74 6f 72 20 6d 65 6e 75 73 20 | Director menus | 00000c30 74 6f 20 65 78 65 63 75 74 65 20 69 74 2c 20 75 |to execute it, u| 00000c40 6e 6c 65 73 73 20 64 69 72 65 63 74 6c 79 0a 20 |nless directly. | 00000c50 20 20 72 65 70 6c 61 63 69 6e 67 20 74 68 65 20 | replacing the | 00000c60 6f 72 69 67 69 6e 61 6c 20 46 69 6e 64 44 72 69 |original FindDri| 00000c70 76 65 73 2e 0a 32 2e 20 52 65 70 6c 61 63 65 6d |ves..2. Replacem| 00000c80 65 6e 74 20 6f 66 20 44 69 72 65 63 74 6f 72 3a |ent of Director:| 00000c90 4d 65 6e 75 73 2e 53 79 73 74 65 6d 2e 46 69 6e |Menus.System.Fin| 00000ca0 64 44 72 69 76 65 73 20 77 69 74 68 20 74 68 65 |dDrives with the| 00000cb0 20 6e 65 77 20 6f 6e 65 2c 20 75 6e 6c 65 73 73 | new one, unless| 00000cc0 0a 20 20 20 72 65 6e 61 6d 69 6e 67 20 74 68 65 |. renaming the| 00000cd0 20 6e 65 77 20 46 69 6e 64 44 72 69 76 65 73 20 | new FindDrives | 00000ce0 73 6f 20 74 68 61 74 20 62 6f 74 68 20 69 74 20 |so that both it | 00000cf0 61 6e 64 20 74 68 65 20 6f 6c 64 20 6f 6e 65 20 |and the old one | 00000d00 63 61 6e 20 62 65 20 75 73 65 64 2e 0a 41 6e 64 |can be used..And| 00000d10 2c 20 69 66 20 79 6f 75 20 68 61 76 65 20 61 20 |, if you have a | 00000d20 43 44 20 64 72 69 76 65 3a 0a 33 2e 20 50 6c 61 |CD drive:.3. Pla| 00000d30 63 65 6d 65 6e 74 20 6f 66 20 43 44 50 61 6e 65 |cement of CDPane| 00000d40 6c 20 69 6e 20 44 69 72 65 63 74 6f 72 3a 4d 65 |l in Director:Me| 00000d50 6e 75 73 2e 53 79 73 74 65 6d 2e 0a 34 2e 20 49 |nus.System..4. I| 00000d60 6e 73 65 72 74 69 6f 6e 20 6f 66 20 43 44 50 6c |nsertion of CDPl| 00000d70 61 79 20 69 6e 74 6f 20 44 69 72 65 63 74 6f 72 |ay into Director| 00000d80 3a 4d 65 6e 75 73 2e 44 65 66 61 75 6c 74 20 6f |:Menus.Default o| 00000d90 72 20 61 6e 79 20 66 69 6c 65 20 72 65 61 64 20 |r any file read | 00000da0 62 79 0a 20 20 20 44 69 72 65 63 74 6f 72 20 77 |by. Director w| 00000db0 68 65 6e 20 63 6f 6e 73 74 72 75 63 74 69 6e 67 |hen constructing| 00000dc0 20 69 74 73 20 6d 65 6e 75 73 2e 0a | its menus..| 00000dcc