Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !DiscSpace/!Help

!DiscSpace/!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 » Acorn User - Updated Shareware Collection (1994).adf » Programs
Filename: !DiscSpace/!Help
Read OK:
File size: 0FAB bytes
Load address: 0000
Exec address: 0000
File contents
DiscSpace 1.04 (10-Feb-1994)

Purpose: display of graphical disc usage statistics for directories
Author:  Martin Wuerthner
         Jahnstrasse 18
         71116 Gaertringen
         (Germany)
         e-mail: wuerthne@minnie.informatik.uni-stuttgart.de
Runs under: RISC OS 2 or higher
            supports RISC OS 3 image files and DragASprite
Status: FREEWARE (see below)

Have you ever wondered where all the free space on your hard disc has
gone? Do you want to know which directories consume most of your hard
disc space without having to count each directory using the filer?

This application shows a diagram of disc usage, displaying a bar for
each directory. The whole directory tree is cached so you can open
subdirectories similar to using a filer window.

How to use it:
--------------

The main menu item 'Count' leads to a standard RISC OS save box. Drag
the 'filer window icon' to the directory you are interested in (e.g.
the root directory of a drive).
 DiscSpace scans the directory and all its subdirectories displaying
some kind of FilerAction window (offering the menu options 'Faster'
and 'Verbose' like the real FilerAction window). Note that counting
may take some time if the chosen directory is a top-level one.

Having finished the 'Count' operation, DiscSpace displays a window
which shows a 'Total' bar for the whole directory and a bar for each
subdirectory indicating how much disc space it consumes. By
double-clicking on a subdirectory, it is opened and the window is
replaced by a display of the corresponding subdirectory. By chosing
'Open parent' from the menu or by Adjust-clicking on the Close icon,
you can go up one level in the directoy tree (but no further up if yor
are at your starting directory).
By default files are not shown in the window. Instead, there is one
item which shows how much space all the files in the directory consume
together. If you double-click on this item or choose 'Show files' from
the menu, this item is replaced by one item for each file in the
directory. Double-clicking on any of these file icons or choosing
'Show Files' again switches back to the original display mode. By
choosing 'Open filer' from the menu, a filer window on the currently
displayed directory is opened.
Choose 'Rescan' from the menu to have the directory scanned again
(useful if you have deleted objects in the meantime).

The main menu item 'Images' determines whether DiscSpace also scans
the directory trees of image files (DOSDisc files or archives when
used with !SparkFS). If it is not ticked, images are treated as files.
The displayed size of an image file is always the size of the file
(not the sum of the sizes of the objects inside the image). So for a
DOSDisc image, the overall size usually differs from the sum of the
sizes of the objects inside (as there may be unused space inside the
image).


DiscSpace uses outline fonts wherever possible (i.e. for all icons
and menus). If you do not want this feature or if your version of the
WindowManager already uses outline fonts instead of the system font,
you may switch it off by commenting out the following line in the !Run
file:
  Set DiscSpace$UseFont TRUE
or by setting the variable to FALSE.

You may change the font to be used and its size by modifying the
lines:
  Set DiscSpace$Font ...
  SetEval DiscSpace$FontWidth ...
  SetEval DiscSpace$FontHeight ...
to suit your own taste. Note that if the font is not found, the
application reverts to using the system font.

History:
  version 1.03 (05-Feb-1994): first version sent to Hensa
  version 1.04 (10-Feb-1994): fixed bug:
                              Rescan took the currently displayed directory
                              as starting directory for the scan instead of
                              the previous starting directory

