Home » Archimedes archive » Acorn User » AU 1994-11.adf » !DeskUtils_DeskUtils » !SaveDesk/!Help
!SaveDesk/!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 1994-11.adf » !DeskUtils_DeskUtils |
Filename: | !SaveDesk/!Help |
Read OK: | ✔ |
File size: | 1AF8 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Forward>>Motion SaveDesk For Risc OS 3 Version 1.00 � Nick Jarman Tue,23 Aug 1994 ***************************************************************************** **** SaveDesk needs to be set up manually before it will do anything **** **** this doesn't take very long! **** ***************************************************************************** About the program ----------------- A quick implementation of an idea I had this afternoon: The Pinboard application is always running on my computer to display a marble effect backdrop. This is rather a waste of 64K of memory if that's the only thing I'm using it for. The ability to drag files and directories onto the desktop is useful, but I usually want them to stay there after the computer has been turned off or reset. It's a drag to have to save the pinboard manually, and I can guarantee I'll forget to do it before hitting Ctrl-Shift-F12! Anyway, I'd like it to save the directory viewers I have open as well. Pinboard can't do this. What I'm describing is similar to the behaviour of the Apple Macintosh desktop. It will start up in much the same state as it was in when it was last shut down. This is very useful if you've plastered your desktop with useful directories and applictions. SaveDesk pulls together Pinboard and your boot sequence to provide this functionality. It takes a bit of care to set up, but once it's working it should integrate seemlessly with your desktop environment! How to use it ------------- If you have a Risc PC, or Risc OS 3.50 on any other computer (?!?) read on. If you don't, read the 'Pre-Risc OS 3.50 users' section. Risc OS 3.50 comes with a standard !Boot application which is easy to customise without changing it out of all recognition. This makes it a lot easier to describe how to set up SaveDesk... - Copy the SaveDesk module into !Boot.Resources - Use Edit (or your preferred text editor) to create an Obey file containing the following: Set SaveDesk$Name <Choices$Write>.Boot.Tasks.SaveDesk Run Boot:Resources.SaveDesk - Call this file SaveDesk, and save it in the !Boot.Choices.Boot.PreDesk directory - Set the type of SaveDesk to Obey Now shut your computer down and restart it. SaveDesk will appear on the Task display in the Module tasks section. To test it, open a few directories and drag some icons onto the desktop. Shut the computer down and restart it. When the boot sequence has finished, the icons and filer windows will be on your desktop in the same position as they were when you shut it down. Pre-Risc OS 3.50 users ---------------------- This is slightly more difficult to explain than for Risc OS 3.50 since there is no standard !Boot directory structure. You are left to define your own, so it can be as complex or as simple as you like. This section is therefore based on the structure explained in section 7 of the Risc OS 3 User Guide - 'Desktop boot files'. If you are not familiar with desktop boot files, read section 7 of the User Guide now. - Copy the SaveDesk module into whichever directory you like on your hard disc. Maybe a utilities directory, but definitly somewhere out of the way which will not be accidentally renamed or deleted. This may also be the directory where you want SaveDesk to put its configuration file (see below) - Identify your desktop boot file and load it into Edit (or your preferred text editor). - Add the following three lines at the end of the file: Set SaveDesk$Name <Your_Choice> Run <Full_pathname_of_SaveDesk> Run <Your_Choice> Replace <Your_Choice> with the full pathname of SaveDesk's configuration file. This is the file to which it saves information about your desktop when you shut it down. Replace <Full_pathname_of_SaveDesk> with the full pathname of SaveDesk! To clarify this, here's an example. Assume your hard disc is called HardDisc4, and you put SaveDesk in a directory called Utils.Startup. You would add these lines to your desktop boot file: Set SaveDesk$Name adfs::HardDisc4.$.Utils.Startup.DeskState Run adfs::HardDisc4.$.Utils.Startup.SaveDesk Run adfs::HardDisc4.$.Utils.Startup.DeskState Now shut your computer down and restart it. Don't use the Restart button which is displayed after you press Ctrl-Shift-F12, because it doesn't work properly on some machines. Press Ctrl-Reset instead. When your computer restarts an error message will be displayed. For the example above it would be: File 'adfs::HardDisc4.$.Utils.Startup.DeskState' not found don't worry about this; it will not occur again. Just click on Cancel, and the desktop will be displayed. SaveDesk will appear on the Task display in the Module tasks section. To test it, open a few directories and drag some icons onto the desktop. Shut the computer down and restart it. When the boot sequence has finished, the icons and filer windows will be on your desktop in the same position as they were when you shut it down. History ------- V0.01 (Tue,23 Aug 1994) Prototype - written in Basic to see if the idea would work. It did. V1.00 (Tue,23 Aug 1994) It may as well be done properly... this calls for a relocatable module written in assmebly language. It takes a lot less memory: The smallest Wimpslot a Basic program can have ranges from 8K-32K. The module takes just less than 2K, including workspace. Testing ------- SaveDesk has been tested with the following machine/operating system combinations: Machine OS A400/1 Risc Os 3.10 Risc PC Risc OS 3.50 Further development ------------------- It's so simple, what is there to add? SaveDesk is distributed under the Acorn User PD Scheme ------------------------------------------------------ The application may not be copied or distributed to any third party until three months after publication of this issue of Acorn User, i.e. until 6th January 1995. After that rights to the program revert to the author, and the program may be distributed subject to the following conditions: This application may be feely distributed as long as it is not altered in any way, and no profit is made doing so. If you use SaveDesk, you do so entirely at your own risk. If you intend to distribute SaveDesk through a public domain software library, please obtain my permission first. This way I can ensure you have the latest version of the software, and that you are kept up to date regarding any significant changes. The Author ---------- Comments and suggestions are welcome. Send them to this address: Nick Jarman 7 Cadet Way Church Crookham FLEET Hants GU13 0UG UK
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 46 6f 72 77 61 72 64 3e 3e 4d 6f 74 69 6f 6e 0a |Forward>>Motion.| 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000050 20 20 20 53 61 76 65 44 65 73 6b 0a 20 20 20 20 | SaveDesk. | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000070 20 20 20 20 20 20 20 20 20 20 20 20 20 46 6f 72 | For| 00000080 20 52 69 73 63 20 4f 53 20 33 0a 0a 20 20 20 20 | Risc OS 3.. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000a0 20 20 20 20 20 20 20 20 20 20 20 20 20 56 65 72 | Ver| 000000b0 73 69 6f 6e 20 31 2e 30 30 0a 20 20 20 20 20 20 |sion 1.00. | 000000c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000d0 20 20 a9 20 4e 69 63 6b 20 4a 61 72 6d 61 6e 20 | . Nick Jarman | 000000e0 54 75 65 2c 32 33 20 41 75 67 20 31 39 39 34 0a |Tue,23 Aug 1994.| 000000f0 0a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |..**************| 00000100 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000130 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a |***************.| 00000140 2a 2a 2a 2a 20 20 20 53 61 76 65 44 65 73 6b 20 |**** SaveDesk | 00000150 6e 65 65 64 73 20 74 6f 20 62 65 20 73 65 74 20 |needs to be set | 00000160 75 70 20 6d 61 6e 75 61 6c 6c 79 20 62 65 66 6f |up manually befo| 00000170 72 65 20 69 74 20 77 69 6c 6c 20 64 6f 20 61 6e |re it will do an| 00000180 79 74 68 69 6e 67 20 20 20 2a 2a 2a 2a 0a 2a 2a |ything ****.**| 00000190 2a 2a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |** | 000001a0 20 20 20 20 20 20 74 68 69 73 20 64 6f 65 73 6e | this doesn| 000001b0 27 74 20 74 61 6b 65 20 76 65 72 79 20 6c 6f 6e |'t take very lon| 000001c0 67 21 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |g! | 000001d0 20 20 20 20 20 20 20 2a 2a 2a 2a 0a 2a 2a 2a 2a | ****.****| 000001e0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000220 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 0a 0a 41 62 6f 75 |*********...Abou| 00000230 74 20 74 68 65 20 70 72 6f 67 72 61 6d 0a 2d 2d |t the program.--| 00000240 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000250 0a 41 20 71 75 69 63 6b 20 69 6d 70 6c 65 6d 65 |.A quick impleme| 00000260 6e 74 61 74 69 6f 6e 20 6f 66 20 61 6e 20 69 64 |ntation of an id| 00000270 65 61 20 49 20 68 61 64 20 74 68 69 73 20 61 66 |ea I had this af| 00000280 74 65 72 6e 6f 6f 6e 3a 20 54 68 65 20 50 69 6e |ternoon: The Pin| 00000290 62 6f 61 72 64 0a 61 70 70 6c 69 63 61 74 69 6f |board.applicatio| 000002a0 6e 20 69 73 20 61 6c 77 61 79 73 20 72 75 6e 6e |n is always runn| 000002b0 69 6e 67 20 6f 6e 20 6d 79 20 63 6f 6d 70 75 74 |ing on my comput| 000002c0 65 72 20 74 6f 20 64 69 73 70 6c 61 79 20 61 20 |er to display a | 000002d0 6d 61 72 62 6c 65 20 65 66 66 65 63 74 0a 62 61 |marble effect.ba| 000002e0 63 6b 64 72 6f 70 2e 20 54 68 69 73 20 69 73 20 |ckdrop. This is | 000002f0 72 61 74 68 65 72 20 61 20 77 61 73 74 65 20 6f |rather a waste o| 00000300 66 20 36 34 4b 20 6f 66 20 6d 65 6d 6f 72 79 20 |f 64K of memory | 00000310 69 66 20 74 68 61 74 27 73 20 74 68 65 20 6f 6e |if that's the on| 00000320 6c 79 20 74 68 69 6e 67 0a 49 27 6d 20 75 73 69 |ly thing.I'm usi| 00000330 6e 67 20 69 74 20 66 6f 72 2e 0a 0a 54 68 65 20 |ng it for...The | 00000340 61 62 69 6c 69 74 79 20 74 6f 20 64 72 61 67 20 |ability to drag | 00000350 66 69 6c 65 73 20 61 6e 64 20 64 69 72 65 63 74 |files and direct| 00000360 6f 72 69 65 73 20 6f 6e 74 6f 20 74 68 65 20 64 |ories onto the d| 00000370 65 73 6b 74 6f 70 20 69 73 20 75 73 65 66 75 6c |esktop is useful| 00000380 2c 20 62 75 74 20 49 0a 75 73 75 61 6c 6c 79 20 |, but I.usually | 00000390 77 61 6e 74 20 74 68 65 6d 20 74 6f 20 73 74 61 |want them to sta| 000003a0 79 20 74 68 65 72 65 20 61 66 74 65 72 20 74 68 |y there after th| 000003b0 65 20 63 6f 6d 70 75 74 65 72 20 68 61 73 20 62 |e computer has b| 000003c0 65 65 6e 20 74 75 72 6e 65 64 20 6f 66 66 20 6f |een turned off o| 000003d0 72 0a 72 65 73 65 74 2e 20 49 74 27 73 20 61 20 |r.reset. It's a | 000003e0 64 72 61 67 20 74 6f 20 68 61 76 65 20 74 6f 20 |drag to have to | 000003f0 73 61 76 65 20 74 68 65 20 70 69 6e 62 6f 61 72 |save the pinboar| 00000400 64 20 6d 61 6e 75 61 6c 6c 79 2c 20 61 6e 64 20 |d manually, and | 00000410 49 20 63 61 6e 20 67 75 61 72 61 6e 74 65 65 0a |I can guarantee.| 00000420 49 27 6c 6c 20 66 6f 72 67 65 74 20 74 6f 20 64 |I'll forget to d| 00000430 6f 20 69 74 20 62 65 66 6f 72 65 20 68 69 74 74 |o it before hitt| 00000440 69 6e 67 20 43 74 72 6c 2d 53 68 69 66 74 2d 46 |ing Ctrl-Shift-F| 00000450 31 32 21 20 41 6e 79 77 61 79 2c 20 49 27 64 20 |12! Anyway, I'd | 00000460 6c 69 6b 65 20 69 74 20 74 6f 0a 73 61 76 65 20 |like it to.save | 00000470 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 76 69 |the directory vi| 00000480 65 77 65 72 73 20 49 20 68 61 76 65 20 6f 70 65 |ewers I have ope| 00000490 6e 20 61 73 20 77 65 6c 6c 2e 20 50 69 6e 62 6f |n as well. Pinbo| 000004a0 61 72 64 20 63 61 6e 27 74 20 64 6f 20 74 68 69 |ard can't do thi| 000004b0 73 2e 0a 0a 57 68 61 74 20 49 27 6d 20 64 65 73 |s...What I'm des| 000004c0 63 72 69 62 69 6e 67 20 69 73 20 73 69 6d 69 6c |cribing is simil| 000004d0 61 72 20 74 6f 20 74 68 65 20 62 65 68 61 76 69 |ar to the behavi| 000004e0 6f 75 72 20 6f 66 20 74 68 65 20 41 70 70 6c 65 |our of the Apple| 000004f0 20 4d 61 63 69 6e 74 6f 73 68 0a 64 65 73 6b 74 | Macintosh.deskt| 00000500 6f 70 2e 20 49 74 20 77 69 6c 6c 20 73 74 61 72 |op. It will star| 00000510 74 20 75 70 20 69 6e 20 6d 75 63 68 20 74 68 65 |t up in much the| 00000520 20 73 61 6d 65 20 73 74 61 74 65 20 61 73 20 69 | same state as i| 00000530 74 20 77 61 73 20 69 6e 20 77 68 65 6e 20 69 74 |t was in when it| 00000540 20 77 61 73 0a 6c 61 73 74 20 73 68 75 74 20 64 | was.last shut d| 00000550 6f 77 6e 2e 20 54 68 69 73 20 69 73 20 76 65 72 |own. This is ver| 00000560 79 20 75 73 65 66 75 6c 20 69 66 20 79 6f 75 27 |y useful if you'| 00000570 76 65 20 70 6c 61 73 74 65 72 65 64 20 79 6f 75 |ve plastered you| 00000580 72 20 64 65 73 6b 74 6f 70 20 77 69 74 68 0a 75 |r desktop with.u| 00000590 73 65 66 75 6c 20 64 69 72 65 63 74 6f 72 69 65 |seful directorie| 000005a0 73 20 61 6e 64 20 61 70 70 6c 69 63 74 69 6f 6e |s and appliction| 000005b0 73 2e 0a 0a 53 61 76 65 44 65 73 6b 20 70 75 6c |s...SaveDesk pul| 000005c0 6c 73 20 74 6f 67 65 74 68 65 72 20 50 69 6e 62 |ls together Pinb| 000005d0 6f 61 72 64 20 61 6e 64 20 79 6f 75 72 20 62 6f |oard and your bo| 000005e0 6f 74 20 73 65 71 75 65 6e 63 65 20 74 6f 20 70 |ot sequence to p| 000005f0 72 6f 76 69 64 65 20 74 68 69 73 0a 66 75 6e 63 |rovide this.func| 00000600 74 69 6f 6e 61 6c 69 74 79 2e 20 49 74 20 74 61 |tionality. It ta| 00000610 6b 65 73 20 61 20 62 69 74 20 6f 66 20 63 61 72 |kes a bit of car| 00000620 65 20 74 6f 20 73 65 74 20 75 70 2c 20 62 75 74 |e to set up, but| 00000630 20 6f 6e 63 65 20 69 74 27 73 20 77 6f 72 6b 69 | once it's worki| 00000640 6e 67 20 69 74 0a 73 68 6f 75 6c 64 20 69 6e 74 |ng it.should int| 00000650 65 67 72 61 74 65 20 73 65 65 6d 6c 65 73 73 6c |egrate seemlessl| 00000660 79 20 77 69 74 68 20 79 6f 75 72 20 64 65 73 6b |y with your desk| 00000670 74 6f 70 20 65 6e 76 69 72 6f 6e 6d 65 6e 74 21 |top environment!| 00000680 0a 0a 0a 48 6f 77 20 74 6f 20 75 73 65 20 69 74 |...How to use it| 00000690 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a |.-------------..| 000006a0 49 66 20 79 6f 75 20 68 61 76 65 20 61 20 52 69 |If you have a Ri| 000006b0 73 63 20 50 43 2c 20 6f 72 20 52 69 73 63 20 4f |sc PC, or Risc O| 000006c0 53 20 33 2e 35 30 20 6f 6e 20 61 6e 79 20 6f 74 |S 3.50 on any ot| 000006d0 68 65 72 20 63 6f 6d 70 75 74 65 72 20 28 3f 21 |her computer (?!| 000006e0 3f 29 20 72 65 61 64 20 6f 6e 2e 0a 49 66 20 79 |?) read on..If y| 000006f0 6f 75 20 64 6f 6e 27 74 2c 20 72 65 61 64 20 74 |ou don't, read t| 00000700 68 65 20 27 50 72 65 2d 52 69 73 63 20 4f 53 20 |he 'Pre-Risc OS | 00000710 33 2e 35 30 20 75 73 65 72 73 27 20 73 65 63 74 |3.50 users' sect| 00000720 69 6f 6e 2e 0a 0a 52 69 73 63 20 4f 53 20 33 2e |ion...Risc OS 3.| 00000730 35 30 20 63 6f 6d 65 73 20 77 69 74 68 20 61 20 |50 comes with a | 00000740 73 74 61 6e 64 61 72 64 20 21 42 6f 6f 74 20 61 |standard !Boot a| 00000750 70 70 6c 69 63 61 74 69 6f 6e 20 77 68 69 63 68 |pplication which| 00000760 20 69 73 20 65 61 73 79 20 74 6f 0a 63 75 73 74 | is easy to.cust| 00000770 6f 6d 69 73 65 20 77 69 74 68 6f 75 74 20 63 68 |omise without ch| 00000780 61 6e 67 69 6e 67 20 69 74 20 6f 75 74 20 6f 66 |anging it out of| 00000790 20 61 6c 6c 20 72 65 63 6f 67 6e 69 74 69 6f 6e | all recognition| 000007a0 2e 20 54 68 69 73 20 6d 61 6b 65 73 20 69 74 20 |. This makes it | 000007b0 61 20 6c 6f 74 0a 65 61 73 69 65 72 20 74 6f 20 |a lot.easier to | 000007c0 64 65 73 63 72 69 62 65 20 68 6f 77 20 74 6f 20 |describe how to | 000007d0 73 65 74 20 75 70 20 53 61 76 65 44 65 73 6b 2e |set up SaveDesk.| 000007e0 2e 2e 0a 0a 2d 20 43 6f 70 79 20 74 68 65 20 53 |....- Copy the S| 000007f0 61 76 65 44 65 73 6b 20 6d 6f 64 75 6c 65 20 69 |aveDesk module i| 00000800 6e 74 6f 20 21 42 6f 6f 74 2e 52 65 73 6f 75 72 |nto !Boot.Resour| 00000810 63 65 73 0a 2d 20 55 73 65 20 45 64 69 74 20 28 |ces.- Use Edit (| 00000820 6f 72 20 79 6f 75 72 20 70 72 65 66 65 72 72 65 |or your preferre| 00000830 64 20 74 65 78 74 20 65 64 69 74 6f 72 29 20 74 |d text editor) t| 00000840 6f 20 63 72 65 61 74 65 20 61 6e 20 4f 62 65 79 |o create an Obey| 00000850 20 66 69 6c 65 20 63 6f 6e 74 61 69 6e 69 6e 67 | file containing| 00000860 0a 20 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 |. the following| 00000870 3a 0a 20 20 20 20 20 20 20 20 20 53 65 74 20 53 |:. Set S| 00000880 61 76 65 44 65 73 6b 24 4e 61 6d 65 20 3c 43 68 |aveDesk$Name <Ch| 00000890 6f 69 63 65 73 24 57 72 69 74 65 3e 2e 42 6f 6f |oices$Write>.Boo| 000008a0 74 2e 54 61 73 6b 73 2e 53 61 76 65 44 65 73 6b |t.Tasks.SaveDesk| 000008b0 0a 20 20 20 20 20 20 20 20 20 52 75 6e 20 42 6f |. Run Bo| 000008c0 6f 74 3a 52 65 73 6f 75 72 63 65 73 2e 53 61 76 |ot:Resources.Sav| 000008d0 65 44 65 73 6b 0a 2d 20 43 61 6c 6c 20 74 68 69 |eDesk.- Call thi| 000008e0 73 20 66 69 6c 65 20 53 61 76 65 44 65 73 6b 2c |s file SaveDesk,| 000008f0 20 61 6e 64 20 73 61 76 65 20 69 74 20 69 6e 20 | and save it in | 00000900 74 68 65 20 21 42 6f 6f 74 2e 43 68 6f 69 63 65 |the !Boot.Choice| 00000910 73 2e 42 6f 6f 74 2e 50 72 65 44 65 73 6b 0a 20 |s.Boot.PreDesk. | 00000920 20 64 69 72 65 63 74 6f 72 79 0a 2d 20 53 65 74 | directory.- Set| 00000930 20 74 68 65 20 74 79 70 65 20 6f 66 20 53 61 76 | the type of Sav| 00000940 65 44 65 73 6b 20 74 6f 20 4f 62 65 79 0a 0a 4e |eDesk to Obey..N| 00000950 6f 77 20 73 68 75 74 20 79 6f 75 72 20 63 6f 6d |ow shut your com| 00000960 70 75 74 65 72 20 64 6f 77 6e 20 61 6e 64 20 72 |puter down and r| 00000970 65 73 74 61 72 74 20 69 74 2e 20 53 61 76 65 44 |estart it. SaveD| 00000980 65 73 6b 20 77 69 6c 6c 20 61 70 70 65 61 72 20 |esk will appear | 00000990 6f 6e 20 74 68 65 20 54 61 73 6b 0a 64 69 73 70 |on the Task.disp| 000009a0 6c 61 79 20 69 6e 20 74 68 65 20 4d 6f 64 75 6c |lay in the Modul| 000009b0 65 20 74 61 73 6b 73 20 73 65 63 74 69 6f 6e 2e |e tasks section.| 000009c0 20 54 6f 20 74 65 73 74 20 69 74 2c 20 6f 70 65 | To test it, ope| 000009d0 6e 20 61 20 66 65 77 20 64 69 72 65 63 74 6f 72 |n a few director| 000009e0 69 65 73 20 61 6e 64 0a 64 72 61 67 20 73 6f 6d |ies and.drag som| 000009f0 65 20 69 63 6f 6e 73 20 6f 6e 74 6f 20 74 68 65 |e icons onto the| 00000a00 20 64 65 73 6b 74 6f 70 2e 20 53 68 75 74 20 74 | desktop. Shut t| 00000a10 68 65 20 63 6f 6d 70 75 74 65 72 20 64 6f 77 6e |he computer down| 00000a20 20 61 6e 64 20 72 65 73 74 61 72 74 20 69 74 2e | and restart it.| 00000a30 0a 57 68 65 6e 20 74 68 65 20 62 6f 6f 74 20 73 |.When the boot s| 00000a40 65 71 75 65 6e 63 65 20 68 61 73 20 66 69 6e 69 |equence has fini| 00000a50 73 68 65 64 2c 20 74 68 65 20 69 63 6f 6e 73 20 |shed, the icons | 00000a60 61 6e 64 20 66 69 6c 65 72 20 77 69 6e 64 6f 77 |and filer window| 00000a70 73 20 77 69 6c 6c 20 62 65 20 6f 6e 0a 79 6f 75 |s will be on.you| 00000a80 72 20 64 65 73 6b 74 6f 70 20 69 6e 20 74 68 65 |r desktop in the| 00000a90 20 73 61 6d 65 20 70 6f 73 69 74 69 6f 6e 20 61 | same position a| 00000aa0 73 20 74 68 65 79 20 77 65 72 65 20 77 68 65 6e |s they were when| 00000ab0 20 79 6f 75 20 73 68 75 74 20 69 74 20 64 6f 77 | you shut it dow| 00000ac0 6e 2e 0a 0a 0a 50 72 65 2d 52 69 73 63 20 4f 53 |n....Pre-Risc OS| 00000ad0 20 33 2e 35 30 20 75 73 65 72 73 0a 2d 2d 2d 2d | 3.50 users.----| 00000ae0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000af0 2d 2d 0a 0a 54 68 69 73 20 69 73 20 73 6c 69 67 |--..This is slig| 00000b00 68 74 6c 79 20 6d 6f 72 65 20 64 69 66 66 69 63 |htly more diffic| 00000b10 75 6c 74 20 74 6f 20 65 78 70 6c 61 69 6e 20 74 |ult to explain t| 00000b20 68 61 6e 20 66 6f 72 20 52 69 73 63 20 4f 53 20 |han for Risc OS | 00000b30 33 2e 35 30 20 73 69 6e 63 65 20 74 68 65 72 65 |3.50 since there| 00000b40 0a 69 73 20 6e 6f 20 73 74 61 6e 64 61 72 64 20 |.is no standard | 00000b50 21 42 6f 6f 74 20 64 69 72 65 63 74 6f 72 79 20 |!Boot directory | 00000b60 73 74 72 75 63 74 75 72 65 2e 20 59 6f 75 20 61 |structure. You a| 00000b70 72 65 20 6c 65 66 74 20 74 6f 20 64 65 66 69 6e |re left to defin| 00000b80 65 20 79 6f 75 72 20 6f 77 6e 2c 20 73 6f 0a 69 |e your own, so.i| 00000b90 74 20 63 61 6e 20 62 65 20 61 73 20 63 6f 6d 70 |t can be as comp| 00000ba0 6c 65 78 20 6f 72 20 61 73 20 73 69 6d 70 6c 65 |lex or as simple| 00000bb0 20 61 73 20 79 6f 75 20 6c 69 6b 65 2e 20 54 68 | as you like. Th| 00000bc0 69 73 20 73 65 63 74 69 6f 6e 20 69 73 20 74 68 |is section is th| 00000bd0 65 72 65 66 6f 72 65 0a 62 61 73 65 64 20 6f 6e |erefore.based on| 00000be0 20 74 68 65 20 73 74 72 75 63 74 75 72 65 20 65 | the structure e| 00000bf0 78 70 6c 61 69 6e 65 64 20 69 6e 20 73 65 63 74 |xplained in sect| 00000c00 69 6f 6e 20 37 20 6f 66 20 74 68 65 20 52 69 73 |ion 7 of the Ris| 00000c10 63 20 4f 53 20 33 20 55 73 65 72 20 47 75 69 64 |c OS 3 User Guid| 00000c20 65 20 2d 0a 27 44 65 73 6b 74 6f 70 20 62 6f 6f |e -.'Desktop boo| 00000c30 74 20 66 69 6c 65 73 27 2e 20 49 66 20 79 6f 75 |t files'. If you| 00000c40 20 61 72 65 20 6e 6f 74 20 66 61 6d 69 6c 69 61 | are not familia| 00000c50 72 20 77 69 74 68 20 64 65 73 6b 74 6f 70 20 62 |r with desktop b| 00000c60 6f 6f 74 20 66 69 6c 65 73 2c 20 72 65 61 64 0a |oot files, read.| 00000c70 73 65 63 74 69 6f 6e 20 37 20 6f 66 20 74 68 65 |section 7 of the| 00000c80 20 55 73 65 72 20 47 75 69 64 65 20 6e 6f 77 2e | User Guide now.| 00000c90 0a 0a 2d 20 43 6f 70 79 20 74 68 65 20 53 61 76 |..- Copy the Sav| 00000ca0 65 44 65 73 6b 20 6d 6f 64 75 6c 65 20 69 6e 74 |eDesk module int| 00000cb0 6f 20 77 68 69 63 68 65 76 65 72 20 64 69 72 65 |o whichever dire| 00000cc0 63 74 6f 72 79 20 79 6f 75 20 6c 69 6b 65 20 6f |ctory you like o| 00000cd0 6e 20 79 6f 75 72 20 68 61 72 64 0a 20 20 64 69 |n your hard. di| 00000ce0 73 63 2e 20 4d 61 79 62 65 20 61 20 75 74 69 6c |sc. Maybe a util| 00000cf0 69 74 69 65 73 20 64 69 72 65 63 74 6f 72 79 2c |ities directory,| 00000d00 20 62 75 74 20 64 65 66 69 6e 69 74 6c 79 20 73 | but definitly s| 00000d10 6f 6d 65 77 68 65 72 65 20 6f 75 74 20 6f 66 20 |omewhere out of | 00000d20 74 68 65 20 77 61 79 0a 20 20 77 68 69 63 68 20 |the way. which | 00000d30 77 69 6c 6c 20 6e 6f 74 20 62 65 20 61 63 63 69 |will not be acci| 00000d40 64 65 6e 74 61 6c 6c 79 20 72 65 6e 61 6d 65 64 |dentally renamed| 00000d50 20 6f 72 20 64 65 6c 65 74 65 64 2e 20 54 68 69 | or deleted. Thi| 00000d60 73 20 6d 61 79 20 61 6c 73 6f 20 62 65 20 74 68 |s may also be th| 00000d70 65 0a 20 20 64 69 72 65 63 74 6f 72 79 20 77 68 |e. directory wh| 00000d80 65 72 65 20 79 6f 75 20 77 61 6e 74 20 53 61 76 |ere you want Sav| 00000d90 65 44 65 73 6b 20 74 6f 20 70 75 74 20 69 74 73 |eDesk to put its| 00000da0 20 63 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20 66 | configuration f| 00000db0 69 6c 65 20 28 73 65 65 0a 20 20 62 65 6c 6f 77 |ile (see. below| 00000dc0 29 0a 2d 20 49 64 65 6e 74 69 66 79 20 79 6f 75 |).- Identify you| 00000dd0 72 20 64 65 73 6b 74 6f 70 20 62 6f 6f 74 20 66 |r desktop boot f| 00000de0 69 6c 65 20 61 6e 64 20 6c 6f 61 64 20 69 74 20 |ile and load it | 00000df0 69 6e 74 6f 20 45 64 69 74 20 28 6f 72 20 79 6f |into Edit (or yo| 00000e00 75 72 20 70 72 65 66 65 72 72 65 64 0a 20 20 74 |ur preferred. t| 00000e10 65 78 74 20 65 64 69 74 6f 72 29 2e 0a 2d 20 41 |ext editor)..- A| 00000e20 64 64 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 |dd the following| 00000e30 20 74 68 72 65 65 20 6c 69 6e 65 73 20 61 74 20 | three lines at | 00000e40 74 68 65 20 65 6e 64 20 6f 66 20 74 68 65 20 66 |the end of the f| 00000e50 69 6c 65 3a 0a 20 20 20 20 20 20 20 20 20 53 65 |ile:. Se| 00000e60 74 20 53 61 76 65 44 65 73 6b 24 4e 61 6d 65 20 |t SaveDesk$Name | 00000e70 3c 59 6f 75 72 5f 43 68 6f 69 63 65 3e 0a 20 20 |<Your_Choice>. | 00000e80 20 20 20 20 20 20 20 52 75 6e 20 3c 46 75 6c 6c | Run <Full| 00000e90 5f 70 61 74 68 6e 61 6d 65 5f 6f 66 5f 53 61 76 |_pathname_of_Sav| 00000ea0 65 44 65 73 6b 3e 0a 20 20 20 20 20 20 20 20 20 |eDesk>. | 00000eb0 52 75 6e 20 3c 59 6f 75 72 5f 43 68 6f 69 63 65 |Run <Your_Choice| 00000ec0 3e 0a 20 20 52 65 70 6c 61 63 65 20 3c 59 6f 75 |>. Replace <You| 00000ed0 72 5f 43 68 6f 69 63 65 3e 20 77 69 74 68 20 74 |r_Choice> with t| 00000ee0 68 65 20 66 75 6c 6c 20 70 61 74 68 6e 61 6d 65 |he full pathname| 00000ef0 20 6f 66 20 53 61 76 65 44 65 73 6b 27 73 20 63 | of SaveDesk's c| 00000f00 6f 6e 66 69 67 75 72 61 74 69 6f 6e 0a 20 20 66 |onfiguration. f| 00000f10 69 6c 65 2e 20 54 68 69 73 20 69 73 20 74 68 65 |ile. This is the| 00000f20 20 66 69 6c 65 20 74 6f 20 77 68 69 63 68 20 69 | file to which i| 00000f30 74 20 73 61 76 65 73 20 69 6e 66 6f 72 6d 61 74 |t saves informat| 00000f40 69 6f 6e 20 61 62 6f 75 74 20 79 6f 75 72 20 64 |ion about your d| 00000f50 65 73 6b 74 6f 70 0a 20 20 77 68 65 6e 20 79 6f |esktop. when yo| 00000f60 75 20 73 68 75 74 20 69 74 20 64 6f 77 6e 2e 0a |u shut it down..| 00000f70 20 20 52 65 70 6c 61 63 65 20 3c 46 75 6c 6c 5f | Replace <Full_| 00000f80 70 61 74 68 6e 61 6d 65 5f 6f 66 5f 53 61 76 65 |pathname_of_Save| 00000f90 44 65 73 6b 3e 20 77 69 74 68 20 74 68 65 20 66 |Desk> with the f| 00000fa0 75 6c 6c 20 70 61 74 68 6e 61 6d 65 20 6f 66 20 |ull pathname of | 00000fb0 53 61 76 65 44 65 73 6b 21 0a 20 20 54 6f 20 63 |SaveDesk!. To c| 00000fc0 6c 61 72 69 66 79 20 74 68 69 73 2c 20 68 65 72 |larify this, her| 00000fd0 65 27 73 20 61 6e 20 65 78 61 6d 70 6c 65 2e 20 |e's an example. | 00000fe0 41 73 73 75 6d 65 20 79 6f 75 72 20 68 61 72 64 |Assume your hard| 00000ff0 20 64 69 73 63 20 69 73 20 63 61 6c 6c 65 64 0a | disc is called.| 00001000 20 20 48 61 72 64 44 69 73 63 34 2c 20 61 6e 64 | HardDisc4, and| 00001010 20 79 6f 75 20 70 75 74 20 53 61 76 65 44 65 73 | you put SaveDes| 00001020 6b 20 69 6e 20 61 20 64 69 72 65 63 74 6f 72 79 |k in a directory| 00001030 20 63 61 6c 6c 65 64 20 55 74 69 6c 73 2e 53 74 | called Utils.St| 00001040 61 72 74 75 70 2e 20 59 6f 75 0a 20 20 77 6f 75 |artup. You. wou| 00001050 6c 64 20 61 64 64 20 74 68 65 73 65 20 6c 69 6e |ld add these lin| 00001060 65 73 20 74 6f 20 79 6f 75 72 20 64 65 73 6b 74 |es to your deskt| 00001070 6f 70 20 62 6f 6f 74 20 66 69 6c 65 3a 0a 20 20 |op boot file:. | 00001080 20 20 20 20 20 20 20 53 65 74 20 53 61 76 65 44 | Set SaveD| 00001090 65 73 6b 24 4e 61 6d 65 20 61 64 66 73 3a 3a 48 |esk$Name adfs::H| 000010a0 61 72 64 44 69 73 63 34 2e 24 2e 55 74 69 6c 73 |ardDisc4.$.Utils| 000010b0 2e 53 74 61 72 74 75 70 2e 44 65 73 6b 53 74 61 |.Startup.DeskSta| 000010c0 74 65 0a 20 20 20 20 20 20 20 20 20 52 75 6e 20 |te. Run | 000010d0 61 64 66 73 3a 3a 48 61 72 64 44 69 73 63 34 2e |adfs::HardDisc4.| 000010e0 24 2e 55 74 69 6c 73 2e 53 74 61 72 74 75 70 2e |$.Utils.Startup.| 000010f0 53 61 76 65 44 65 73 6b 0a 20 20 20 20 20 20 20 |SaveDesk. | 00001100 20 20 52 75 6e 20 61 64 66 73 3a 3a 48 61 72 64 | Run adfs::Hard| 00001110 44 69 73 63 34 2e 24 2e 55 74 69 6c 73 2e 53 74 |Disc4.$.Utils.St| 00001120 61 72 74 75 70 2e 44 65 73 6b 53 74 61 74 65 0a |artup.DeskState.| 00001130 0a 4e 6f 77 20 73 68 75 74 20 79 6f 75 72 20 63 |.Now shut your c| 00001140 6f 6d 70 75 74 65 72 20 64 6f 77 6e 20 61 6e 64 |omputer down and| 00001150 20 72 65 73 74 61 72 74 20 69 74 2e 20 44 6f 6e | restart it. Don| 00001160 27 74 20 75 73 65 20 74 68 65 20 52 65 73 74 61 |'t use the Resta| 00001170 72 74 20 62 75 74 74 6f 6e 0a 77 68 69 63 68 20 |rt button.which | 00001180 69 73 20 64 69 73 70 6c 61 79 65 64 20 61 66 74 |is displayed aft| 00001190 65 72 20 79 6f 75 20 70 72 65 73 73 20 43 74 72 |er you press Ctr| 000011a0 6c 2d 53 68 69 66 74 2d 46 31 32 2c 20 62 65 63 |l-Shift-F12, bec| 000011b0 61 75 73 65 20 69 74 20 64 6f 65 73 6e 27 74 20 |ause it doesn't | 000011c0 77 6f 72 6b 0a 70 72 6f 70 65 72 6c 79 20 6f 6e |work.properly on| 000011d0 20 73 6f 6d 65 20 6d 61 63 68 69 6e 65 73 2e 20 | some machines. | 000011e0 50 72 65 73 73 20 43 74 72 6c 2d 52 65 73 65 74 |Press Ctrl-Reset| 000011f0 20 69 6e 73 74 65 61 64 2e 20 57 68 65 6e 20 79 | instead. When y| 00001200 6f 75 72 20 63 6f 6d 70 75 74 65 72 0a 72 65 73 |our computer.res| 00001210 74 61 72 74 73 20 61 6e 20 65 72 72 6f 72 20 6d |tarts an error m| 00001220 65 73 73 61 67 65 20 77 69 6c 6c 20 62 65 20 64 |essage will be d| 00001230 69 73 70 6c 61 79 65 64 2e 20 46 6f 72 20 74 68 |isplayed. For th| 00001240 65 20 65 78 61 6d 70 6c 65 20 61 62 6f 76 65 20 |e example above | 00001250 69 74 20 77 6f 75 6c 64 0a 62 65 3a 0a 20 20 20 |it would.be:. | 00001260 20 20 20 20 20 20 20 46 69 6c 65 20 27 61 64 66 | File 'adf| 00001270 73 3a 3a 48 61 72 64 44 69 73 63 34 2e 24 2e 55 |s::HardDisc4.$.U| 00001280 74 69 6c 73 2e 53 74 61 72 74 75 70 2e 44 65 73 |tils.Startup.Des| 00001290 6b 53 74 61 74 65 27 20 6e 6f 74 20 66 6f 75 6e |kState' not foun| 000012a0 64 0a 64 6f 6e 27 74 20 77 6f 72 72 79 20 61 62 |d.don't worry ab| 000012b0 6f 75 74 20 74 68 69 73 3b 20 69 74 20 77 69 6c |out this; it wil| 000012c0 6c 20 6e 6f 74 20 6f 63 63 75 72 20 61 67 61 69 |l not occur agai| 000012d0 6e 2e 20 4a 75 73 74 20 63 6c 69 63 6b 20 6f 6e |n. Just click on| 000012e0 20 43 61 6e 63 65 6c 2c 20 61 6e 64 0a 74 68 65 | Cancel, and.the| 000012f0 20 64 65 73 6b 74 6f 70 20 77 69 6c 6c 20 62 65 | desktop will be| 00001300 20 64 69 73 70 6c 61 79 65 64 2e 20 53 61 76 65 | displayed. Save| 00001310 44 65 73 6b 20 77 69 6c 6c 20 61 70 70 65 61 72 |Desk will appear| 00001320 20 6f 6e 20 74 68 65 20 54 61 73 6b 20 64 69 73 | on the Task dis| 00001330 70 6c 61 79 20 69 6e 0a 74 68 65 20 4d 6f 64 75 |play in.the Modu| 00001340 6c 65 20 74 61 73 6b 73 20 73 65 63 74 69 6f 6e |le tasks section| 00001350 2e 20 54 6f 20 74 65 73 74 20 69 74 2c 20 6f 70 |. To test it, op| 00001360 65 6e 20 61 20 66 65 77 20 64 69 72 65 63 74 6f |en a few directo| 00001370 72 69 65 73 20 61 6e 64 20 64 72 61 67 20 73 6f |ries and drag so| 00001380 6d 65 0a 69 63 6f 6e 73 20 6f 6e 74 6f 20 74 68 |me.icons onto th| 00001390 65 20 64 65 73 6b 74 6f 70 2e 20 53 68 75 74 20 |e desktop. Shut | 000013a0 74 68 65 20 63 6f 6d 70 75 74 65 72 20 64 6f 77 |the computer dow| 000013b0 6e 20 61 6e 64 20 72 65 73 74 61 72 74 20 69 74 |n and restart it| 000013c0 2e 20 57 68 65 6e 20 74 68 65 20 62 6f 6f 74 0a |. When the boot.| 000013d0 73 65 71 75 65 6e 63 65 20 68 61 73 20 66 69 6e |sequence has fin| 000013e0 69 73 68 65 64 2c 20 74 68 65 20 69 63 6f 6e 73 |ished, the icons| 000013f0 20 61 6e 64 20 66 69 6c 65 72 20 77 69 6e 64 6f | and filer windo| 00001400 77 73 20 77 69 6c 6c 20 62 65 20 6f 6e 20 79 6f |ws will be on yo| 00001410 75 72 20 64 65 73 6b 74 6f 70 0a 69 6e 20 74 68 |ur desktop.in th| 00001420 65 20 73 61 6d 65 20 70 6f 73 69 74 69 6f 6e 20 |e same position | 00001430 61 73 20 74 68 65 79 20 77 65 72 65 20 77 68 65 |as they were whe| 00001440 6e 20 79 6f 75 20 73 68 75 74 20 69 74 20 64 6f |n you shut it do| 00001450 77 6e 2e 0a 0a 0a 48 69 73 74 6f 72 79 0a 2d 2d |wn....History.--| 00001460 2d 2d 2d 2d 2d 0a 0a 56 30 2e 30 31 20 28 54 75 |-----..V0.01 (Tu| 00001470 65 2c 32 33 20 41 75 67 20 31 39 39 34 29 0a 20 |e,23 Aug 1994). | 00001480 20 20 20 20 50 72 6f 74 6f 74 79 70 65 20 2d 20 | Prototype - | 00001490 77 72 69 74 74 65 6e 20 69 6e 20 42 61 73 69 63 |written in Basic| 000014a0 20 74 6f 20 73 65 65 20 69 66 20 74 68 65 20 69 | to see if the i| 000014b0 64 65 61 20 77 6f 75 6c 64 20 77 6f 72 6b 2e 20 |dea would work. | 000014c0 49 74 20 64 69 64 2e 0a 56 31 2e 30 30 20 28 54 |It did..V1.00 (T| 000014d0 75 65 2c 32 33 20 41 75 67 20 31 39 39 34 29 0a |ue,23 Aug 1994).| 000014e0 20 20 20 20 20 49 74 20 6d 61 79 20 61 73 20 77 | It may as w| 000014f0 65 6c 6c 20 62 65 20 64 6f 6e 65 20 70 72 6f 70 |ell be done prop| 00001500 65 72 6c 79 2e 2e 2e 20 74 68 69 73 20 63 61 6c |erly... this cal| 00001510 6c 73 20 66 6f 72 20 61 20 72 65 6c 6f 63 61 74 |ls for a relocat| 00001520 61 62 6c 65 20 6d 6f 64 75 6c 65 0a 20 20 20 20 |able module. | 00001530 20 77 72 69 74 74 65 6e 20 69 6e 20 61 73 73 6d | written in assm| 00001540 65 62 6c 79 20 6c 61 6e 67 75 61 67 65 2e 20 49 |ebly language. I| 00001550 74 20 74 61 6b 65 73 20 61 20 6c 6f 74 20 6c 65 |t takes a lot le| 00001560 73 73 20 6d 65 6d 6f 72 79 3a 20 54 68 65 20 73 |ss memory: The s| 00001570 6d 61 6c 6c 65 73 74 0a 20 20 20 20 20 57 69 6d |mallest. Wim| 00001580 70 73 6c 6f 74 20 61 20 42 61 73 69 63 20 70 72 |pslot a Basic pr| 00001590 6f 67 72 61 6d 20 63 61 6e 20 68 61 76 65 20 72 |ogram can have r| 000015a0 61 6e 67 65 73 20 66 72 6f 6d 20 38 4b 2d 33 32 |anges from 8K-32| 000015b0 4b 2e 20 54 68 65 20 6d 6f 64 75 6c 65 20 74 61 |K. The module ta| 000015c0 6b 65 73 0a 20 20 20 20 20 6a 75 73 74 20 6c 65 |kes. just le| 000015d0 73 73 20 74 68 61 6e 20 32 4b 2c 20 69 6e 63 6c |ss than 2K, incl| 000015e0 75 64 69 6e 67 20 77 6f 72 6b 73 70 61 63 65 2e |uding workspace.| 000015f0 0a 0a 0a 54 65 73 74 69 6e 67 0a 2d 2d 2d 2d 2d |...Testing.-----| 00001600 2d 2d 0a 0a 53 61 76 65 44 65 73 6b 20 68 61 73 |--..SaveDesk has| 00001610 20 62 65 65 6e 20 74 65 73 74 65 64 20 77 69 74 | been tested wit| 00001620 68 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |h the following | 00001630 6d 61 63 68 69 6e 65 2f 6f 70 65 72 61 74 69 6e |machine/operatin| 00001640 67 20 73 79 73 74 65 6d 0a 63 6f 6d 62 69 6e 61 |g system.combina| 00001650 74 69 6f 6e 73 3a 0a 0a 20 20 20 20 20 4d 61 63 |tions:.. Mac| 00001660 68 69 6e 65 20 20 20 20 20 4f 53 0a 20 20 20 20 |hine OS. | 00001670 20 41 34 30 30 2f 31 20 20 20 20 20 20 52 69 73 | A400/1 Ris| 00001680 63 20 4f 73 20 33 2e 31 30 0a 20 20 20 20 20 52 |c Os 3.10. R| 00001690 69 73 63 20 50 43 20 20 20 20 20 52 69 73 63 20 |isc PC Risc | 000016a0 4f 53 20 33 2e 35 30 0a 0a 0a 46 75 72 74 68 65 |OS 3.50...Furthe| 000016b0 72 20 64 65 76 65 6c 6f 70 6d 65 6e 74 0a 2d 2d |r development.--| 000016c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000016d0 2d 0a 0a 49 74 27 73 20 73 6f 20 73 69 6d 70 6c |-..It's so simpl| 000016e0 65 2c 20 77 68 61 74 20 69 73 20 74 68 65 72 65 |e, what is there| 000016f0 20 74 6f 20 61 64 64 3f 0a 0a 0a 53 61 76 65 44 | to add?...SaveD| 00001700 65 73 6b 20 69 73 20 64 69 73 74 72 69 62 75 74 |esk is distribut| 00001710 65 64 20 75 6e 64 65 72 20 74 68 65 20 41 63 6f |ed under the Aco| 00001720 72 6e 20 55 73 65 72 20 50 44 20 53 63 68 65 6d |rn User PD Schem| 00001730 65 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |e.--------------| 00001740 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00001760 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 65 20 61 70 |--------..The ap| 00001770 70 6c 69 63 61 74 69 6f 6e 20 6d 61 79 20 6e 6f |plication may no| 00001780 74 20 62 65 20 63 6f 70 69 65 64 20 6f 72 20 64 |t be copied or d| 00001790 69 73 74 72 69 62 75 74 65 64 20 74 6f 20 61 6e |istributed to an| 000017a0 79 20 74 68 69 72 64 20 70 61 72 74 79 20 75 6e |y third party un| 000017b0 74 69 6c 0a 74 68 72 65 65 20 6d 6f 6e 74 68 73 |til.three months| 000017c0 20 61 66 74 65 72 20 70 75 62 6c 69 63 61 74 69 | after publicati| 000017d0 6f 6e 20 6f 66 20 74 68 69 73 20 69 73 73 75 65 |on of this issue| 000017e0 20 6f 66 20 41 63 6f 72 6e 20 55 73 65 72 2c 20 | of Acorn User, | 000017f0 69 2e 65 2e 20 75 6e 74 69 6c 0a 36 74 68 20 4a |i.e. until.6th J| 00001800 61 6e 75 61 72 79 20 31 39 39 35 2e 20 41 66 74 |anuary 1995. Aft| 00001810 65 72 20 74 68 61 74 20 72 69 67 68 74 73 20 74 |er that rights t| 00001820 6f 20 74 68 65 20 70 72 6f 67 72 61 6d 20 72 65 |o the program re| 00001830 76 65 72 74 20 74 6f 20 74 68 65 20 61 75 74 68 |vert to the auth| 00001840 6f 72 2c 0a 61 6e 64 20 74 68 65 20 70 72 6f 67 |or,.and the prog| 00001850 72 61 6d 20 6d 61 79 20 62 65 20 64 69 73 74 72 |ram may be distr| 00001860 69 62 75 74 65 64 20 73 75 62 6a 65 63 74 20 74 |ibuted subject t| 00001870 6f 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |o the following | 00001880 63 6f 6e 64 69 74 69 6f 6e 73 3a 0a 0a 54 68 69 |conditions:..Thi| 00001890 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 6d 61 |s application ma| 000018a0 79 20 62 65 20 66 65 65 6c 79 20 64 69 73 74 72 |y be feely distr| 000018b0 69 62 75 74 65 64 20 61 73 20 6c 6f 6e 67 20 61 |ibuted as long a| 000018c0 73 20 69 74 20 69 73 20 6e 6f 74 20 61 6c 74 65 |s it is not alte| 000018d0 72 65 64 20 69 6e 20 61 6e 79 0a 77 61 79 2c 20 |red in any.way, | 000018e0 61 6e 64 20 6e 6f 20 70 72 6f 66 69 74 20 69 73 |and no profit is| 000018f0 20 6d 61 64 65 20 64 6f 69 6e 67 20 73 6f 2e 20 | made doing so. | 00001900 49 66 20 79 6f 75 20 75 73 65 20 53 61 76 65 44 |If you use SaveD| 00001910 65 73 6b 2c 20 79 6f 75 20 64 6f 20 73 6f 20 65 |esk, you do so e| 00001920 6e 74 69 72 65 6c 79 0a 61 74 20 79 6f 75 72 20 |ntirely.at your | 00001930 6f 77 6e 20 72 69 73 6b 2e 0a 0a 49 66 20 79 6f |own risk...If yo| 00001940 75 20 69 6e 74 65 6e 64 20 74 6f 20 64 69 73 74 |u intend to dist| 00001950 72 69 62 75 74 65 20 53 61 76 65 44 65 73 6b 20 |ribute SaveDesk | 00001960 74 68 72 6f 75 67 68 20 61 20 70 75 62 6c 69 63 |through a public| 00001970 20 64 6f 6d 61 69 6e 20 73 6f 66 74 77 61 72 65 | domain software| 00001980 0a 6c 69 62 72 61 72 79 2c 20 70 6c 65 61 73 65 |.library, please| 00001990 20 6f 62 74 61 69 6e 20 6d 79 20 70 65 72 6d 69 | obtain my permi| 000019a0 73 73 69 6f 6e 20 66 69 72 73 74 2e 20 54 68 69 |ssion first. Thi| 000019b0 73 20 77 61 79 20 49 20 63 61 6e 20 65 6e 73 75 |s way I can ensu| 000019c0 72 65 20 79 6f 75 20 68 61 76 65 0a 74 68 65 20 |re you have.the | 000019d0 6c 61 74 65 73 74 20 76 65 72 73 69 6f 6e 20 6f |latest version o| 000019e0 66 20 74 68 65 20 73 6f 66 74 77 61 72 65 2c 20 |f the software, | 000019f0 61 6e 64 20 74 68 61 74 20 79 6f 75 20 61 72 65 |and that you are| 00001a00 20 6b 65 70 74 20 75 70 20 74 6f 20 64 61 74 65 | kept up to date| 00001a10 0a 72 65 67 61 72 64 69 6e 67 20 61 6e 79 20 73 |.regarding any s| 00001a20 69 67 6e 69 66 69 63 61 6e 74 20 63 68 61 6e 67 |ignificant chang| 00001a30 65 73 2e 0a 0a 0a 54 68 65 20 41 75 74 68 6f 72 |es....The Author| 00001a40 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 43 6f 6d |.----------..Com| 00001a50 6d 65 6e 74 73 20 61 6e 64 20 73 75 67 67 65 73 |ments and sugges| 00001a60 74 69 6f 6e 73 20 61 72 65 20 77 65 6c 63 6f 6d |tions are welcom| 00001a70 65 2e 20 53 65 6e 64 20 74 68 65 6d 20 74 6f 20 |e. Send them to | 00001a80 74 68 69 73 20 61 64 64 72 65 73 73 3a 0a 0a 20 |this address:.. | 00001a90 20 20 20 20 20 4e 69 63 6b 20 4a 61 72 6d 61 6e | Nick Jarman| 00001aa0 0a 20 20 20 20 20 20 37 20 43 61 64 65 74 20 57 |. 7 Cadet W| 00001ab0 61 79 0a 20 20 20 20 20 20 43 68 75 72 63 68 20 |ay. Church | 00001ac0 43 72 6f 6f 6b 68 61 6d 0a 20 20 20 20 20 20 46 |Crookham. F| 00001ad0 4c 45 45 54 0a 20 20 20 20 20 20 48 61 6e 74 73 |LEET. Hants| 00001ae0 0a 20 20 20 20 20 20 47 55 31 33 20 30 55 47 0a |. GU13 0UG.| 00001af0 20 20 20 20 20 20 55 4b | UK| 00001af8