Home » Archimedes archive » Micro User » MU 1991-06.adf » PD-Stuff » Utilities/!Aidon/!Help/ReadMe

Utilities/!Aidon/!Help/ReadMe

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 » Micro User » MU 1991-06.adf » PD-Stuff
Filename: Utilities/!Aidon/!Help/ReadMe
Read OK:
File size: 0B44 bytes
Load address: 0000
Exec address: 0000
File contents
*********************  Very boring Copyright Notice  **********************
*                                                                         *
*  All program code is the copyright of Joris R�ling and the 'borrowing'  *
*    any part of it without the permission of the author is prohibited.   *
*                                                                         *
***************************************************************************


                             ReadMe file for !Aidon
      
                                     v1.16


           Aidon will cause a window to appear as soon as you choose 
          'Free' from a filer menu. It will show the amount of 'free'
          and 'used' in K's instead of bytes. It will also show a bar
          which is symbolic for the amount of disc space used. 

           Since version 1.10 of Aidon, the window will always show the 
          current amount of free space. Every disc activity causes the
          specific Aidon window to update its contents. 

           I didn't like the usual 'Command Window' way of showing the
          free disc space, so I made this module. But, I think Acorn
          should have embellish the old style 'FREE' command (if used
          in the Desktop).

           In the !Run file of the application you can specify the
          desired colour of the 'used space bar'. Just enter at the
          end of the line 'RMLoad <Obey$Dir>.!RunImage' a number
          between 0 and 15. (e.g. 'RMLoad <Obey$Dir>.!RunImage 11',
          this will make the bar red). Check the palette utility for
          the numbers.
          
           Aidon should work with any filer, as long as they behave
          properly. RamFS does not specify a discname, so this one 
          will always be call 'RamDisc'. MultiFS behaves incorrect 
          when it is asked for a disc name, so this one is always 
          called 'Unknown'.
                                   
           Aidon is a module task. It was hand coded, which means it
          is fast and compact. The module takes about 6K, and it
          claims an additional 2K of workspace. This size has the
          advantage that on smaller systems (e.g. 1 Mb machines), it
          is still possible to use Aidon next to memory intensive
          tasks.

           If you have any suggestions, or you found some bug, or if
          you just want to tell me how great you think this program
          is, write a note to the address below.


                                  To contact the author, write to:

                                          Joris R�ling
                                          Kikkerstraat 17a
                                          2515 NB Den Haag
                                          The Netherlands

                                          Tel:070-3840403