This application is FREEWARE, i.e. it may be copied freely provided
that all files are distributed together and that none of them is
changed. Distribution is only allowed if it is not sold for profit.
00000000  44 69 73 63 53 70 61 63  65 20 31 2e 30 34 20 28  |DiscSpace 1.04 (|
00000010  31 30 2d 46 65 62 2d 31  39 39 34 29 0a 0a 50 75  |10-Feb-1994)..Pu|
00000020  72 70 6f 73 65 3a 20 64  69 73 70 6c 61 79 20 6f  |rpose: display o|
00000030  66 20 67 72 61 70 68 69  63 61 6c 20 64 69 73 63  |f graphical disc|
00000040  20 75 73 61 67 65 20 73  74 61 74 69 73 74 69 63  | usage statistic|
00000050  73 20 66 6f 72 20 64 69  72 65 63 74 6f 72 69 65  |s for directorie|
00000060  73 0a 41 75 74 68 6f 72  3a 20 20 4d 61 72 74 69  |s.Author:  Marti|
00000070  6e 20 57 75 65 72 74 68  6e 65 72 0a 20 20 20 20  |n Wuerthner.    |
00000080  20 20 20 20 20 4a 61 68  6e 73 74 72 61 73 73 65  |     Jahnstrasse|
00000090  20 31 38 0a 20 20 20 20  20 20 20 20 20 37 31 31  | 18.         711|
000000a0  31 36 20 47 61 65 72 74  72 69 6e 67 65 6e 0a 20  |16 Gaertringen. |
000000b0  20 20 20 20 20 20 20 20  28 47 65 72 6d 61 6e 79  |        (Germany|
000000c0  29 0a 20 20 20 20 20 20  20 20 20 65 2d 6d 61 69  |).         e-mai|
000000d0  6c 3a 20 77 75 65 72 74  68 6e 65 40 6d 69 6e 6e  |l: wuerthne@minn|
000000e0  69 65 2e 69 6e 66 6f 72  6d 61 74 69 6b 2e 75 6e  |ie.informatik.un|
000000f0  69 2d 73 74 75 74 74 67  61 72 74 2e 64 65 0a 52  |i-stuttgart.de.R|
00000100  75 6e 73 20 75 6e 64 65  72 3a 20 52 49 53 43 20  |uns under: RISC |
00000110  4f 53 20 32 20 6f 72 20  68 69 67 68 65 72 0a 20  |OS 2 or higher. |
00000120  20 20 20 20 20 20 20 20  20 20 20 73 75 70 70 6f  |           suppo|
00000130  72 74 73 20 52 49 53 43  20 4f 53 20 33 20 69 6d  |rts RISC OS 3 im|
00000140  61 67 65 20 66 69 6c 65  73 20 61 6e 64 20 44 72  |age files and Dr|
00000150  61 67 41 53 70 72 69 74  65 0a 53 74 61 74 75 73  |agASprite.Status|
00000160  3a 20 46 52 45 45 57 41  52 45 20 28 73 65 65 20  |: FREEWARE (see |
00000170  62 65 6c 6f 77 29 0a 0a  48 61 76 65 20 79 6f 75  |below)..Have you|
00000180  20 65 76 65 72 20 77 6f  6e 64 65 72 65 64 20 77  | ever wondered w|
00000190  68 65 72 65 20 61 6c 6c  20 74 68 65 20 66 72 65  |here all the fre|
000001a0  65 20 73 70 61 63 65 20  6f 6e 20 79 6f 75 72 20  |e space on your |
000001b0  68 61 72 64 20 64 69 73  63 20 68 61 73 0a 67 6f  |hard disc has.go|
000001c0  6e 65 3f 20 44 6f 20 79  6f 75 20 77 61 6e 74 20  |ne? Do you want |
000001d0  74 6f 20 6b 6e 6f 77 20  77 68 69 63 68 20 64 69  |to know which di|
000001e0  72 65 63 74 6f 72 69 65  73 20 63 6f 6e 73 75 6d  |rectories consum|
000001f0  65 20 6d 6f 73 74 20 6f  66 20 79 6f 75 72 20 68  |e most of your h|
00000200  61 72 64 0a 64 69 73 63  20 73 70 61 63 65 20 77  |ard.disc space w|
00000210  69 74 68 6f 75 74 20 68  61 76 69 6e 67 20 74 6f  |ithout having to|
00000220  20 63 6f 75 6e 74 20 65  61 63 68 20 64 69 72 65  | count each dire|
00000230  63 74 6f 72 79 20 75 73  69 6e 67 20 74 68 65 20  |ctory using the |
00000240  66 69 6c 65 72 3f 0a 0a  54 68 69 73 20 61 70 70  |filer?..This app|
00000250  6c 69 63 61 74 69 6f 6e  20 73 68 6f 77 73 20 61  |lication shows a|
00000260  20 64 69 61 67 72 61 6d  20 6f 66 20 64 69 73 63  | diagram of disc|
00000270  20 75 73 61 67 65 2c 20  64 69 73 70 6c 61 79 69  | usage, displayi|
00000280  6e 67 20 61 20 62 61 72  20 66 6f 72 0a 65 61 63  |ng a bar for.eac|
00000290  68 20 64 69 72 65 63 74  6f 72 79 2e 20 54 68 65  |h directory. The|
000002a0  20 77 68 6f 6c 65 20 64  69 72 65 63 74 6f 72 79  | whole directory|
000002b0  20 74 72 65 65 20 69 73  20 63 61 63 68 65 64 20  | tree is cached |
000002c0  73 6f 20 79 6f 75 20 63  61 6e 20 6f 70 65 6e 0a  |so you can open.|
000002d0  73 75 62 64 69 72 65 63  74 6f 72 69 65 73 20 73  |subdirectories s|
000002e0  69 6d 69 6c 61 72 20 74  6f 20 75 73 69 6e 67 20  |imilar to using |
000002f0  61 20 66 69 6c 65 72 20  77 69 6e 64 6f 77 2e 0a  |a filer window..|
00000300  0a 48 6f 77 20 74 6f 20  75 73 65 20 69 74 3a 0a  |.How to use it:.|
00000310  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 0a  |--------------..|
00000320  54 68 65 20 6d 61 69 6e  20 6d 65 6e 75 20 69 74  |The main menu it|
00000330  65 6d 20 27 43 6f 75 6e  74 27 20 6c 65 61 64 73  |em 'Count' leads|
00000340  20 74 6f 20 61 20 73 74  61 6e 64 61 72 64 20 52  | to a standard R|
00000350  49 53 43 20 4f 53 20 73  61 76 65 20 62 6f 78 2e  |ISC OS save box.|
00000360  20 44 72 61 67 0a 74 68  65 20 27 66 69 6c 65 72  | Drag.the 'filer|
00000370  20 77 69 6e 64 6f 77 20  69 63 6f 6e 27 20 74 6f  | window icon' to|
00000380  20 74 68 65 20 64 69 72  65 63 74 6f 72 79 20 79  | the directory y|
00000390  6f 75 20 61 72 65 20 69  6e 74 65 72 65 73 74 65  |ou are intereste|
000003a0  64 20 69 6e 20 28 65 2e  67 2e 0a 74 68 65 20 72  |d in (e.g..the r|
000003b0  6f 6f 74 20 64 69 72 65  63 74 6f 72 79 20 6f 66  |oot directory of|
000003c0  20 61 20 64 72 69 76 65  29 2e 0a 20 44 69 73 63  | a drive).. Disc|
000003d0  53 70 61 63 65 20 73 63  61 6e 73 20 74 68 65 20  |Space scans the |
000003e0  64 69 72 65 63 74 6f 72  79 20 61 6e 64 20 61 6c  |directory and al|
000003f0  6c 20 69 74 73 20 73 75  62 64 69 72 65 63 74 6f  |l its subdirecto|
00000400  72 69 65 73 20 64 69 73  70 6c 61 79 69 6e 67 0a  |ries displaying.|
00000410  73 6f 6d 65 20 6b 69 6e  64 20 6f 66 20 46 69 6c  |some kind of Fil|
00000420  65 72 41 63 74 69 6f 6e  20 77 69 6e 64 6f 77 20  |erAction window |
00000430  28 6f 66 66 65 72 69 6e  67 20 74 68 65 20 6d 65  |(offering the me|
00000440  6e 75 20 6f 70 74 69 6f  6e 73 20 27 46 61 73 74  |nu options 'Fast|
00000450  65 72 27 0a 61 6e 64 20  27 56 65 72 62 6f 73 65  |er'.and 'Verbose|
00000460  27 20 6c 69 6b 65 20 74  68 65 20 72 65 61 6c 20  |' like the real |
00000470  46 69 6c 65 72 41 63 74  69 6f 6e 20 77 69 6e 64  |FilerAction wind|
00000480  6f 77 29 2e 20 4e 6f 74  65 20 74 68 61 74 20 63  |ow). Note that c|
00000490  6f 75 6e 74 69 6e 67 0a  6d 61 79 20 74 61 6b 65  |ounting.may take|
000004a0  20 73 6f 6d 65 20 74 69  6d 65 20 69 66 20 74 68  | some time if th|
000004b0  65 20 63 68 6f 73 65 6e  20 64 69 72 65 63 74 6f  |e chosen directo|
000004c0  72 79 20 69 73 20 61 20  74 6f 70 2d 6c 65 76 65  |ry is a top-leve|
000004d0  6c 20 6f 6e 65 2e 0a 0a  48 61 76 69 6e 67 20 66  |l one...Having f|
000004e0  69 6e 69 73 68 65 64 20  74 68 65 20 27 43 6f 75  |inished the 'Cou|
000004f0  6e 74 27 20 6f 70 65 72  61 74 69 6f 6e 2c 20 44  |nt' operation, D|
00000500  69 73 63 53 70 61 63 65  20 64 69 73 70 6c 61 79  |iscSpace display|
00000510  73 20 61 20 77 69 6e 64  6f 77 0a 77 68 69 63 68  |s a window.which|
00000520  20 73 68 6f 77 73 20 61  20 27 54 6f 74 61 6c 27  | shows a 'Total'|
00000530  20 62 61 72 20 66 6f 72  20 74 68 65 20 77 68 6f  | bar for the who|
00000540  6c 65 20 64 69 72 65 63  74 6f 72 79 20 61 6e 64  |le directory and|
00000550  20 61 20 62 61 72 20 66  6f 72 20 65 61 63 68 0a  | a bar for each.|
00000560  73 75 62 64 69 72 65 63  74 6f 72 79 20 69 6e 64  |subdirectory ind|
00000570  69 63 61 74 69 6e 67 20  68 6f 77 20 6d 75 63 68  |icating how much|
00000580  20 64 69 73 63 20 73 70  61 63 65 20 69 74 20 63  | disc space it c|
00000590  6f 6e 73 75 6d 65 73 2e  20 42 79 0a 64 6f 75 62  |onsumes. By.doub|
000005a0  6c 65 2d 63 6c 69 63 6b  69 6e 67 20 6f 6e 20 61  |le-clicking on a|
000005b0  20 73 75 62 64 69 72 65  63 74 6f 72 79 2c 20 69  | subdirectory, i|
000005c0  74 20 69 73 20 6f 70 65  6e 65 64 20 61 6e 64 20  |t is opened and |
000005d0  74 68 65 20 77 69 6e 64  6f 77 20 69 73 0a 72 65  |the window is.re|
000005e0  70 6c 61 63 65 64 20 62  79 20 61 20 64 69 73 70  |placed by a disp|
000005f0  6c 61 79 20 6f 66 20 74  68 65 20 63 6f 72 72 65  |lay of the corre|
00000600  73 70 6f 6e 64 69 6e 67  20 73 75 62 64 69 72 65  |sponding subdire|
00000610  63 74 6f 72 79 2e 20 42  79 20 63 68 6f 73 69 6e  |ctory. By chosin|
00000620  67 0a 27 4f 70 65 6e 20  70 61 72 65 6e 74 27 20  |g.'Open parent' |
00000630  66 72 6f 6d 20 74 68 65  20 6d 65 6e 75 20 6f 72  |from the menu or|
00000640  20 62 79 20 41 64 6a 75  73 74 2d 63 6c 69 63 6b  | by Adjust-click|
00000650  69 6e 67 20 6f 6e 20 74  68 65 20 43 6c 6f 73 65  |ing on the Close|
00000660  20 69 63 6f 6e 2c 0a 79  6f 75 20 63 61 6e 20 67  | icon,.you can g|
00000670  6f 20 75 70 20 6f 6e 65  20 6c 65 76 65 6c 20 69  |o up one level i|
00000680  6e 20 74 68 65 20 64 69  72 65 63 74 6f 79 20 74  |n the directoy t|
00000690  72 65 65 20 28 62 75 74  20 6e 6f 20 66 75 72 74  |ree (but no furt|
000006a0  68 65 72 20 75 70 20 69  66 20 79 6f 72 0a 61 72  |her up if yor.ar|
000006b0  65 20 61 74 20 79 6f 75  72 20 73 74 61 72 74 69  |e at your starti|
000006c0  6e 67 20 64 69 72 65 63  74 6f 72 79 29 2e 0a 42  |ng directory)..B|
000006d0  79 20 64 65 66 61 75 6c  74 20 66 69 6c 65 73 20  |y default files |
000006e0  61 72 65 20 6e 6f 74 20  73 68 6f 77 6e 20 69 6e  |are not shown in|
000006f0  20 74 68 65 20 77 69 6e  64 6f 77 2e 20 49 6e 73  | the window. Ins|
00000700  74 65 61 64 2c 20 74 68  65 72 65 20 69 73 20 6f  |tead, there is o|
00000710  6e 65 0a 69 74 65 6d 20  77 68 69 63 68 20 73 68  |ne.item which sh|
00000720  6f 77 73 20 68 6f 77 20  6d 75 63 68 20 73 70 61  |ows how much spa|
00000730  63 65 20 61 6c 6c 20 74  68 65 20 66 69 6c 65 73  |ce all the files|
00000740  20 69 6e 20 74 68 65 20  64 69 72 65 63 74 6f 72  | in the director|
00000750  79 20 63 6f 6e 73 75 6d  65 0a 74 6f 67 65 74 68  |y consume.togeth|
00000760  65 72 2e 20 49 66 20 79  6f 75 20 64 6f 75 62 6c  |er. If you doubl|
00000770  65 2d 63 6c 69 63 6b 20  6f 6e 20 74 68 69 73 20  |e-click on this |
00000780  69 74 65 6d 20 6f 72 20  63 68 6f 6f 73 65 20 27  |item or choose '|
00000790  53 68 6f 77 20 66 69 6c  65 73 27 20 66 72 6f 6d  |Show files' from|
000007a0  0a 74 68 65 20 6d 65 6e  75 2c 20 74 68 69 73 20  |.the menu, this |
000007b0  69 74 65 6d 20 69 73 20  72 65 70 6c 61 63 65 64  |item is replaced|
000007c0  20 62 79 20 6f 6e 65 20  69 74 65 6d 20 66 6f 72  | by one item for|
000007d0  20 65 61 63 68 20 66 69  6c 65 20 69 6e 20 74 68  | each file in th|
000007e0  65 0a 64 69 72 65 63 74  6f 72 79 2e 20 44 6f 75  |e.directory. Dou|
000007f0  62 6c 65 2d 63 6c 69 63  6b 69 6e 67 20 6f 6e 20  |ble-clicking on |
00000800  61 6e 79 20 6f 66 20 74  68 65 73 65 20 66 69 6c  |any of these fil|
00000810  65 20 69 63 6f 6e 73 20  6f 72 20 63 68 6f 6f 73  |e icons or choos|
00000820  69 6e 67 0a 27 53 68 6f  77 20 46 69 6c 65 73 27  |ing.'Show Files'|
00000830  20 61 67 61 69 6e 20 73  77 69 74 63 68 65 73 20  | again switches |
00000840  62 61 63 6b 20 74 6f 20  74 68 65 20 6f 72 69 67  |back to the orig|
00000850  69 6e 61 6c 20 64 69 73  70 6c 61 79 20 6d 6f 64  |inal display mod|
00000860  65 2e 20 42 79 0a 63 68  6f 6f 73 69 6e 67 20 27  |e. By.choosing '|
00000870  4f 70 65 6e 20 66 69 6c  65 72 27 20 66 72 6f 6d  |Open filer' from|
00000880  20 74 68 65 20 6d 65 6e  75 2c 20 61 20 66 69 6c  | the menu, a fil|
00000890  65 72 20 77 69 6e 64 6f  77 20 6f 6e 20 74 68 65  |er window on the|
000008a0  20 63 75 72 72 65 6e 74  6c 79 0a 64 69 73 70 6c  | currently.displ|
000008b0  61 79 65 64 20 64 69 72  65 63 74 6f 72 79 20 69  |ayed directory i|
000008c0  73 20 6f 70 65 6e 65 64  2e 0a 43 68 6f 6f 73 65  |s opened..Choose|
000008d0  20 27 52 65 73 63 61 6e  27 20 66 72 6f 6d 20 74  | 'Rescan' from t|
000008e0  68 65 20 6d 65 6e 75 20  74 6f 20 68 61 76 65 20  |he menu to have |
000008f0  74 68 65 20 64 69 72 65  63 74 6f 72 79 20 73 63  |the directory sc|
00000900  61 6e 6e 65 64 20 61 67  61 69 6e 0a 28 75 73 65  |anned again.(use|
00000910  66 75 6c 20 69 66 20 79  6f 75 20 68 61 76 65 20  |ful if you have |
00000920  64 65 6c 65 74 65 64 20  6f 62 6a 65 63 74 73 20  |deleted objects |
00000930  69 6e 20 74 68 65 20 6d  65 61 6e 74 69 6d 65 29  |in the meantime)|
00000940  2e 0a 0a 54 68 65 20 6d  61 69 6e 20 6d 65 6e 75  |...The main menu|
00000950  20 69 74 65 6d 20 27 49  6d 61 67 65 73 27 20 64  | item 'Images' d|
00000960  65 74 65 72 6d 69 6e 65  73 20 77 68 65 74 68 65  |etermines whethe|
00000970  72 20 44 69 73 63 53 70  61 63 65 20 61 6c 73 6f  |r DiscSpace also|
00000980  20 73 63 61 6e 73 0a 74  68 65 20 64 69 72 65 63  | scans.the direc|
00000990  74 6f 72 79 20 74 72 65  65 73 20 6f 66 20 69 6d  |tory trees of im|
000009a0  61 67 65 20 66 69 6c 65  73 20 28 44 4f 53 44 69  |age files (DOSDi|
000009b0  73 63 20 66 69 6c 65 73  20 6f 72 20 61 72 63 68  |sc files or arch|
000009c0  69 76 65 73 20 77 68 65  6e 0a 75 73 65 64 20 77  |ives when.used w|
000009d0  69 74 68 20 21 53 70 61  72 6b 46 53 29 2e 20 49  |ith !SparkFS). I|
000009e0  66 20 69 74 20 69 73 20  6e 6f 74 20 74 69 63 6b  |f it is not tick|
000009f0  65 64 2c 20 69 6d 61 67  65 73 20 61 72 65 20 74  |ed, images are t|
00000a00  72 65 61 74 65 64 20 61  73 20 66 69 6c 65 73 2e  |reated as files.|
00000a10  0a 54 68 65 20 64 69 73  70 6c 61 79 65 64 20 73  |.The displayed s|
00000a20  69 7a 65 20 6f 66 20 61  6e 20 69 6d 61 67 65 20  |ize of an image |
00000a30  66 69 6c 65 20 69 73 20  61 6c 77 61 79 73 20 74  |file is always t|
00000a40  68 65 20 73 69 7a 65 20  6f 66 20 74 68 65 20 66  |he size of the f|
00000a50  69 6c 65 0a 28 6e 6f 74  20 74 68 65 20 73 75 6d  |ile.(not the sum|
00000a60  20 6f 66 20 74 68 65 20  73 69 7a 65 73 20 6f 66  | of the sizes of|
00000a70  20 74 68 65 20 6f 62 6a  65 63 74 73 20 69 6e 73  | the objects ins|
00000a80  69 64 65 20 74 68 65 20  69 6d 61 67 65 29 2e 20  |ide the image). |
00000a90  53 6f 20 66 6f 72 20 61  0a 44 4f 53 44 69 73 63  |So for a.DOSDisc|
00000aa0  20 69 6d 61 67 65 2c 20  74 68 65 20 6f 76 65 72  | image, the over|
00000ab0  61 6c 6c 20 73 69 7a 65  20 75 73 75 61 6c 6c 79  |all size usually|
00000ac0  20 64 69 66 66 65 72 73  20 66 72 6f 6d 20 74 68  | differs from th|
00000ad0  65 20 73 75 6d 20 6f 66  20 74 68 65 0a 73 69 7a  |e sum of the.siz|
00000ae0  65 73 20 6f 66 20 74 68  65 20 6f 62 6a 65 63 74  |es of the object|
00000af0  73 20 69 6e 73 69 64 65  20 28 61 73 20 74 68 65  |s inside (as the|
00000b00  72 65 20 6d 61 79 20 62  65 20 75 6e 75 73 65 64  |re may be unused|
00000b10  20 73 70 61 63 65 20 69  6e 73 69 64 65 20 74 68  | space inside th|
00000b20  65 0a 69 6d 61 67 65 29  2e 0a 0a 0a 44 69 73 63  |e.image)....Disc|
00000b30  53 70 61 63 65 20 75 73  65 73 20 6f 75 74 6c 69  |Space uses outli|
00000b40  6e 65 20 66 6f 6e 74 73  20 77 68 65 72 65 76 65  |ne fonts whereve|
00000b50  72 20 70 6f 73 73 69 62  6c 65 20 28 69 2e 65 2e  |r possible (i.e.|
00000b60  20 66 6f 72 20 61 6c 6c  20 69 63 6f 6e 73 0a 61  | for all icons.a|
00000b70  6e 64 20 6d 65 6e 75 73  29 2e 20 49 66 20 79 6f  |nd menus). If yo|
00000b80  75 20 64 6f 20 6e 6f 74  20 77 61 6e 74 20 74 68  |u do not want th|
00000b90  69 73 20 66 65 61 74 75  72 65 20 6f 72 20 69 66  |is feature or if|
00000ba0  20 79 6f 75 72 20 76 65  72 73 69 6f 6e 20 6f 66  | your version of|
00000bb0  20 74 68 65 0a 57 69 6e  64 6f 77 4d 61 6e 61 67  | the.WindowManag|
00000bc0  65 72 20 61 6c 72 65 61  64 79 20 75 73 65 73 20  |er already uses |
00000bd0  6f 75 74 6c 69 6e 65 20  66 6f 6e 74 73 20 69 6e  |outline fonts in|
00000be0  73 74 65 61 64 20 6f 66  20 74 68 65 20 73 79 73  |stead of the sys|
00000bf0  74 65 6d 20 66 6f 6e 74  2c 0a 79 6f 75 20 6d 61  |tem font,.you ma|
00000c00  79 20 73 77 69 74 63 68  20 69 74 20 6f 66 66 20  |y switch it off |
00000c10  62 79 20 63 6f 6d 6d 65  6e 74 69 6e 67 20 6f 75  |by commenting ou|
00000c20  74 20 74 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 20  |t the following |
00000c30  6c 69 6e 65 20 69 6e 20  74 68 65 20 21 52 75 6e  |line in the !Run|
00000c40  0a 66 69 6c 65 3a 0a 20  20 53 65 74 20 44 69 73  |.file:.  Set Dis|
00000c50  63 53 70 61 63 65 24 55  73 65 46 6f 6e 74 20 54  |cSpace$UseFont T|
00000c60  52 55 45 0a 6f 72 20 62  79 20 73 65 74 74 69 6e  |RUE.or by settin|
00000c70  67 20 74 68 65 20 76 61  72 69 61 62 6c 65 20 74  |g the variable t|
00000c80  6f 20 46 41 4c 53 45 2e  0a 0a 59 6f 75 20 6d 61  |o FALSE...You ma|
00000c90  79 20 63 68 61 6e 67 65  20 74 68 65 20 66 6f 6e  |y change the fon|
00000ca0  74 20 74 6f 20 62 65 20  75 73 65 64 20 61 6e 64  |t to be used and|
00000cb0  20 69 74 73 20 73 69 7a  65 20 62 79 20 6d 6f 64  | its size by mod|
00000cc0  69 66 79 69 6e 67 20 74  68 65 0a 6c 69 6e 65 73  |ifying the.lines|
00000cd0  3a 0a 20 20 53 65 74 20  44 69 73 63 53 70 61 63  |:.  Set DiscSpac|
00000ce0  65 24 46 6f 6e 74 20 2e  2e 2e 0a 20 20 53 65 74  |e$Font ....  Set|
00000cf0  45 76 61 6c 20 44 69 73  63 53 70 61 63 65 24 46  |Eval DiscSpace$F|
00000d00  6f 6e 74 57 69 64 74 68  20 2e 2e 2e 0a 20 20 53  |ontWidth ....  S|
00000d10  65 74 45 76 61 6c 20 44  69 73 63 53 70 61 63 65  |etEval DiscSpace|
00000d20  24 46 6f 6e 74 48 65 69  67 68 74 20 2e 2e 2e 0a  |$FontHeight ....|
00000d30  74 6f 20 73 75 69 74 20  79 6f 75 72 20 6f 77 6e  |to suit your own|
00000d40  20 74 61 73 74 65 2e 20  4e 6f 74 65 20 74 68 61  | taste. Note tha|
00000d50  74 20 69 66 20 74 68 65  20 66 6f 6e 74 20 69 73  |t if the font is|
00000d60  20 6e 6f 74 20 66 6f 75  6e 64 2c 20 74 68 65 0a  | not found, the.|
00000d70  61 70 70 6c 69 63 61 74  69 6f 6e 20 72 65 76 65  |application reve|
00000d80  72 74 73 20 74 6f 20 75  73 69 6e 67 20 74 68 65  |rts to using the|
00000d90  20 73 79 73 74 65 6d 20  66 6f 6e 74 2e 0a 0a 48  | system font...H|
00000da0  69 73 74 6f 72 79 3a 0a  20 20 76 65 72 73 69 6f  |istory:.  versio|
00000db0  6e 20 31 2e 30 33 20 28  30 35 2d 46 65 62 2d 31  |n 1.03 (05-Feb-1|
00000dc0  39 39 34 29 3a 20 66 69  72 73 74 20 76 65 72 73  |994): first vers|
00000dd0  69 6f 6e 20 73 65 6e 74  20 74 6f 20 48 65 6e 73  |ion sent to Hens|
00000de0  61 0a 20 20 76 65 72 73  69 6f 6e 20 31 2e 30 34  |a.  version 1.04|
00000df0  20 28 31 30 2d 46 65 62  2d 31 39 39 34 29 3a 20  | (10-Feb-1994): |
00000e00  66 69 78 65 64 20 62 75  67 3a 0a 20 20 20 20 20  |fixed bug:.     |
00000e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e20  20 20 20 20 20 20 20 20  20 52 65 73 63 61 6e 20  |         Rescan |
00000e30  74 6f 6f 6b 20 74 68 65  20 63 75 72 72 65 6e 74  |took the current|
00000e40  6c 79 20 64 69 73 70 6c  61 79 65 64 20 64 69 72  |ly displayed dir|
00000e50  65 63 74 6f 72 79 0a 20  20 20 20 20 20 20 20 20  |ectory.         |
00000e60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e70  20 20 20 20 20 61 73 20  73 74 61 72 74 69 6e 67  |     as starting|
00000e80  20 64 69 72 65 63 74 6f  72 79 20 66 6f 72 20 74  | directory for t|
00000e90  68 65 20 73 63 61 6e 20  69 6e 73 74 65 61 64 20  |he scan instead |
00000ea0  6f 66 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |of.             |
00000eb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ec0  20 74 68 65 20 70 72 65  76 69 6f 75 73 20 73 74  | the previous st|
00000ed0  61 72 74 69 6e 67 20 64  69 72 65 63 74 6f 72 79  |arting directory|
00000ee0  0a 0a 54 68 69 73 20 61  70 70 6c 69 63 61 74 69  |..This applicati|
00000ef0  6f 6e 20 69 73 20 46 52  45 45 57 41 52 45 2c 20  |on is FREEWARE, |
00000f00  69 2e 65 2e 20 69 74 20  6d 61 79 20 62 65 20 63  |i.e. it may be c|
00000f10  6f 70 69 65 64 20 66 72  65 65 6c 79 20 70 72 6f  |opied freely pro|
00000f20  76 69 64 65 64 0a 74 68  61 74 20 61 6c 6c 20 66  |vided.that all f|
00000f30  69 6c 65 73 20 61 72 65  20 64 69 73 74 72 69 62  |iles are distrib|
00000f40  75 74 65 64 20 74 6f 67  65 74 68 65 72 20 61 6e  |uted together an|
00000f50  64 20 74 68 61 74 20 6e  6f 6e 65 20 6f 66 20 74  |d that none of t|
00000f60  68 65 6d 20 69 73 0a 63  68 61 6e 67 65 64 2e 20  |hem is.changed. |
00000f70  44 69 73 74 72 69 62 75  74 69 6f 6e 20 69 73 20  |Distribution is |
00000f80  6f 6e 6c 79 20 61 6c 6c  6f 77 65 64 20 69 66 20  |only allowed if |
00000f90  69 74 20 69 73 20 6e 6f  74 20 73 6f 6c 64 20 66  |it is not sold f|
00000fa0  6f 72 20 70 72 6f 66 69  74 2e 0a                 |or profit..|
00000fab