Home » Archimedes archive » Archimedes World » AW-1993-03.adf » AWMar93 » !AWMar93/Goodies/ResMod/!Help

!AWMar93/Goodies/ResMod/!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 » Archimedes World » AW-1993-03.adf » AWMar93
Filename: !AWMar93/Goodies/ResMod/!Help
Read OK:
File size: 1013 bytes
Load address: 0000
Exec address: 0000
File contents
                          !ResourceFS Modifier
                          
                        � Archimedes World 1993  

                            Risc OS 3 Only



How to add files to the ROM Apps directory.
There are two ways to add files using this program:

A. Using Virtual Applications:
     1. Drag an application to the window.
     2. Drag the Module icon to a disk window to save.
     3. Double click on the new module (on the disk).
   This method installs a small virtual application into the ROM apps
   directory.  This application mearly points to the original.  This
   means that it is very small (around 350 bytes), but that it needs
   the original to run.

B. Using Real Files:
     1. Drag a directory containing the files to be added to the window.
     2. Drag the Module icon to a disk window to save.
     3. Double-Click on the new module (on the disk).
   This method installs copies of the files into ResourceFS.
   This means- Potentially a lot of wasted memory, but the files will
   load almost instantly, and don't need any originals.
   NB: the files will be added into the root of ResourceFS, to put
       your files into the fonts directory (for example) then create
       a directory called fonts inside the directory that you drag to
       !ResMod.
   If this sounds complex then have a play. It will all come clear.


Some points to remember:

� Maximun file sizes: If you drag a directory to the window then it may
contain as many files or directories as you like, as long as the total
size of the directory is not more than 490k.
  If you drag an application, then since the original files are not used,
there is no limit to the maximum file size.

� Internal Name: (default: ResourceFSExtra) This is the name that will
appear in the module list (obtained by typing *modules at the command
line).  If you wish to remove the additions to ResourceFS then type
   *RMKill ResourceFSExtra
(Obviously if you have changed the default name the the same name should
appear after the RMKill).
NB: *RMKill Res. will succeed only in killing the real ROM files and
hanging the entire directory structure.

 1MByte Machines: !ResMod should work okay on 1MByte machines. I tested it
on a 4MByte machine using a 3MByte RAM disk so it should be okay. If you are
having trouble then try:
  Setting the Font Cache, System Sprites, and Module Area to small values.
  Running in Mode 0
  Running !ResMod before any other programs
If you are still having trouble then you can try changing:
!RunImage, line 80 to:
  MaxModSize% =400
And !Run, line 5 to:
  WimpSlot -min 422k -max 422k
Or similar.  The value of MaxModSize% is the number of K reserved for
the module. The Wimpslot value must be at least 22k bigger than this.
These alterations can also be used to create very large Modules.

� Virtual Applications: The amount of memory taken up by an application
may be reduced to practically zero by creating a virtual application, and
including that in the module instead of the real thing.  This is done
automatically by dragging an app instead of a directory to the window.
  They can also be created simply by creating a new directory in some spare
space (not in the same place as the real application) called the same name
as the real application. Then shift-double click this directory to open it.
  Load !Edit and create two new obey files.  In the first include a line
similar to the following:
  Filer_Run ADFS::IDEDisc4.$.Impression.!Impress
Obviously you should substitute the path name of the real application
instead of the Impression example above. This should then be saved under
the name '!Run' in the virtual application window.
The second obey file should include a line similar to the following:
  Filer_Boot ADFS::IDEDisc4.$.Impression.!Impress
and should be save in the same place as '!Boot'.
This new application always points at the original.


Other Points for the technically minded

