Home » Archimedes archive » Acorn User » AU 1997-02 B.adf » Extras » BootPlus/!Bootplus/!Help
BootPlus/!Bootplus/!Help
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 1997-02 B.adf » Extras |
Filename: | BootPlus/!Bootplus/!Help |
Read OK: | ✔ |
File size: | 129F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Title : !Bootplus Abstract : !Boot editor and hidden multi user password protection Author : Malcolm Ripley Version : V1.0 - 5 June 1996 First release tested with RiscOS 3.6 Only V2.0 - 7 september 1996 Improvements : * Window'd addition AND removal of applications * Handles all other "bootable" files e.g. sprites,obey etc * Edits the predesk directory as well * Time slots definable for user access * re-structured menu system V2.1 - 1 October 1996 * Removal of a test line which limits all users to 1 minute of access oops. Moral of the story is DO NOT BETA TEST YOURSELF!! * Correctly handle (without crashing !) an application in Tasks that does not have a sprite file nad is not an alias. (Steve Turnbull error ?) -------------------------------------------------------------------------------- This application and its child tasks perform a number of functions 1. Multi-user password access. 2. Logs user access to tasks and/or directories. 3. Edits the auto running of applications as part of the machine boot. 4. Edits the auto booting of applications as part of the machine boot. 5. Edits the inclusion of applications to the Apps folder. 6. Edits files in the predesk directory i.e. set-up's 6. Creates user aliases. Installation ------------ 1. Copy !Bootplus to the Utilities directory (recommended) 2. Run !Bootplus and login as "OWNER" password "manager" 3. Change the password of the OWNER !!!!! 4. Create any users and set their directory access 5. Login as each user and test access 6. Once you have got the hang of creating users succesfully then set the "Test Mode Logins" Bootplus Option to off. 7. If you wish to have passwords/logins enabled on boot up then select the Install Logins maintenance menu item NB irrespective of whether logins are enabled the OWNER will have to logon to use Bootplus. Passwords --------- The password mechanism allows for any number of users to be allowed access to the machine. Each user has their own defined list of directories that they can access. There is a default optional user called GUEST (password ignored) who has limited access to the machine. The password entry mechanism is not an "on demand" by the machine but an "on request" by the user. Thus the illegal user will not know that they have to enter a password. Even the message from the background task reminding the user that a password is required is an obscure one. A newly installed version of !Bootplus has one user, "OWNER" who has a default password of "manager". Take careful note of the upper and lower case. It is recommended!! that this password is changed as soon as possible since this user is the only one that has full access to all the facilities of !Bootplus. All other users can only logon and modify their own password. It is possible to use !Bootplus without the background password task, however, the OWNER will still have to logon to enable the extended !Boot configuration facilities. Logging Activities ------------------ The following activities are optionally logged by the background task : Tasks started Task quit Attempt to open an inaccessible directory These options are controlled via the bootplus options window. Editing of boot files ---------------------- The editing of the four sets of files/applications is all done via the same window (although the title changes). The entries in the window shows the filename, filetype in textual form if possible and sdditional information relevant to how the file is used i.e. *Obey, *iconsprites, *Filer_run etc. If the original for a file no longer exists then the entry is highlighted in red text. All ne entries are highlighted in green text. Changes are only applied once the apply button has been pressed. Thief traps ----------- These are applications distributed about the main disk that simply check that the background password program is running and that all the known traps are in place. If the background task is not running then it is started with 1 minute left for logon. If any traps anywhere are missing then they are re-installed. You may have as many of these traps as you like. *** NB this hint has just been "discovered". Add a thieftrap to the top level of the harddisc to prevent (or at least hamper) access from users who Exit the desktop and re-start it with the command line *Desktop. Future Upgrades --------------- The following enhancements are planned : 1. Pinboard saved into !Boot. Summary ------- Full details of the above and more are included in the Documents directory in impression format. regards, Malcolm Ripley 5 Burnet Rose Court East Kilbride Glasgow G74 4TG
00000000 0a 54 69 74 6c 65 09 09 3a 20 21 42 6f 6f 74 70 |.Title..: !Bootp| 00000010 6c 75 73 0a 0a 41 62 73 74 72 61 63 74 09 3a 20 |lus..Abstract.: | 00000020 21 42 6f 6f 74 20 65 64 69 74 6f 72 20 61 6e 64 |!Boot editor and| 00000030 20 68 69 64 64 65 6e 20 6d 75 6c 74 69 20 75 73 | hidden multi us| 00000040 65 72 20 70 61 73 73 77 6f 72 64 20 70 72 6f 74 |er password prot| 00000050 65 63 74 69 6f 6e 0a 0a 41 75 74 68 6f 72 09 09 |ection..Author..| 00000060 3a 20 4d 61 6c 63 6f 6c 6d 20 52 69 70 6c 65 79 |: Malcolm Ripley| 00000070 0a 0a 56 65 72 73 69 6f 6e 09 09 3a 0a 0a 20 20 |..Version..:.. | 00000080 56 31 2e 30 20 2d 20 35 20 4a 75 6e 65 20 31 39 |V1.0 - 5 June 19| 00000090 39 36 0a 20 20 09 46 69 72 73 74 20 72 65 6c 65 |96. .First rele| 000000a0 61 73 65 20 74 65 73 74 65 64 20 77 69 74 68 20 |ase tested with | 000000b0 52 69 73 63 4f 53 20 33 2e 36 20 4f 6e 6c 79 0a |RiscOS 3.6 Only.| 000000c0 20 20 09 0a 20 20 56 32 2e 30 20 2d 20 37 20 73 | .. V2.0 - 7 s| 000000d0 65 70 74 65 6d 62 65 72 20 31 39 39 36 0a 20 20 |eptember 1996. | 000000e0 09 49 6d 70 72 6f 76 65 6d 65 6e 74 73 20 3a 0a |.Improvements :.| 000000f0 20 20 09 2a 20 57 69 6e 64 6f 77 27 64 20 61 64 | .* Window'd ad| 00000100 64 69 74 69 6f 6e 20 41 4e 44 20 72 65 6d 6f 76 |dition AND remov| 00000110 61 6c 20 6f 66 20 61 70 70 6c 69 63 61 74 69 6f |al of applicatio| 00000120 6e 73 0a 20 20 09 2a 20 48 61 6e 64 6c 65 73 20 |ns. .* Handles | 00000130 61 6c 6c 20 6f 74 68 65 72 20 22 62 6f 6f 74 61 |all other "boota| 00000140 62 6c 65 22 20 66 69 6c 65 73 20 65 2e 67 2e 20 |ble" files e.g. | 00000150 73 70 72 69 74 65 73 2c 6f 62 65 79 20 65 74 63 |sprites,obey etc| 00000160 0a 20 20 09 2a 20 45 64 69 74 73 20 74 68 65 20 |. .* Edits the | 00000170 70 72 65 64 65 73 6b 20 64 69 72 65 63 74 6f 72 |predesk director| 00000180 79 20 61 73 20 77 65 6c 6c 0a 20 20 09 2a 20 54 |y as well. .* T| 00000190 69 6d 65 20 73 6c 6f 74 73 20 64 65 66 69 6e 61 |ime slots defina| 000001a0 62 6c 65 20 66 6f 72 20 75 73 65 72 20 61 63 63 |ble for user acc| 000001b0 65 73 73 0a 20 20 09 2a 20 72 65 2d 73 74 72 75 |ess. .* re-stru| 000001c0 63 74 75 72 65 64 20 6d 65 6e 75 20 73 79 73 74 |ctured menu syst| 000001d0 65 6d 0a 20 20 0a 20 20 56 32 2e 31 20 2d 20 31 |em. . V2.1 - 1| 000001e0 20 4f 63 74 6f 62 65 72 20 31 39 39 36 0a 20 20 | October 1996. | 000001f0 20 20 20 20 20 20 2a 20 52 65 6d 6f 76 61 6c 20 | * Removal | 00000200 6f 66 20 61 20 74 65 73 74 20 6c 69 6e 65 20 77 |of a test line w| 00000210 68 69 63 68 20 6c 69 6d 69 74 73 20 61 6c 6c 20 |hich limits all | 00000220 75 73 65 72 73 20 74 6f 20 31 20 6d 69 6e 75 74 |users to 1 minut| 00000230 65 20 6f 66 20 61 63 63 65 73 73 0a 20 20 20 20 |e of access. | 00000240 20 20 20 20 20 20 6f 6f 70 73 2e 20 4d 6f 72 61 | oops. Mora| 00000250 6c 20 6f 66 20 74 68 65 20 73 74 6f 72 79 20 69 |l of the story i| 00000260 73 20 44 4f 20 4e 4f 54 20 42 45 54 41 20 54 45 |s DO NOT BETA TE| 00000270 53 54 20 59 4f 55 52 53 45 4c 46 21 21 0a 20 20 |ST YOURSELF!!. | 00000280 20 20 20 20 20 20 2a 20 43 6f 72 72 65 63 74 6c | * Correctl| 00000290 79 20 68 61 6e 64 6c 65 20 28 77 69 74 68 6f 75 |y handle (withou| 000002a0 74 20 63 72 61 73 68 69 6e 67 20 21 29 20 61 6e |t crashing !) an| 000002b0 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 69 6e 20 | application in | 000002c0 54 61 73 6b 73 20 74 68 61 74 0a 20 20 20 20 20 |Tasks that. | 000002d0 20 20 20 20 20 64 6f 65 73 20 6e 6f 74 20 68 61 | does not ha| 000002e0 76 65 20 61 20 73 70 72 69 74 65 20 66 69 6c 65 |ve a sprite file| 000002f0 20 6e 61 64 20 69 73 20 6e 6f 74 20 61 6e 20 61 | nad is not an a| 00000300 6c 69 61 73 2e 20 28 53 74 65 76 65 20 54 75 72 |lias. (Steve Tur| 00000310 6e 62 75 6c 6c 0a 20 20 20 20 20 20 20 20 20 20 |nbull. | 00000320 65 72 72 6f 72 20 3f 29 0a 20 20 20 20 20 20 20 |error ?). | 00000330 20 20 20 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d | .------------| 00000340 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000380 2d 2d 2d 2d 0a 0a 54 68 69 73 20 61 70 70 6c 69 |----..This appli| 00000390 63 61 74 69 6f 6e 20 61 6e 64 20 69 74 73 20 63 |cation and its c| 000003a0 68 69 6c 64 20 74 61 73 6b 73 20 70 65 72 66 6f |hild tasks perfo| 000003b0 72 6d 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 66 |rm a number of f| 000003c0 75 6e 63 74 69 6f 6e 73 0a 0a 31 2e 20 4d 75 6c |unctions..1. Mul| 000003d0 74 69 2d 75 73 65 72 20 70 61 73 73 77 6f 72 64 |ti-user password| 000003e0 20 61 63 63 65 73 73 2e 0a 32 2e 20 4c 6f 67 73 | access..2. Logs| 000003f0 20 75 73 65 72 20 61 63 63 65 73 73 20 74 6f 20 | user access to | 00000400 74 61 73 6b 73 20 61 6e 64 2f 6f 72 20 64 69 72 |tasks and/or dir| 00000410 65 63 74 6f 72 69 65 73 2e 0a 33 2e 20 45 64 69 |ectories..3. Edi| 00000420 74 73 20 74 68 65 20 61 75 74 6f 20 72 75 6e 6e |ts the auto runn| 00000430 69 6e 67 20 6f 66 20 61 70 70 6c 69 63 61 74 69 |ing of applicati| 00000440 6f 6e 73 20 61 73 20 70 61 72 74 20 6f 66 20 74 |ons as part of t| 00000450 68 65 20 6d 61 63 68 69 6e 65 20 62 6f 6f 74 2e |he machine boot.| 00000460 0a 34 2e 20 45 64 69 74 73 20 74 68 65 20 61 75 |.4. Edits the au| 00000470 74 6f 20 62 6f 6f 74 69 6e 67 20 6f 66 20 61 70 |to booting of ap| 00000480 70 6c 69 63 61 74 69 6f 6e 73 20 61 73 20 70 61 |plications as pa| 00000490 72 74 20 6f 66 20 74 68 65 20 6d 61 63 68 69 6e |rt of the machin| 000004a0 65 20 62 6f 6f 74 2e 0a 35 2e 20 45 64 69 74 73 |e boot..5. Edits| 000004b0 20 74 68 65 20 69 6e 63 6c 75 73 69 6f 6e 20 6f | the inclusion o| 000004c0 66 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 74 |f applications t| 000004d0 6f 20 74 68 65 20 41 70 70 73 20 66 6f 6c 64 65 |o the Apps folde| 000004e0 72 2e 0a 36 2e 20 45 64 69 74 73 20 66 69 6c 65 |r..6. Edits file| 000004f0 73 20 69 6e 20 74 68 65 20 70 72 65 64 65 73 6b |s in the predesk| 00000500 20 64 69 72 65 63 74 6f 72 79 20 69 2e 65 2e 20 | directory i.e. | 00000510 73 65 74 2d 75 70 27 73 0a 36 2e 20 43 72 65 61 |set-up's.6. Crea| 00000520 74 65 73 20 75 73 65 72 20 61 6c 69 61 73 65 73 |tes user aliases| 00000530 2e 0a 0a 49 6e 73 74 61 6c 6c 61 74 69 6f 6e 0a |...Installation.| 00000540 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 31 2e 20 |------------.1. | 00000550 43 6f 70 79 20 21 42 6f 6f 74 70 6c 75 73 20 74 |Copy !Bootplus t| 00000560 6f 20 74 68 65 20 55 74 69 6c 69 74 69 65 73 20 |o the Utilities | 00000570 64 69 72 65 63 74 6f 72 79 20 28 72 65 63 6f 6d |directory (recom| 00000580 6d 65 6e 64 65 64 29 0a 32 2e 20 52 75 6e 20 21 |mended).2. Run !| 00000590 42 6f 6f 74 70 6c 75 73 20 61 6e 64 20 6c 6f 67 |Bootplus and log| 000005a0 69 6e 20 61 73 20 22 4f 57 4e 45 52 22 20 70 61 |in as "OWNER" pa| 000005b0 73 73 77 6f 72 64 20 22 6d 61 6e 61 67 65 72 22 |ssword "manager"| 000005c0 0a 33 2e 20 43 68 61 6e 67 65 20 74 68 65 20 70 |.3. Change the p| 000005d0 61 73 73 77 6f 72 64 20 6f 66 20 74 68 65 20 4f |assword of the O| 000005e0 57 4e 45 52 20 21 21 21 21 21 0a 34 2e 20 43 72 |WNER !!!!!.4. Cr| 000005f0 65 61 74 65 20 61 6e 79 20 75 73 65 72 73 20 61 |eate any users a| 00000600 6e 64 20 73 65 74 20 74 68 65 69 72 20 64 69 72 |nd set their dir| 00000610 65 63 74 6f 72 79 20 61 63 63 65 73 73 0a 35 2e |ectory access.5.| 00000620 20 4c 6f 67 69 6e 20 61 73 20 65 61 63 68 20 75 | Login as each u| 00000630 73 65 72 20 61 6e 64 20 74 65 73 74 20 61 63 63 |ser and test acc| 00000640 65 73 73 0a 36 2e 20 4f 6e 63 65 20 79 6f 75 20 |ess.6. Once you | 00000650 68 61 76 65 20 67 6f 74 20 74 68 65 20 68 61 6e |have got the han| 00000660 67 20 6f 66 20 63 72 65 61 74 69 6e 67 20 75 73 |g of creating us| 00000670 65 72 73 20 73 75 63 63 65 73 66 75 6c 6c 79 20 |ers succesfully | 00000680 74 68 65 6e 20 73 65 74 20 74 68 65 20 0a 20 20 |then set the . | 00000690 20 22 54 65 73 74 20 4d 6f 64 65 20 4c 6f 67 69 | "Test Mode Logi| 000006a0 6e 73 22 20 42 6f 6f 74 70 6c 75 73 20 4f 70 74 |ns" Bootplus Opt| 000006b0 69 6f 6e 20 74 6f 20 6f 66 66 2e 0a 37 2e 20 49 |ion to off..7. I| 000006c0 66 20 79 6f 75 20 77 69 73 68 20 74 6f 20 68 61 |f you wish to ha| 000006d0 76 65 20 70 61 73 73 77 6f 72 64 73 2f 6c 6f 67 |ve passwords/log| 000006e0 69 6e 73 20 65 6e 61 62 6c 65 64 20 6f 6e 20 62 |ins enabled on b| 000006f0 6f 6f 74 20 75 70 20 74 68 65 6e 20 73 65 6c 65 |oot up then sele| 00000700 63 74 20 74 68 65 0a 20 20 20 49 6e 73 74 61 6c |ct the. Instal| 00000710 6c 20 4c 6f 67 69 6e 73 20 6d 61 69 6e 74 65 6e |l Logins mainten| 00000720 61 6e 63 65 20 6d 65 6e 75 20 69 74 65 6d 0a 20 |ance menu item. | 00000730 20 20 0a 4e 42 20 69 72 72 65 73 70 65 63 74 69 | .NB irrespecti| 00000740 76 65 20 6f 66 20 77 68 65 74 68 65 72 20 6c 6f |ve of whether lo| 00000750 67 69 6e 73 20 61 72 65 20 65 6e 61 62 6c 65 64 |gins are enabled| 00000760 20 74 68 65 20 4f 57 4e 45 52 20 77 69 6c 6c 20 | the OWNER will | 00000770 68 61 76 65 20 74 6f 20 6c 6f 67 6f 6e 0a 74 6f |have to logon.to| 00000780 20 75 73 65 20 42 6f 6f 74 70 6c 75 73 2e 0a 0a | use Bootplus...| 00000790 0a 50 61 73 73 77 6f 72 64 73 0a 2d 2d 2d 2d 2d |.Passwords.-----| 000007a0 2d 2d 2d 2d 0a 0a 54 68 65 20 70 61 73 73 77 6f |----..The passwo| 000007b0 72 64 20 6d 65 63 68 61 6e 69 73 6d 20 61 6c 6c |rd mechanism all| 000007c0 6f 77 73 20 66 6f 72 20 61 6e 79 20 6e 75 6d 62 |ows for any numb| 000007d0 65 72 20 6f 66 20 75 73 65 72 73 20 74 6f 20 62 |er of users to b| 000007e0 65 20 61 6c 6c 6f 77 65 64 20 61 63 63 65 73 73 |e allowed access| 000007f0 20 74 6f 0a 74 68 65 20 6d 61 63 68 69 6e 65 2e | to.the machine.| 00000800 20 20 45 61 63 68 20 75 73 65 72 20 68 61 73 20 | Each user has | 00000810 74 68 65 69 72 20 6f 77 6e 20 64 65 66 69 6e 65 |their own define| 00000820 64 20 6c 69 73 74 20 6f 66 20 64 69 72 65 63 74 |d list of direct| 00000830 6f 72 69 65 73 20 74 68 61 74 20 74 68 65 79 0a |ories that they.| 00000840 63 61 6e 20 61 63 63 65 73 73 2e 20 20 54 68 65 |can access. The| 00000850 72 65 20 69 73 20 61 20 64 65 66 61 75 6c 74 20 |re is a default | 00000860 6f 70 74 69 6f 6e 61 6c 20 75 73 65 72 20 63 61 |optional user ca| 00000870 6c 6c 65 64 20 47 55 45 53 54 20 28 70 61 73 73 |lled GUEST (pass| 00000880 77 6f 72 64 20 69 67 6e 6f 72 65 64 29 0a 77 68 |word ignored).wh| 00000890 6f 20 68 61 73 20 6c 69 6d 69 74 65 64 20 61 63 |o has limited ac| 000008a0 63 65 73 73 20 74 6f 20 74 68 65 20 6d 61 63 68 |cess to the mach| 000008b0 69 6e 65 2e 20 20 0a 0a 54 68 65 20 70 61 73 73 |ine. ..The pass| 000008c0 77 6f 72 64 20 65 6e 74 72 79 20 6d 65 63 68 61 |word entry mecha| 000008d0 6e 69 73 6d 20 69 73 20 6e 6f 74 20 61 6e 20 22 |nism is not an "| 000008e0 6f 6e 20 64 65 6d 61 6e 64 22 20 62 79 20 74 68 |on demand" by th| 000008f0 65 20 6d 61 63 68 69 6e 65 20 62 75 74 20 61 6e |e machine but an| 00000900 20 22 6f 6e 0a 72 65 71 75 65 73 74 22 20 62 79 | "on.request" by| 00000910 20 74 68 65 20 75 73 65 72 2e 20 20 54 68 75 73 | the user. Thus| 00000920 20 74 68 65 20 69 6c 6c 65 67 61 6c 20 75 73 65 | the illegal use| 00000930 72 20 77 69 6c 6c 20 6e 6f 74 20 6b 6e 6f 77 20 |r will not know | 00000940 74 68 61 74 20 74 68 65 79 20 68 61 76 65 20 0a |that they have .| 00000950 74 6f 20 65 6e 74 65 72 20 61 20 70 61 73 73 77 |to enter a passw| 00000960 6f 72 64 2e 20 20 45 76 65 6e 20 74 68 65 20 6d |ord. Even the m| 00000970 65 73 73 61 67 65 20 66 72 6f 6d 20 74 68 65 20 |essage from the | 00000980 62 61 63 6b 67 72 6f 75 6e 64 20 74 61 73 6b 20 |background task | 00000990 72 65 6d 69 6e 64 69 6e 67 20 74 68 65 0a 75 73 |reminding the.us| 000009a0 65 72 20 74 68 61 74 20 61 20 70 61 73 73 77 6f |er that a passwo| 000009b0 72 64 20 69 73 20 72 65 71 75 69 72 65 64 20 69 |rd is required i| 000009c0 73 20 61 6e 20 6f 62 73 63 75 72 65 20 6f 6e 65 |s an obscure one| 000009d0 2e 0a 0a 41 20 6e 65 77 6c 79 20 69 6e 73 74 61 |...A newly insta| 000009e0 6c 6c 65 64 20 76 65 72 73 69 6f 6e 20 6f 66 20 |lled version of | 000009f0 21 42 6f 6f 74 70 6c 75 73 20 68 61 73 20 6f 6e |!Bootplus has on| 00000a00 65 20 75 73 65 72 2c 20 22 4f 57 4e 45 52 22 20 |e user, "OWNER" | 00000a10 77 68 6f 20 68 61 73 20 61 20 64 65 66 61 75 6c |who has a defaul| 00000a20 74 0a 70 61 73 73 77 6f 72 64 20 6f 66 20 22 6d |t.password of "m| 00000a30 61 6e 61 67 65 72 22 2e 20 20 54 61 6b 65 20 63 |anager". Take c| 00000a40 61 72 65 66 75 6c 20 6e 6f 74 65 20 6f 66 20 74 |areful note of t| 00000a50 68 65 20 75 70 70 65 72 20 61 6e 64 20 6c 6f 77 |he upper and low| 00000a60 65 72 20 63 61 73 65 2e 20 20 49 74 20 69 73 0a |er case. It is.| 00000a70 72 65 63 6f 6d 6d 65 6e 64 65 64 21 21 20 74 68 |recommended!! th| 00000a80 61 74 20 74 68 69 73 20 70 61 73 73 77 6f 72 64 |at this password| 00000a90 20 69 73 20 63 68 61 6e 67 65 64 20 61 73 20 73 | is changed as s| 00000aa0 6f 6f 6e 20 61 73 20 70 6f 73 73 69 62 6c 65 20 |oon as possible | 00000ab0 73 69 6e 63 65 20 74 68 69 73 20 75 73 65 72 0a |since this user.| 00000ac0 69 73 20 74 68 65 20 6f 6e 6c 79 20 6f 6e 65 20 |is the only one | 00000ad0 74 68 61 74 20 68 61 73 20 66 75 6c 6c 20 61 63 |that has full ac| 00000ae0 63 65 73 73 20 74 6f 20 61 6c 6c 20 74 68 65 20 |cess to all the | 00000af0 66 61 63 69 6c 69 74 69 65 73 20 6f 66 20 21 42 |facilities of !B| 00000b00 6f 6f 74 70 6c 75 73 2e 20 20 41 6c 6c 20 0a 6f |ootplus. All .o| 00000b10 74 68 65 72 20 75 73 65 72 73 20 63 61 6e 20 6f |ther users can o| 00000b20 6e 6c 79 20 6c 6f 67 6f 6e 20 61 6e 64 20 6d 6f |nly logon and mo| 00000b30 64 69 66 79 20 74 68 65 69 72 20 6f 77 6e 20 70 |dify their own p| 00000b40 61 73 73 77 6f 72 64 2e 0a 0a 49 74 20 69 73 20 |assword...It is | 00000b50 70 6f 73 73 69 62 6c 65 20 74 6f 20 75 73 65 20 |possible to use | 00000b60 21 42 6f 6f 74 70 6c 75 73 20 77 69 74 68 6f 75 |!Bootplus withou| 00000b70 74 20 74 68 65 20 62 61 63 6b 67 72 6f 75 6e 64 |t the background| 00000b80 20 70 61 73 73 77 6f 72 64 20 74 61 73 6b 2c 20 | password task, | 00000b90 68 6f 77 65 76 65 72 2c 20 0a 74 68 65 20 4f 57 |however, .the OW| 00000ba0 4e 45 52 20 77 69 6c 6c 20 73 74 69 6c 6c 20 68 |NER will still h| 00000bb0 61 76 65 20 74 6f 20 6c 6f 67 6f 6e 20 74 6f 20 |ave to logon to | 00000bc0 65 6e 61 62 6c 65 20 74 68 65 20 65 78 74 65 6e |enable the exten| 00000bd0 64 65 64 20 21 42 6f 6f 74 20 63 6f 6e 66 69 67 |ded !Boot config| 00000be0 75 72 61 74 69 6f 6e 20 0a 66 61 63 69 6c 69 74 |uration .facilit| 00000bf0 69 65 73 2e 0a 0a 0a 4c 6f 67 67 69 6e 67 20 41 |ies....Logging A| 00000c00 63 74 69 76 69 74 69 65 73 0a 2d 2d 2d 2d 2d 2d |ctivities.------| 00000c10 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 |------------.The| 00000c20 20 66 6f 6c 6c 6f 77 69 6e 67 20 61 63 74 69 76 | following activ| 00000c30 69 74 69 65 73 20 61 72 65 20 6f 70 74 69 6f 6e |ities are option| 00000c40 61 6c 6c 79 20 6c 6f 67 67 65 64 20 62 79 20 74 |ally logged by t| 00000c50 68 65 20 62 61 63 6b 67 72 6f 75 6e 64 20 74 61 |he background ta| 00000c60 73 6b 20 3a 0a 0a 20 20 54 61 73 6b 73 20 73 74 |sk :.. Tasks st| 00000c70 61 72 74 65 64 0a 20 20 54 61 73 6b 20 71 75 69 |arted. Task qui| 00000c80 74 0a 20 20 41 74 74 65 6d 70 74 20 74 6f 20 6f |t. Attempt to o| 00000c90 70 65 6e 20 61 6e 20 69 6e 61 63 63 65 73 73 69 |pen an inaccessi| 00000ca0 62 6c 65 20 64 69 72 65 63 74 6f 72 79 0a 0a 54 |ble directory..T| 00000cb0 68 65 73 65 20 6f 70 74 69 6f 6e 73 20 61 72 65 |hese options are| 00000cc0 20 63 6f 6e 74 72 6f 6c 6c 65 64 20 76 69 61 20 | controlled via | 00000cd0 74 68 65 20 62 6f 6f 74 70 6c 75 73 20 6f 70 74 |the bootplus opt| 00000ce0 69 6f 6e 73 20 77 69 6e 64 6f 77 2e 0a 0a 0a 45 |ions window....E| 00000cf0 64 69 74 69 6e 67 20 6f 66 20 62 6f 6f 74 20 66 |diting of boot f| 00000d00 69 6c 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |iles.-----------| 00000d10 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 65 |-----------..The| 00000d20 20 65 64 69 74 69 6e 67 20 6f 66 20 74 68 65 20 | editing of the | 00000d30 66 6f 75 72 20 73 65 74 73 20 6f 66 20 66 69 6c |four sets of fil| 00000d40 65 73 2f 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 |es/applications | 00000d50 69 73 20 61 6c 6c 20 64 6f 6e 65 20 76 69 61 20 |is all done via | 00000d60 74 68 65 20 73 61 6d 65 20 0a 77 69 6e 64 6f 77 |the same .window| 00000d70 20 28 61 6c 74 68 6f 75 67 68 20 74 68 65 20 74 | (although the t| 00000d80 69 74 6c 65 20 63 68 61 6e 67 65 73 29 2e 20 20 |itle changes). | 00000d90 54 68 65 20 65 6e 74 72 69 65 73 20 69 6e 20 74 |The entries in t| 00000da0 68 65 20 77 69 6e 64 6f 77 20 73 68 6f 77 73 20 |he window shows | 00000db0 74 68 65 0a 66 69 6c 65 6e 61 6d 65 2c 20 66 69 |the.filename, fi| 00000dc0 6c 65 74 79 70 65 20 69 6e 20 74 65 78 74 75 61 |letype in textua| 00000dd0 6c 20 66 6f 72 6d 20 69 66 20 70 6f 73 73 69 62 |l form if possib| 00000de0 6c 65 20 61 6e 64 20 73 64 64 69 74 69 6f 6e 61 |le and sdditiona| 00000df0 6c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 0a 72 65 |l information.re| 00000e00 6c 65 76 61 6e 74 20 74 6f 20 68 6f 77 20 74 68 |levant to how th| 00000e10 65 20 66 69 6c 65 20 69 73 20 75 73 65 64 20 69 |e file is used i| 00000e20 2e 65 2e 20 2a 4f 62 65 79 2c 20 2a 69 63 6f 6e |.e. *Obey, *icon| 00000e30 73 70 72 69 74 65 73 2c 20 2a 46 69 6c 65 72 5f |sprites, *Filer_| 00000e40 72 75 6e 20 65 74 63 2e 0a 0a 49 66 20 74 68 65 |run etc...If the| 00000e50 20 6f 72 69 67 69 6e 61 6c 20 66 6f 72 20 61 20 | original for a | 00000e60 66 69 6c 65 20 6e 6f 20 6c 6f 6e 67 65 72 20 65 |file no longer e| 00000e70 78 69 73 74 73 20 74 68 65 6e 20 74 68 65 20 65 |xists then the e| 00000e80 6e 74 72 79 20 69 73 20 68 69 67 68 6c 69 67 68 |ntry is highligh| 00000e90 74 65 64 20 69 6e 20 72 65 64 0a 74 65 78 74 2e |ted in red.text.| 00000ea0 20 20 41 6c 6c 20 6e 65 20 65 6e 74 72 69 65 73 | All ne entries| 00000eb0 20 61 72 65 20 68 69 67 68 6c 69 67 68 74 65 64 | are highlighted| 00000ec0 20 69 6e 20 67 72 65 65 6e 20 74 65 78 74 2e 20 | in green text. | 00000ed0 20 43 68 61 6e 67 65 73 20 61 72 65 20 6f 6e 6c | Changes are onl| 00000ee0 79 20 61 70 70 6c 69 65 64 0a 6f 6e 63 65 20 74 |y applied.once t| 00000ef0 68 65 20 61 70 70 6c 79 20 62 75 74 74 6f 6e 20 |he apply button | 00000f00 68 61 73 20 62 65 65 6e 20 70 72 65 73 73 65 64 |has been pressed| 00000f10 2e 0a 0a 0a 54 68 69 65 66 20 74 72 61 70 73 0a |....Thief traps.| 00000f20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 73 |-----------.Thes| 00000f30 65 20 61 72 65 20 61 70 70 6c 69 63 61 74 69 6f |e are applicatio| 00000f40 6e 73 20 64 69 73 74 72 69 62 75 74 65 64 20 61 |ns distributed a| 00000f50 62 6f 75 74 20 74 68 65 20 6d 61 69 6e 20 64 69 |bout the main di| 00000f60 73 6b 20 74 68 61 74 20 73 69 6d 70 6c 79 20 63 |sk that simply c| 00000f70 68 65 63 6b 20 74 68 61 74 20 0a 74 68 65 20 62 |heck that .the b| 00000f80 61 63 6b 67 72 6f 75 6e 64 20 70 61 73 73 77 6f |ackground passwo| 00000f90 72 64 20 70 72 6f 67 72 61 6d 20 69 73 20 72 75 |rd program is ru| 00000fa0 6e 6e 69 6e 67 20 61 6e 64 20 74 68 61 74 20 61 |nning and that a| 00000fb0 6c 6c 20 74 68 65 20 6b 6e 6f 77 6e 20 74 72 61 |ll the known tra| 00000fc0 70 73 20 61 72 65 20 69 6e 20 0a 70 6c 61 63 65 |ps are in .place| 00000fd0 2e 20 20 49 66 20 74 68 65 20 62 61 63 6b 67 72 |. If the backgr| 00000fe0 6f 75 6e 64 20 74 61 73 6b 20 69 73 20 6e 6f 74 |ound task is not| 00000ff0 20 72 75 6e 6e 69 6e 67 20 74 68 65 6e 20 69 74 | running then it| 00001000 20 69 73 20 73 74 61 72 74 65 64 20 77 69 74 68 | is started with| 00001010 20 31 20 6d 69 6e 75 74 65 20 0a 6c 65 66 74 20 | 1 minute .left | 00001020 66 6f 72 20 6c 6f 67 6f 6e 2e 20 20 49 66 20 61 |for logon. If a| 00001030 6e 79 20 74 72 61 70 73 20 61 6e 79 77 68 65 72 |ny traps anywher| 00001040 65 20 61 72 65 20 6d 69 73 73 69 6e 67 20 74 68 |e are missing th| 00001050 65 6e 20 74 68 65 79 20 61 72 65 20 72 65 2d 69 |en they are re-i| 00001060 6e 73 74 61 6c 6c 65 64 2e 20 0a 59 6f 75 20 6d |nstalled. .You m| 00001070 61 79 20 68 61 76 65 20 61 73 20 6d 61 6e 79 20 |ay have as many | 00001080 6f 66 20 74 68 65 73 65 20 74 72 61 70 73 20 61 |of these traps a| 00001090 73 20 79 6f 75 20 6c 69 6b 65 2e 0a 0a 2a 2a 2a |s you like...***| 000010a0 20 4e 42 20 74 68 69 73 20 68 69 6e 74 20 68 61 | NB this hint ha| 000010b0 73 20 6a 75 73 74 20 62 65 65 6e 20 22 64 69 73 |s just been "dis| 000010c0 63 6f 76 65 72 65 64 22 2e 0a 0a 41 64 64 20 61 |covered"...Add a| 000010d0 20 74 68 69 65 66 74 72 61 70 20 74 6f 20 74 68 | thieftrap to th| 000010e0 65 20 74 6f 70 20 6c 65 76 65 6c 20 6f 66 20 74 |e top level of t| 000010f0 68 65 20 68 61 72 64 64 69 73 63 20 74 6f 20 70 |he harddisc to p| 00001100 72 65 76 65 6e 74 20 28 6f 72 20 61 74 20 6c 65 |revent (or at le| 00001110 61 73 74 20 68 61 6d 70 65 72 29 0a 61 63 63 65 |ast hamper).acce| 00001120 73 73 20 66 72 6f 6d 20 75 73 65 72 73 20 77 68 |ss from users wh| 00001130 6f 20 45 78 69 74 20 74 68 65 20 64 65 73 6b 74 |o Exit the deskt| 00001140 6f 70 20 61 6e 64 20 72 65 2d 73 74 61 72 74 20 |op and re-start | 00001150 69 74 20 77 69 74 68 20 74 68 65 20 63 6f 6d 6d |it with the comm| 00001160 61 6e 64 20 6c 69 6e 65 0a 2a 44 65 73 6b 74 6f |and line.*Deskto| 00001170 70 2e 0a 0a 0a 46 75 74 75 72 65 20 55 70 67 72 |p....Future Upgr| 00001180 61 64 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ades.-----------| 00001190 2d 2d 2d 2d 0a 0a 54 68 65 20 66 6f 6c 6c 6f 77 |----..The follow| 000011a0 69 6e 67 20 65 6e 68 61 6e 63 65 6d 65 6e 74 73 |ing enhancements| 000011b0 20 61 72 65 20 70 6c 61 6e 6e 65 64 20 3a 0a 0a | are planned :..| 000011c0 31 2e 20 50 69 6e 62 6f 61 72 64 20 73 61 76 65 |1. Pinboard save| 000011d0 64 20 69 6e 74 6f 20 21 42 6f 6f 74 2e 0a 0a 0a |d into !Boot....| 000011e0 53 75 6d 6d 61 72 79 0a 2d 2d 2d 2d 2d 2d 2d 0a |Summary.-------.| 000011f0 0a 46 75 6c 6c 20 64 65 74 61 69 6c 73 20 6f 66 |.Full details of| 00001200 20 74 68 65 20 61 62 6f 76 65 20 61 6e 64 20 6d | the above and m| 00001210 6f 72 65 20 61 72 65 20 69 6e 63 6c 75 64 65 64 |ore are included| 00001220 20 69 6e 20 74 68 65 20 44 6f 63 75 6d 65 6e 74 | in the Document| 00001230 73 20 64 69 72 65 63 74 6f 72 79 20 69 6e 0a 69 |s directory in.i| 00001240 6d 70 72 65 73 73 69 6f 6e 20 66 6f 72 6d 61 74 |mpression format| 00001250 2e 0a 0a 0a 72 65 67 61 72 64 73 2c 0a 0a 0a 4d |....regards,...M| 00001260 61 6c 63 6f 6c 6d 20 52 69 70 6c 65 79 0a 35 20 |alcolm Ripley.5 | 00001270 42 75 72 6e 65 74 20 52 6f 73 65 20 43 6f 75 72 |Burnet Rose Cour| 00001280 74 0a 45 61 73 74 20 4b 69 6c 62 72 69 64 65 0a |t.East Kilbride.| 00001290 47 6c 61 73 67 6f 77 20 47 37 34 20 34 54 47 |Glasgow G74 4TG| 0000129f