00000000  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000010  2a 2a 2a 2a 2a 20 20 56  65 72 79 20 62 6f 72 69  |*****  Very bori|
00000020  6e 67 20 43 6f 70 79 72  69 67 68 74 20 4e 6f 74  |ng Copyright Not|
00000030  69 63 65 20 20 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |ice  ***********|
00000040  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 0a 2a 20 20 20  |***********.*   |
00000050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000090  20 20 20 20 20 20 2a 0a  2a 20 20 41 6c 6c 20 70  |      *.*  All p|
000000a0  72 6f 67 72 61 6d 20 63  6f 64 65 20 69 73 20 74  |rogram code is t|
000000b0  68 65 20 63 6f 70 79 72  69 67 68 74 20 6f 66 20  |he copyright of |
000000c0  4a 6f 72 69 73 20 52 d6  6c 69 6e 67 20 61 6e 64  |Joris R.ling and|
000000d0  20 74 68 65 20 27 62 6f  72 72 6f 77 69 6e 67 27  | the 'borrowing'|
000000e0  20 20 2a 0a 2a 20 20 20  20 61 6e 79 20 70 61 72  |  *.*    any par|
000000f0  74 20 6f 66 20 69 74 20  77 69 74 68 6f 75 74 20  |t of it without |
00000100  74 68 65 20 70 65 72 6d  69 73 73 69 6f 6e 20 6f  |the permission o|
00000110  66 20 74 68 65 20 61 75  74 68 6f 72 20 69 73 20  |f the author is |
00000120  70 72 6f 68 69 62 69 74  65 64 2e 20 20 20 2a 0a  |prohibited.   *.|
00000130  2a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |*               |
00000140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000170  20 20 20 20 20 20 20 20  20 20 2a 0a 2a 2a 2a 2a  |          *.****|
00000180  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000001c0  2a 2a 2a 2a 2a 2a 2a 0a  0a 0a 20 20 20 20 20 20  |*******...      |
000001d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001e0  20 20 20 20 20 20 20 52  65 61 64 4d 65 20 66 69  |       ReadMe fi|
000001f0  6c 65 20 66 6f 72 20 21  41 69 64 6f 6e 0a 20 20  |le for !Aidon.  |
00000200  20 20 20 20 0a 20 20 20  20 20 20 20 20 20 20 20  |    .           |
00000210  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000220  20 20 20 20 20 20 20 20  20 20 76 31 2e 31 36 0a  |          v1.16.|
00000230  0a 0a 20 20 20 20 20 20  20 20 20 20 20 41 69 64  |..           Aid|
00000240  6f 6e 20 77 69 6c 6c 20  63 61 75 73 65 20 61 20  |on will cause a |
00000250  77 69 6e 64 6f 77 20 74  6f 20 61 70 70 65 61 72  |window to appear|
00000260  20 61 73 20 73 6f 6f 6e  20 61 73 20 79 6f 75 20  | as soon as you |
00000270  63 68 6f 6f 73 65 20 0a  20 20 20 20 20 20 20 20  |choose .        |
00000280  20 20 27 46 72 65 65 27  20 66 72 6f 6d 20 61 20  |  'Free' from a |
00000290  66 69 6c 65 72 20 6d 65  6e 75 2e 20 49 74 20 77  |filer menu. It w|
000002a0  69 6c 6c 20 73 68 6f 77  20 74 68 65 20 61 6d 6f  |ill show the amo|
000002b0  75 6e 74 20 6f 66 20 27  66 72 65 65 27 0a 20 20  |unt of 'free'.  |
000002c0  20 20 20 20 20 20 20 20  61 6e 64 20 27 75 73 65  |        and 'use|
000002d0  64 27 20 69 6e 20 4b 27  73 20 69 6e 73 74 65 61  |d' in K's instea|
000002e0  64 20 6f 66 20 62 79 74  65 73 2e 20 49 74 20 77  |d of bytes. It w|
000002f0  69 6c 6c 20 61 6c 73 6f  20 73 68 6f 77 20 61 20  |ill also show a |
00000300  62 61 72 0a 20 20 20 20  20 20 20 20 20 20 77 68  |bar.          wh|
00000310  69 63 68 20 69 73 20 73  79 6d 62 6f 6c 69 63 20  |ich is symbolic |
00000320  66 6f 72 20 74 68 65 20  61 6d 6f 75 6e 74 20 6f  |for the amount o|
00000330  66 20 64 69 73 63 20 73  70 61 63 65 20 75 73 65  |f disc space use|
00000340  64 2e 20 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |d. ..           |
00000350  53 69 6e 63 65 20 76 65  72 73 69 6f 6e 20 31 2e  |Since version 1.|
00000360  31 30 20 6f 66 20 41 69  64 6f 6e 2c 20 74 68 65  |10 of Aidon, the|
00000370  20 77 69 6e 64 6f 77 20  77 69 6c 6c 20 61 6c 77  | window will alw|
00000380  61 79 73 20 73 68 6f 77  20 74 68 65 20 0a 20 20  |ays show the .  |
00000390  20 20 20 20 20 20 20 20  63 75 72 72 65 6e 74 20  |        current |
000003a0  61 6d 6f 75 6e 74 20 6f  66 20 66 72 65 65 20 73  |amount of free s|
000003b0  70 61 63 65 2e 20 45 76  65 72 79 20 64 69 73 63  |pace. Every disc|
000003c0  20 61 63 74 69 76 69 74  79 20 63 61 75 73 65 73  | activity causes|
000003d0  20 74 68 65 0a 20 20 20  20 20 20 20 20 20 20 73  | the.          s|
000003e0  70 65 63 69 66 69 63 20  41 69 64 6f 6e 20 77 69  |pecific Aidon wi|
000003f0  6e 64 6f 77 20 74 6f 20  75 70 64 61 74 65 20 69  |ndow to update i|
00000400  74 73 20 63 6f 6e 74 65  6e 74 73 2e 20 0a 0a 20  |ts contents. .. |
00000410  20 20 20 20 20 20 20 20  20 20 49 20 64 69 64 6e  |          I didn|
00000420  27 74 20 6c 69 6b 65 20  74 68 65 20 75 73 75 61  |'t like the usua|
00000430  6c 20 27 43 6f 6d 6d 61  6e 64 20 57 69 6e 64 6f  |l 'Command Windo|
00000440  77 27 20 77 61 79 20 6f  66 20 73 68 6f 77 69 6e  |w' way of showin|
00000450  67 20 74 68 65 0a 20 20  20 20 20 20 20 20 20 20  |g the.          |
00000460  66 72 65 65 20 64 69 73  63 20 73 70 61 63 65 2c  |free disc space,|
00000470  20 73 6f 20 49 20 6d 61  64 65 20 74 68 69 73 20  | so I made this |
00000480  6d 6f 64 75 6c 65 2e 20  42 75 74 2c 20 49 20 74  |module. But, I t|
00000490  68 69 6e 6b 20 41 63 6f  72 6e 0a 20 20 20 20 20  |hink Acorn.     |
000004a0  20 20 20 20 20 73 68 6f  75 6c 64 20 68 61 76 65  |     should have|
000004b0  20 65 6d 62 65 6c 6c 69  73 68 20 74 68 65 20 6f  | embellish the o|
000004c0  6c 64 20 73 74 79 6c 65  20 27 46 52 45 45 27 20  |ld style 'FREE' |
000004d0  63 6f 6d 6d 61 6e 64 20  28 69 66 20 75 73 65 64  |command (if used|
000004e0  0a 20 20 20 20 20 20 20  20 20 20 69 6e 20 74 68  |.          in th|
000004f0  65 20 44 65 73 6b 74 6f  70 29 2e 0a 0a 20 20 20  |e Desktop)...   |
00000500  20 20 20 20 20 20 20 20  49 6e 20 74 68 65 20 21  |        In the !|
00000510  52 75 6e 20 66 69 6c 65  20 6f 66 20 74 68 65 20  |Run file of the |
00000520  61 70 70 6c 69 63 61 74  69 6f 6e 20 79 6f 75 20  |application you |
00000530  63 61 6e 20 73 70 65 63  69 66 79 20 74 68 65 0a  |can specify the.|
00000540  20 20 20 20 20 20 20 20  20 20 64 65 73 69 72 65  |          desire|
00000550  64 20 63 6f 6c 6f 75 72  20 6f 66 20 74 68 65 20  |d colour of the |
00000560  27 75 73 65 64 20 73 70  61 63 65 20 62 61 72 27  |'used space bar'|
00000570  2e 20 4a 75 73 74 20 65  6e 74 65 72 20 61 74 20  |. Just enter at |
00000580  74 68 65 0a 20 20 20 20  20 20 20 20 20 20 65 6e  |the.          en|
00000590  64 20 6f 66 20 74 68 65  20 6c 69 6e 65 20 27 52  |d of the line 'R|
000005a0  4d 4c 6f 61 64 20 3c 4f  62 65 79 24 44 69 72 3e  |MLoad <Obey$Dir>|
000005b0  2e 21 52 75 6e 49 6d 61  67 65 27 20 61 20 6e 75  |.!RunImage' a nu|
000005c0  6d 62 65 72 0a 20 20 20  20 20 20 20 20 20 20 62  |mber.          b|
000005d0  65 74 77 65 65 6e 20 30  20 61 6e 64 20 31 35 2e  |etween 0 and 15.|
000005e0  20 28 65 2e 67 2e 20 27  52 4d 4c 6f 61 64 20 3c  | (e.g. 'RMLoad <|
000005f0  4f 62 65 79 24 44 69 72  3e 2e 21 52 75 6e 49 6d  |Obey$Dir>.!RunIm|
00000600  61 67 65 20 31 31 27 2c  0a 20 20 20 20 20 20 20  |age 11',.       |
00000610  20 20 20 74 68 69 73 20  77 69 6c 6c 20 6d 61 6b  |   this will mak|
00000620  65 20 74 68 65 20 62 61  72 20 72 65 64 29 2e 20  |e the bar red). |
00000630  43 68 65 63 6b 20 74 68  65 20 70 61 6c 65 74 74  |Check the palett|
00000640  65 20 75 74 69 6c 69 74  79 20 66 6f 72 0a 20 20  |e utility for.  |
00000650  20 20 20 20 20 20 20 20  74 68 65 20 6e 75 6d 62  |        the numb|
00000660  65 72 73 2e 0a 20 20 20  20 20 20 20 20 20 20 0a  |ers..          .|
00000670  20 20 20 20 20 20 20 20  20 20 20 41 69 64 6f 6e  |           Aidon|
00000680  20 73 68 6f 75 6c 64 20  77 6f 72 6b 20 77 69 74  | should work wit|
00000690  68 20 61 6e 79 20 66 69  6c 65 72 2c 20 61 73 20  |h any filer, as |
000006a0  6c 6f 6e 67 20 61 73 20  74 68 65 79 20 62 65 68  |long as they beh|
000006b0  61 76 65 0a 20 20 20 20  20 20 20 20 20 20 70 72  |ave.          pr|
000006c0  6f 70 65 72 6c 79 2e 20  52 61 6d 46 53 20 64 6f  |operly. RamFS do|
000006d0  65 73 20 6e 6f 74 20 73  70 65 63 69 66 79 20 61  |es not specify a|
000006e0  20 64 69 73 63 6e 61 6d  65 2c 20 73 6f 20 74 68  | discname, so th|
000006f0  69 73 20 6f 6e 65 20 0a  20 20 20 20 20 20 20 20  |is one .        |
00000700  20 20 77 69 6c 6c 20 61  6c 77 61 79 73 20 62 65  |  will always be|
00000710  20 63 61 6c 6c 20 27 52  61 6d 44 69 73 63 27 2e  | call 'RamDisc'.|
00000720  20 4d 75 6c 74 69 46 53  20 62 65 68 61 76 65 73  | MultiFS behaves|
00000730  20 69 6e 63 6f 72 72 65  63 74 20 0a 20 20 20 20  | incorrect .    |
00000740  20 20 20 20 20 20 77 68  65 6e 20 69 74 20 69 73  |      when it is|
00000750  20 61 73 6b 65 64 20 66  6f 72 20 61 20 64 69 73  | asked for a dis|
00000760  63 20 6e 61 6d 65 2c 20  73 6f 20 74 68 69 73 20  |c name, so this |
00000770  6f 6e 65 20 69 73 20 61  6c 77 61 79 73 20 0a 20  |one is always . |
00000780  20 20 20 20 20 20 20 20  20 63 61 6c 6c 65 64 20  |         called |
00000790  27 55 6e 6b 6e 6f 77 6e  27 2e 0a 20 20 20 20 20  |'Unknown'..     |
000007a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 0a 20  |              . |
000007c0  20 20 20 20 20 20 20 20  20 20 41 69 64 6f 6e 20  |          Aidon |
000007d0  69 73 20 61 20 6d 6f 64  75 6c 65 20 74 61 73 6b  |is a module task|
000007e0  2e 20 49 74 20 77 61 73  20 68 61 6e 64 20 63 6f  |. It was hand co|
000007f0  64 65 64 2c 20 77 68 69  63 68 20 6d 65 61 6e 73  |ded, which means|
00000800  20 69 74 0a 20 20 20 20  20 20 20 20 20 20 69 73  | it.          is|
00000810  20 66 61 73 74 20 61 6e  64 20 63 6f 6d 70 61 63  | fast and compac|
00000820  74 2e 20 54 68 65 20 6d  6f 64 75 6c 65 20 74 61  |t. The module ta|
00000830  6b 65 73 20 61 62 6f 75  74 20 36 4b 2c 20 61 6e  |kes about 6K, an|
00000840  64 20 69 74 0a 20 20 20  20 20 20 20 20 20 20 63  |d it.          c|
00000850  6c 61 69 6d 73 20 61 6e  20 61 64 64 69 74 69 6f  |laims an additio|
00000860  6e 61 6c 20 32 4b 20 6f  66 20 77 6f 72 6b 73 70  |nal 2K of worksp|
00000870  61 63 65 2e 20 54 68 69  73 20 73 69 7a 65 20 68  |ace. This size h|
00000880  61 73 20 74 68 65 0a 20  20 20 20 20 20 20 20 20  |as the.         |
00000890  20 61 64 76 61 6e 74 61  67 65 20 74 68 61 74 20  | advantage that |
000008a0  6f 6e 20 73 6d 61 6c 6c  65 72 20 73 79 73 74 65  |on smaller syste|
000008b0  6d 73 20 28 65 2e 67 2e  20 31 20 4d 62 20 6d 61  |ms (e.g. 1 Mb ma|
000008c0  63 68 69 6e 65 73 29 2c  20 69 74 0a 20 20 20 20  |chines), it.    |
000008d0  20 20 20 20 20 20 69 73  20 73 74 69 6c 6c 20 70  |      is still p|
000008e0  6f 73 73 69 62 6c 65 20  74 6f 20 75 73 65 20 41  |ossible to use A|
000008f0  69 64 6f 6e 20 6e 65 78  74 20 74 6f 20 6d 65 6d  |idon next to mem|
00000900  6f 72 79 20 69 6e 74 65  6e 73 69 76 65 0a 20 20  |ory intensive.  |
00000910  20 20 20 20 20 20 20 20  74 61 73 6b 73 2e 0a 0a  |        tasks...|
00000920  20 20 20 20 20 20 20 20  20 20 20 49 66 20 79 6f  |           If yo|
00000930  75 20 68 61 76 65 20 61  6e 79 20 73 75 67 67 65  |u have any sugge|
00000940  73 74 69 6f 6e 73 2c 20  6f 72 20 79 6f 75 20 66  |stions, or you f|
00000950  6f 75 6e 64 20 73 6f 6d  65 20 62 75 67 2c 20 6f  |ound some bug, o|
00000960  72 20 69 66 0a 20 20 20  20 20 20 20 20 20 20 79  |r if.          y|
00000970  6f 75 20 6a 75 73 74 20  77 61 6e 74 20 74 6f 20  |ou just want to |
00000980  74 65 6c 6c 20 6d 65 20  68 6f 77 20 67 72 65 61  |tell me how grea|
00000990  74 20 79 6f 75 20 74 68  69 6e 6b 20 74 68 69 73  |t you think this|
000009a0  20 70 72 6f 67 72 61 6d  0a 20 20 20 20 20 20 20  | program.       |
000009b0  20 20 20 69 73 2c 20 77  72 69 74 65 20 61 20 6e  |   is, write a n|
000009c0  6f 74 65 20 74 6f 20 74  68 65 20 61 64 64 72 65  |ote to the addre|
000009d0  73 73 20 62 65 6c 6f 77  2e 0a 0a 0a 20 20 20 20  |ss below....    |
000009e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 54 6f  |              To|
00000a00  20 63 6f 6e 74 61 63 74  20 74 68 65 20 61 75 74  | contact the aut|
00000a10  68 6f 72 2c 20 77 72 69  74 65 20 74 6f 3a 0a 0a  |hor, write to:..|
00000a20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a40  20 20 20 20 20 20 20 20  20 20 4a 6f 72 69 73 20  |          Joris |
00000a50  52 d6 6c 69 6e 67 0a 20  20 20 20 20 20 20 20 20  |R.ling.         |
00000a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a80  20 4b 69 6b 6b 65 72 73  74 72 61 61 74 20 31 37  | Kikkerstraat 17|
00000a90  61 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |a.              |
00000aa0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ab0  20 20 20 20 20 20 20 20  20 20 20 20 32 35 31 35  |            2515|
00000ac0  20 4e 42 20 44 65 6e 20  48 61 61 67 0a 20 20 20  | NB Den Haag.   |
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000af0  20 20 20 20 20 20 20 54  68 65 20 4e 65 74 68 65  |       The Nethe|
00000b00  72 6c 61 6e 64 73 0a 0a  20 20 20 20 20 20 20 20  |rlands..        |
00000b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b30  20 20 54 65 6c 3a 30 37  30 2d 33 38 34 30 34 30  |  Tel:070-384040|
00000b40  33 0a 0a 0a                                       |3...|
00000b44