� I have included 2 template files: 'Templates0' contains a 3D-interface type
set-up rename the original to Template1 and this to Templates and remove the
| from the !Run file.
00000000  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000010  20 20 20 20 20 20 20 20  20 20 20 21 52 65 73 6f  |           !Reso|
00000020  75 72 63 65 46 53 20 4d  6f 64 69 66 69 65 72 0a  |urceFS Modifier.|
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000040  20 20 20 20 20 20 20 20  20 20 0a 20 20 20 20 20  |          .     |
00000050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000060  20 20 20 a9 20 41 72 63  68 69 6d 65 64 65 73 20  |   . Archimedes |
00000070  57 6f 72 6c 64 20 31 39  39 33 20 20 0a 0a 20 20  |World 1993  ..  |
00000080  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000090  20 20 20 20 20 20 20 20  20 20 52 69 73 63 20 4f  |          Risc O|
000000a0  53 20 33 20 4f 6e 6c 79  0a 0a 0a 0a 48 6f 77 20  |S 3 Only....How |
000000b0  74 6f 20 61 64 64 20 66  69 6c 65 73 20 74 6f 20  |to add files to |
000000c0  74 68 65 20 52 4f 4d 20  41 70 70 73 20 64 69 72  |the ROM Apps dir|
000000d0  65 63 74 6f 72 79 2e 0a  54 68 65 72 65 20 61 72  |ectory..There ar|
000000e0  65 20 74 77 6f 20 77 61  79 73 20 74 6f 20 61 64  |e two ways to ad|
000000f0  64 20 66 69 6c 65 73 20  75 73 69 6e 67 20 74 68  |d files using th|
00000100  69 73 20 70 72 6f 67 72  61 6d 3a 0a 0a 41 2e 20  |is program:..A. |
00000110  55 73 69 6e 67 20 56 69  72 74 75 61 6c 20 41 70  |Using Virtual Ap|
00000120  70 6c 69 63 61 74 69 6f  6e 73 3a 0a 20 20 20 20  |plications:.    |
00000130  20 31 2e 20 44 72 61 67  20 61 6e 20 61 70 70 6c  | 1. Drag an appl|
00000140  69 63 61 74 69 6f 6e 20  74 6f 20 74 68 65 20 77  |ication to the w|
00000150  69 6e 64 6f 77 2e 0a 20  20 20 20 20 32 2e 20 44  |indow..     2. D|
00000160  72 61 67 20 74 68 65 20  4d 6f 64 75 6c 65 20 69  |rag the Module i|
00000170  63 6f 6e 20 74 6f 20 61  20 64 69 73 6b 20 77 69  |con to a disk wi|
00000180  6e 64 6f 77 20 74 6f 20  73 61 76 65 2e 0a 20 20  |ndow to save..  |
00000190  20 20 20 33 2e 20 44 6f  75 62 6c 65 20 63 6c 69  |   3. Double cli|
000001a0  63 6b 20 6f 6e 20 74 68  65 20 6e 65 77 20 6d 6f  |ck on the new mo|
000001b0  64 75 6c 65 20 28 6f 6e  20 74 68 65 20 64 69 73  |dule (on the dis|
000001c0  6b 29 2e 0a 20 20 20 54  68 69 73 20 6d 65 74 68  |k)..   This meth|
000001d0  6f 64 20 69 6e 73 74 61  6c 6c 73 20 61 20 73 6d  |od installs a sm|
000001e0  61 6c 6c 20 76 69 72 74  75 61 6c 20 61 70 70 6c  |all virtual appl|
000001f0  69 63 61 74 69 6f 6e 20  69 6e 74 6f 20 74 68 65  |ication into the|
00000200  20 52 4f 4d 20 61 70 70  73 0a 20 20 20 64 69 72  | ROM apps.   dir|
00000210  65 63 74 6f 72 79 2e 20  20 54 68 69 73 20 61 70  |ectory.  This ap|
00000220  70 6c 69 63 61 74 69 6f  6e 20 6d 65 61 72 6c 79  |plication mearly|
00000230  20 70 6f 69 6e 74 73 20  74 6f 20 74 68 65 20 6f  | points to the o|
00000240  72 69 67 69 6e 61 6c 2e  20 20 54 68 69 73 0a 20  |riginal.  This. |
00000250  20 20 6d 65 61 6e 73 20  74 68 61 74 20 69 74 20  |  means that it |
00000260  69 73 20 76 65 72 79 20  73 6d 61 6c 6c 20 28 61  |is very small (a|
00000270  72 6f 75 6e 64 20 33 35  30 20 62 79 74 65 73 29  |round 350 bytes)|
00000280  2c 20 62 75 74 20 74 68  61 74 20 69 74 20 6e 65  |, but that it ne|
00000290  65 64 73 0a 20 20 20 74  68 65 20 6f 72 69 67 69  |eds.   the origi|
000002a0  6e 61 6c 20 74 6f 20 72  75 6e 2e 0a 0a 42 2e 20  |nal to run...B. |
000002b0  55 73 69 6e 67 20 52 65  61 6c 20 46 69 6c 65 73  |Using Real Files|
000002c0  3a 0a 20 20 20 20 20 31  2e 20 44 72 61 67 20 61  |:.     1. Drag a|
000002d0  20 64 69 72 65 63 74 6f  72 79 20 63 6f 6e 74 61  | directory conta|
000002e0  69 6e 69 6e 67 20 74 68  65 20 66 69 6c 65 73 20  |ining the files |
000002f0  74 6f 20 62 65 20 61 64  64 65 64 20 74 6f 20 74  |to be added to t|
00000300  68 65 20 77 69 6e 64 6f  77 2e 0a 20 20 20 20 20  |he window..     |
00000310  32 2e 20 44 72 61 67 20  74 68 65 20 4d 6f 64 75  |2. Drag the Modu|
00000320  6c 65 20 69 63 6f 6e 20  74 6f 20 61 20 64 69 73  |le icon to a dis|
00000330  6b 20 77 69 6e 64 6f 77  20 74 6f 20 73 61 76 65  |k window to save|
00000340  2e 0a 20 20 20 20 20 33  2e 20 44 6f 75 62 6c 65  |..     3. Double|
00000350  2d 43 6c 69 63 6b 20 6f  6e 20 74 68 65 20 6e 65  |-Click on the ne|
00000360  77 20 6d 6f 64 75 6c 65  20 28 6f 6e 20 74 68 65  |w module (on the|
00000370  20 64 69 73 6b 29 2e 0a  20 20 20 54 68 69 73 20  | disk)..   This |
00000380  6d 65 74 68 6f 64 20 69  6e 73 74 61 6c 6c 73 20  |method installs |
00000390  63 6f 70 69 65 73 20 6f  66 20 74 68 65 20 66 69  |copies of the fi|
000003a0  6c 65 73 20 69 6e 74 6f  20 52 65 73 6f 75 72 63  |les into Resourc|
000003b0  65 46 53 2e 0a 20 20 20  54 68 69 73 20 6d 65 61  |eFS..   This mea|
000003c0  6e 73 2d 20 50 6f 74 65  6e 74 69 61 6c 6c 79 20  |ns- Potentially |
000003d0  61 20 6c 6f 74 20 6f 66  20 77 61 73 74 65 64 20  |a lot of wasted |
000003e0  6d 65 6d 6f 72 79 2c 20  62 75 74 20 74 68 65 20  |memory, but the |
000003f0  66 69 6c 65 73 20 77 69  6c 6c 0a 20 20 20 6c 6f  |files will.   lo|
00000400  61 64 20 61 6c 6d 6f 73  74 20 69 6e 73 74 61 6e  |ad almost instan|
00000410  74 6c 79 2c 20 61 6e 64  20 64 6f 6e 27 74 20 6e  |tly, and don't n|
00000420  65 65 64 20 61 6e 79 20  6f 72 69 67 69 6e 61 6c  |eed any original|
00000430  73 2e 0a 20 20 20 4e 42  3a 20 74 68 65 20 66 69  |s..   NB: the fi|
00000440  6c 65 73 20 77 69 6c 6c  20 62 65 20 61 64 64 65  |les will be adde|
00000450  64 20 69 6e 74 6f 20 74  68 65 20 72 6f 6f 74 20  |d into the root |
00000460  6f 66 20 52 65 73 6f 75  72 63 65 46 53 2c 20 74  |of ResourceFS, t|
00000470  6f 20 70 75 74 0a 20 20  20 20 20 20 20 79 6f 75  |o put.       you|
00000480  72 20 66 69 6c 65 73 20  69 6e 74 6f 20 74 68 65  |r files into the|
00000490  20 66 6f 6e 74 73 20 64  69 72 65 63 74 6f 72 79  | fonts directory|
000004a0  20 28 66 6f 72 20 65 78  61 6d 70 6c 65 29 20 74  | (for example) t|
000004b0  68 65 6e 20 63 72 65 61  74 65 0a 20 20 20 20 20  |hen create.     |
000004c0  20 20 61 20 64 69 72 65  63 74 6f 72 79 20 63 61  |  a directory ca|
000004d0  6c 6c 65 64 20 66 6f 6e  74 73 20 69 6e 73 69 64  |lled fonts insid|
000004e0  65 20 74 68 65 20 64 69  72 65 63 74 6f 72 79 20  |e the directory |
000004f0  74 68 61 74 20 79 6f 75  20 64 72 61 67 20 74 6f  |that you drag to|
00000500  0a 20 20 20 20 20 20 20  21 52 65 73 4d 6f 64 2e  |.       !ResMod.|
00000510  0a 20 20 20 49 66 20 74  68 69 73 20 73 6f 75 6e  |.   If this soun|
00000520  64 73 20 63 6f 6d 70 6c  65 78 20 74 68 65 6e 20  |ds complex then |
00000530  68 61 76 65 20 61 20 70  6c 61 79 2e 20 49 74 20  |have a play. It |
00000540  77 69 6c 6c 20 61 6c 6c  20 63 6f 6d 65 20 63 6c  |will all come cl|
00000550  65 61 72 2e 0a 0a 0a 53  6f 6d 65 20 70 6f 69 6e  |ear....Some poin|
00000560  74 73 20 74 6f 20 72 65  6d 65 6d 62 65 72 3a 0a  |ts to remember:.|
00000570  0a 8f 20 4d 61 78 69 6d  75 6e 20 66 69 6c 65 20  |.. Maximun file |
00000580  73 69 7a 65 73 3a 20 49  66 20 79 6f 75 20 64 72  |sizes: If you dr|
00000590  61 67 20 61 20 64 69 72  65 63 74 6f 72 79 20 74  |ag a directory t|
000005a0  6f 20 74 68 65 20 77 69  6e 64 6f 77 20 74 68 65  |o the window the|
000005b0  6e 20 69 74 20 6d 61 79  0a 63 6f 6e 74 61 69 6e  |n it may.contain|
000005c0  20 61 73 20 6d 61 6e 79  20 66 69 6c 65 73 20 6f  | as many files o|
000005d0  72 20 64 69 72 65 63 74  6f 72 69 65 73 20 61 73  |r directories as|
000005e0  20 79 6f 75 20 6c 69 6b  65 2c 20 61 73 20 6c 6f  | you like, as lo|
000005f0  6e 67 20 61 73 20 74 68  65 20 74 6f 74 61 6c 0a  |ng as the total.|
00000600  73 69 7a 65 20 6f 66 20  74 68 65 20 64 69 72 65  |size of the dire|
00000610  63 74 6f 72 79 20 69 73  20 6e 6f 74 20 6d 6f 72  |ctory is not mor|
00000620  65 20 74 68 61 6e 20 34  39 30 6b 2e 0a 20 20 49  |e than 490k..  I|
00000630  66 20 79 6f 75 20 64 72  61 67 20 61 6e 20 61 70  |f you drag an ap|
00000640  70 6c 69 63 61 74 69 6f  6e 2c 20 74 68 65 6e 20  |plication, then |
00000650  73 69 6e 63 65 20 74 68  65 20 6f 72 69 67 69 6e  |since the origin|
00000660  61 6c 20 66 69 6c 65 73  20 61 72 65 20 6e 6f 74  |al files are not|
00000670  20 75 73 65 64 2c 0a 74  68 65 72 65 20 69 73 20  | used,.there is |
00000680  6e 6f 20 6c 69 6d 69 74  20 74 6f 20 74 68 65 20  |no limit to the |
00000690  6d 61 78 69 6d 75 6d 20  66 69 6c 65 20 73 69 7a  |maximum file siz|
000006a0  65 2e 0a 0a 8f 20 49 6e  74 65 72 6e 61 6c 20 4e  |e.... Internal N|
000006b0  61 6d 65 3a 20 28 64 65  66 61 75 6c 74 3a 20 52  |ame: (default: R|
000006c0  65 73 6f 75 72 63 65 46  53 45 78 74 72 61 29 20  |esourceFSExtra) |
000006d0  54 68 69 73 20 69 73 20  74 68 65 20 6e 61 6d 65  |This is the name|
000006e0  20 74 68 61 74 20 77 69  6c 6c 0a 61 70 70 65 61  | that will.appea|
000006f0  72 20 69 6e 20 74 68 65  20 6d 6f 64 75 6c 65 20  |r in the module |
00000700  6c 69 73 74 20 28 6f 62  74 61 69 6e 65 64 20 62  |list (obtained b|
00000710  79 20 74 79 70 69 6e 67  20 2a 6d 6f 64 75 6c 65  |y typing *module|
00000720  73 20 61 74 20 74 68 65  20 63 6f 6d 6d 61 6e 64  |s at the command|
00000730  0a 6c 69 6e 65 29 2e 20  20 49 66 20 79 6f 75 20  |.line).  If you |
00000740  77 69 73 68 20 74 6f 20  72 65 6d 6f 76 65 20 74  |wish to remove t|
00000750  68 65 20 61 64 64 69 74  69 6f 6e 73 20 74 6f 20  |he additions to |
00000760  52 65 73 6f 75 72 63 65  46 53 20 74 68 65 6e 20  |ResourceFS then |
00000770  74 79 70 65 0a 20 20 20  2a 52 4d 4b 69 6c 6c 20  |type.   *RMKill |
00000780  52 65 73 6f 75 72 63 65  46 53 45 78 74 72 61 0a  |ResourceFSExtra.|
00000790  28 4f 62 76 69 6f 75 73  6c 79 20 69 66 20 79 6f  |(Obviously if yo|
000007a0  75 20 68 61 76 65 20 63  68 61 6e 67 65 64 20 74  |u have changed t|
000007b0  68 65 20 64 65 66 61 75  6c 74 20 6e 61 6d 65 20  |he default name |
000007c0  74 68 65 20 74 68 65 20  73 61 6d 65 20 6e 61 6d  |the the same nam|
000007d0  65 20 73 68 6f 75 6c 64  0a 61 70 70 65 61 72 20  |e should.appear |
000007e0  61 66 74 65 72 20 74 68  65 20 52 4d 4b 69 6c 6c  |after the RMKill|
000007f0  29 2e 0a 4e 42 3a 20 2a  52 4d 4b 69 6c 6c 20 52  |)..NB: *RMKill R|
00000800  65 73 2e 20 77 69 6c 6c  20 73 75 63 63 65 65 64  |es. will succeed|
00000810  20 6f 6e 6c 79 20 69 6e  20 6b 69 6c 6c 69 6e 67  | only in killing|
00000820  20 74 68 65 20 72 65 61  6c 20 52 4f 4d 20 66 69  | the real ROM fi|
00000830  6c 65 73 20 61 6e 64 0a  68 61 6e 67 69 6e 67 20  |les and.hanging |
00000840  74 68 65 20 65 6e 74 69  72 65 20 64 69 72 65 63  |the entire direc|
00000850  74 6f 72 79 20 73 74 72  75 63 74 75 72 65 2e 0a  |tory structure..|
00000860  0a 20 31 4d 42 79 74 65  20 4d 61 63 68 69 6e 65  |. 1MByte Machine|
00000870  73 3a 20 21 52 65 73 4d  6f 64 20 73 68 6f 75 6c  |s: !ResMod shoul|
00000880  64 20 77 6f 72 6b 20 6f  6b 61 79 20 6f 6e 20 31  |d work okay on 1|
00000890  4d 42 79 74 65 20 6d 61  63 68 69 6e 65 73 2e 20  |MByte machines. |
000008a0  49 20 74 65 73 74 65 64  20 69 74 0a 6f 6e 20 61  |I tested it.on a|
000008b0  20 34 4d 42 79 74 65 20  6d 61 63 68 69 6e 65 20  | 4MByte machine |
000008c0  75 73 69 6e 67 20 61 20  33 4d 42 79 74 65 20 52  |using a 3MByte R|
000008d0  41 4d 20 64 69 73 6b 20  73 6f 20 69 74 20 73 68  |AM disk so it sh|
000008e0  6f 75 6c 64 20 62 65 20  6f 6b 61 79 2e 20 49 66  |ould be okay. If|
000008f0  20 79 6f 75 20 61 72 65  0a 68 61 76 69 6e 67 20  | you are.having |
00000900  74 72 6f 75 62 6c 65 20  74 68 65 6e 20 74 72 79  |trouble then try|
00000910  3a 0a 20 20 53 65 74 74  69 6e 67 20 74 68 65 20  |:.  Setting the |
00000920  46 6f 6e 74 20 43 61 63  68 65 2c 20 53 79 73 74  |Font Cache, Syst|
00000930  65 6d 20 53 70 72 69 74  65 73 2c 20 61 6e 64 20  |em Sprites, and |
00000940  4d 6f 64 75 6c 65 20 41  72 65 61 20 74 6f 20 73  |Module Area to s|
00000950  6d 61 6c 6c 20 76 61 6c  75 65 73 2e 0a 20 20 52  |mall values..  R|
00000960  75 6e 6e 69 6e 67 20 69  6e 20 4d 6f 64 65 20 30  |unning in Mode 0|
00000970  0a 20 20 52 75 6e 6e 69  6e 67 20 21 52 65 73 4d  |.  Running !ResM|
00000980  6f 64 20 62 65 66 6f 72  65 20 61 6e 79 20 6f 74  |od before any ot|
00000990  68 65 72 20 70 72 6f 67  72 61 6d 73 0a 49 66 20  |her programs.If |
000009a0  79 6f 75 20 61 72 65 20  73 74 69 6c 6c 20 68 61  |you are still ha|
000009b0  76 69 6e 67 20 74 72 6f  75 62 6c 65 20 74 68 65  |ving trouble the|
000009c0  6e 20 79 6f 75 20 63 61  6e 20 74 72 79 20 63 68  |n you can try ch|
000009d0  61 6e 67 69 6e 67 3a 0a  21 52 75 6e 49 6d 61 67  |anging:.!RunImag|
000009e0  65 2c 20 6c 69 6e 65 20  38 30 20 74 6f 3a 0a 20  |e, line 80 to:. |
000009f0  20 4d 61 78 4d 6f 64 53  69 7a 65 25 20 3d 34 30  | MaxModSize% =40|
00000a00  30 0a 41 6e 64 20 21 52  75 6e 2c 20 6c 69 6e 65  |0.And !Run, line|
00000a10  20 35 20 74 6f 3a 0a 20  20 57 69 6d 70 53 6c 6f  | 5 to:.  WimpSlo|
00000a20  74 20 2d 6d 69 6e 20 34  32 32 6b 20 2d 6d 61 78  |t -min 422k -max|
00000a30  20 34 32 32 6b 0a 4f 72  20 73 69 6d 69 6c 61 72  | 422k.Or similar|
00000a40  2e 20 20 54 68 65 20 76  61 6c 75 65 20 6f 66 20  |.  The value of |
00000a50  4d 61 78 4d 6f 64 53 69  7a 65 25 20 69 73 20 74  |MaxModSize% is t|
00000a60  68 65 20 6e 75 6d 62 65  72 20 6f 66 20 4b 20 72  |he number of K r|
00000a70  65 73 65 72 76 65 64 20  66 6f 72 0a 74 68 65 20  |eserved for.the |
00000a80  6d 6f 64 75 6c 65 2e 20  54 68 65 20 57 69 6d 70  |module. The Wimp|
00000a90  73 6c 6f 74 20 76 61 6c  75 65 20 6d 75 73 74 20  |slot value must |
00000aa0  62 65 20 61 74 20 6c 65  61 73 74 20 32 32 6b 20  |be at least 22k |
00000ab0  62 69 67 67 65 72 20 74  68 61 6e 20 74 68 69 73  |bigger than this|
00000ac0  2e 0a 54 68 65 73 65 20  61 6c 74 65 72 61 74 69  |..These alterati|
00000ad0  6f 6e 73 20 63 61 6e 20  61 6c 73 6f 20 62 65 20  |ons can also be |
00000ae0  75 73 65 64 20 74 6f 20  63 72 65 61 74 65 20 76  |used to create v|
00000af0  65 72 79 20 6c 61 72 67  65 20 4d 6f 64 75 6c 65  |ery large Module|
00000b00  73 2e 0a 0a 8f 20 56 69  72 74 75 61 6c 20 41 70  |s.... Virtual Ap|
00000b10  70 6c 69 63 61 74 69 6f  6e 73 3a 20 54 68 65 20  |plications: The |
00000b20  61 6d 6f 75 6e 74 20 6f  66 20 6d 65 6d 6f 72 79  |amount of memory|
00000b30  20 74 61 6b 65 6e 20 75  70 20 62 79 20 61 6e 20  | taken up by an |
00000b40  61 70 70 6c 69 63 61 74  69 6f 6e 0a 6d 61 79 20  |application.may |
00000b50  62 65 20 72 65 64 75 63  65 64 20 74 6f 20 70 72  |be reduced to pr|
00000b60  61 63 74 69 63 61 6c 6c  79 20 7a 65 72 6f 20 62  |actically zero b|
00000b70  79 20 63 72 65 61 74 69  6e 67 20 61 20 76 69 72  |y creating a vir|
00000b80  74 75 61 6c 20 61 70 70  6c 69 63 61 74 69 6f 6e  |tual application|
00000b90  2c 20 61 6e 64 0a 69 6e  63 6c 75 64 69 6e 67 20  |, and.including |
00000ba0  74 68 61 74 20 69 6e 20  74 68 65 20 6d 6f 64 75  |that in the modu|
00000bb0  6c 65 20 69 6e 73 74 65  61 64 20 6f 66 20 74 68  |le instead of th|
00000bc0  65 20 72 65 61 6c 20 74  68 69 6e 67 2e 20 20 54  |e real thing.  T|
00000bd0  68 69 73 20 69 73 20 64  6f 6e 65 0a 61 75 74 6f  |his is done.auto|
00000be0  6d 61 74 69 63 61 6c 6c  79 20 62 79 20 64 72 61  |matically by dra|
00000bf0  67 67 69 6e 67 20 61 6e  20 61 70 70 20 69 6e 73  |gging an app ins|
00000c00  74 65 61 64 20 6f 66 20  61 20 64 69 72 65 63 74  |tead of a direct|
00000c10  6f 72 79 20 74 6f 20 74  68 65 20 77 69 6e 64 6f  |ory to the windo|
00000c20  77 2e 0a 20 20 54 68 65  79 20 63 61 6e 20 61 6c  |w..  They can al|
00000c30  73 6f 20 62 65 20 63 72  65 61 74 65 64 20 73 69  |so be created si|
00000c40  6d 70 6c 79 20 62 79 20  63 72 65 61 74 69 6e 67  |mply by creating|
00000c50  20 61 20 6e 65 77 20 64  69 72 65 63 74 6f 72 79  | a new directory|
00000c60  20 69 6e 20 73 6f 6d 65  20 73 70 61 72 65 0a 73  | in some spare.s|
00000c70  70 61 63 65 20 28 6e 6f  74 20 69 6e 20 74 68 65  |pace (not in the|
00000c80  20 73 61 6d 65 20 70 6c  61 63 65 20 61 73 20 74  | same place as t|
00000c90  68 65 20 72 65 61 6c 20  61 70 70 6c 69 63 61 74  |he real applicat|
00000ca0  69 6f 6e 29 20 63 61 6c  6c 65 64 20 74 68 65 20  |ion) called the |
00000cb0  73 61 6d 65 20 6e 61 6d  65 0a 61 73 20 74 68 65  |same name.as the|
00000cc0  20 72 65 61 6c 20 61 70  70 6c 69 63 61 74 69 6f  | real applicatio|
00000cd0  6e 2e 20 54 68 65 6e 20  73 68 69 66 74 2d 64 6f  |n. Then shift-do|
00000ce0  75 62 6c 65 20 63 6c 69  63 6b 20 74 68 69 73 20  |uble click this |
00000cf0  64 69 72 65 63 74 6f 72  79 20 74 6f 20 6f 70 65  |directory to ope|
00000d00  6e 20 69 74 2e 0a 20 20  4c 6f 61 64 20 21 45 64  |n it..  Load !Ed|
00000d10  69 74 20 61 6e 64 20 63  72 65 61 74 65 20 74 77  |it and create tw|
00000d20  6f 20 6e 65 77 20 6f 62  65 79 20 66 69 6c 65 73  |o new obey files|
00000d30  2e 20 20 49 6e 20 74 68  65 20 66 69 72 73 74 20  |.  In the first |
00000d40  69 6e 63 6c 75 64 65 20  61 20 6c 69 6e 65 0a 73  |include a line.s|
00000d50  69 6d 69 6c 61 72 20 74  6f 20 74 68 65 20 66 6f  |imilar to the fo|
00000d60  6c 6c 6f 77 69 6e 67 3a  0a 20 20 46 69 6c 65 72  |llowing:.  Filer|
00000d70  5f 52 75 6e 20 41 44 46  53 3a 3a 49 44 45 44 69  |_Run ADFS::IDEDi|
00000d80  73 63 34 2e 24 2e 49 6d  70 72 65 73 73 69 6f 6e  |sc4.$.Impression|
00000d90  2e 21 49 6d 70 72 65 73  73 0a 4f 62 76 69 6f 75  |.!Impress.Obviou|
00000da0  73 6c 79 20 79 6f 75 20  73 68 6f 75 6c 64 20 73  |sly you should s|
00000db0  75 62 73 74 69 74 75 74  65 20 74 68 65 20 70 61  |ubstitute the pa|
00000dc0  74 68 20 6e 61 6d 65 20  6f 66 20 74 68 65 20 72  |th name of the r|
00000dd0  65 61 6c 20 61 70 70 6c  69 63 61 74 69 6f 6e 0a  |eal application.|
00000de0  69 6e 73 74 65 61 64 20  6f 66 20 74 68 65 20 49  |instead of the I|
00000df0  6d 70 72 65 73 73 69 6f  6e 20 65 78 61 6d 70 6c  |mpression exampl|
00000e00  65 20 61 62 6f 76 65 2e  20 54 68 69 73 20 73 68  |e above. This sh|
00000e10  6f 75 6c 64 20 74 68 65  6e 20 62 65 20 73 61 76  |ould then be sav|
00000e20  65 64 20 75 6e 64 65 72  0a 74 68 65 20 6e 61 6d  |ed under.the nam|
00000e30  65 20 27 21 52 75 6e 27  20 69 6e 20 74 68 65 20  |e '!Run' in the |
00000e40  76 69 72 74 75 61 6c 20  61 70 70 6c 69 63 61 74  |virtual applicat|
00000e50  69 6f 6e 20 77 69 6e 64  6f 77 2e 0a 54 68 65 20  |ion window..The |
00000e60  73 65 63 6f 6e 64 20 6f  62 65 79 20 66 69 6c 65  |second obey file|
00000e70  20 73 68 6f 75 6c 64 20  69 6e 63 6c 75 64 65 20  | should include |
00000e80  61 20 6c 69 6e 65 20 73  69 6d 69 6c 61 72 20 74  |a line similar t|
00000e90  6f 20 74 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 3a  |o the following:|
00000ea0  0a 20 20 46 69 6c 65 72  5f 42 6f 6f 74 20 41 44  |.  Filer_Boot AD|
00000eb0  46 53 3a 3a 49 44 45 44  69 73 63 34 2e 24 2e 49  |FS::IDEDisc4.$.I|
00000ec0  6d 70 72 65 73 73 69 6f  6e 2e 21 49 6d 70 72 65  |mpression.!Impre|
00000ed0  73 73 0a 61 6e 64 20 73  68 6f 75 6c 64 20 62 65  |ss.and should be|
00000ee0  20 73 61 76 65 20 69 6e  20 74 68 65 20 73 61 6d  | save in the sam|
00000ef0  65 20 70 6c 61 63 65 20  61 73 20 27 21 42 6f 6f  |e place as '!Boo|
00000f00  74 27 2e 0a 54 68 69 73  20 6e 65 77 20 61 70 70  |t'..This new app|
00000f10  6c 69 63 61 74 69 6f 6e  20 61 6c 77 61 79 73 20  |lication always |
00000f20  70 6f 69 6e 74 73 20 61  74 20 74 68 65 20 6f 72  |points at the or|
00000f30  69 67 69 6e 61 6c 2e 0a  0a 0a 4f 74 68 65 72 20  |iginal....Other |
00000f40  50 6f 69 6e 74 73 20 66  6f 72 20 74 68 65 20 74  |Points for the t|
00000f50  65 63 68 6e 69 63 61 6c  6c 79 20 6d 69 6e 64 65  |echnically minde|
00000f60  64 0a 0a 8f 20 49 20 68  61 76 65 20 69 6e 63 6c  |d... I have incl|
00000f70  75 64 65 64 20 32 20 74  65 6d 70 6c 61 74 65 20  |uded 2 template |
00000f80  66 69 6c 65 73 3a 20 27  54 65 6d 70 6c 61 74 65  |files: 'Template|
00000f90  73 30 27 20 63 6f 6e 74  61 69 6e 73 20 61 20 33  |s0' contains a 3|
00000fa0  44 2d 69 6e 74 65 72 66  61 63 65 20 74 79 70 65  |D-interface type|
00000fb0  0a 73 65 74 2d 75 70 20  72 65 6e 61 6d 65 20 74  |.set-up rename t|
00000fc0  68 65 20 6f 72 69 67 69  6e 61 6c 20 74 6f 20 54  |he original to T|
00000fd0  65 6d 70 6c 61 74 65 31  20 61 6e 64 20 74 68 69  |emplate1 and thi|
00000fe0  73 20 74 6f 20 54 65 6d  70 6c 61 74 65 73 20 61  |s to Templates a|
00000ff0  6e 64 20 72 65 6d 6f 76  65 20 74 68 65 0a 7c 20  |nd remove the.| |
00001000  66 72 6f 6d 20 74 68 65  20 21 52 75 6e 20 66 69  |from the !Run fi|
00001010  6c 65 2e                                          |le.|
00001013