Home » Personal collection » Acorn hard disk » apps » MultiStore » !MultiStor/Params

!MultiStor/Params

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 » Personal collection » Acorn hard disk » apps » MultiStore
Filename: !MultiStor/Params
Read OK:
File size: 1155 bytes
Load address: 0000
Exec address: 0000
File contents
; > <MultiStore$Dir>.Params
;
; MultiStore Parameter File
; ~~~~~~~~~~~~~~~~~~~~~~~~~
;
; If this file is present, various defaults will be read from it on start-up.
; If it is absent, the normal defaults will be used. The following commands
; are understood:
;
; ;         - comments may be preceded by semicolons
; Shadow    - on/off changes default state of dialogue box shadows
; Sound     - on/off turns sound on/off
; Stopboxes - on/off changes whether 'Verify Action' type boxes appear
; Tools     - on/off decides whether files have their tool panes on
; Files     - * Sets the max number of files open at once
; Labels    - * Maximum number of labels printed across the web
; Columns   - * Number of columns allowed in a paged report
; pMoney1   - set printer code for money format 1, as per printer drivers
; pMoney2   -  "     "      "   "  money format 2
; pFont1    -  "     "      "   "  print font 1
; pFont2    -  "     "      "   "  print font 2
; pFont3    -  "     "      "   "  print font 3
; pReset    -  "     "      "   "  reset
; pFormFeed -  "     "      "   "  formfeed
; fnLabel   - set default filename for label setup
; fnWordpro -  "     "        "    for wordprocessor link setup
; fnRepSet  -  "     "        "    for report setup
; fnNotepad -  "     "        "    for notepad
; fnMacro   -  "     "        "    for macros
; fnReport  -  "     "        "    for report export
; fnCard    -  "     "        "    for card export
; fnPrinter -  "     "        "    for printer driver
; fnCreate  -  "     "        "    for newly created files
; fnTransfer-  "     "        "    for transfer cards setup
; fnFields  -  "     "        "    for field list (while creating)
; ClearPass - Set off to remember passwords between files, saving entries.
; PageLen   - Default paper length for page layout (paged report)
; PageWid   - Default paper width for page layout (paged report)
; Average   - The character used to suffix averages on paged reports
; Count     - The character used to suffix counters on paged reports
; Manual    - on/off sets default manual paper feed mode for paged reports
; FieldChar - The character used to represent fields on prints/card exports
; PicPath   - path to find pictures (see below)
; Pictures  - * Size of picture buffer or 'off' to disable
; TransFds  - * Maximum fields definable in a card transfer
; MacroUpp  - on/off sets use of uppercase mode when evaluating in macros
; MacroSpc  - on/off sets use of space strip mode when evaluating in macros
; LabLead   - Lead gap at the top of a page of label stationery
; LabDrop   - Page length of label stationery
; Encrypt   - on/off controls encryption of data stored in files
; FillCache - on/off controls automatic cache filling on file opening
; ReadOnly  - on/off controls automatic opening of files in read-only mode
; NullCount - length of wait for response to an Impulse command
;
;
; Note that the case of the first word is not important but the rest of the
; line may be treated using BASICs EVAL so must be correct. The words 'on'
; and 'off' must be lowercase (they could be replaced by TRUE and FALSE).
;
; Those parameters marked with an asterisk (*) directly affect the memory
; requirements of the MultiStore program. increasing many of these by too
; much may result in the software running out of memory - in this case, the
; WimpSlot size should be adjusted by the setting the system variable
; "MultiStore$MaxRAM" to a figure over 336k, eg:
;        *Set MultiStore$MaxRAM 512k
; Alternatively, you may reduce some of these parameters to free up more
; memory but you should adjust the WimpSlot size in the !Run file to take
; best advantage of the results.

Shadow     on
Sound      on
StopBoxes  on
Tools      on
pMoney1    ESC,R,3,#,ESC,R,0 [1]
pMoney2    $ [1]
pFont1     ESC,!,0 [80]
pFont2     ESC,!,1 [96]
pFont3     ESC,!,4 [137]
pReset     ESC,@,ESC,R,0
pFormFeed  FF
fnPrinter  PDriver
fnLabel    LabelSet
fnWordpro  WordSet
fnRepset   ReportSet
fnNotepad  Notepad
fnMacro    Macro
fnReport   Report
fnCard     Card
fnCreate   MStoreFile
fnTransfer TransSet
fnFields   FieldList
ClearPass  on
PageLen    66
PageWid    79
Pictures   5000
Files      6
Columns    30
Labels     4
Average    A
Count      C
Manual     off
FieldChar  *
PicPath    <MultiStore$Dir>.^.Pictures.
TransFds   250
MacroUpp   on
MacroSpc   on
LabLead    0
LabDrop    0
Encrypt    on
FillCache  off
ReadOnly   off
NullCount  50
00000000  3b 20 3e 20 3c 4d 75 6c  74 69 53 74 6f 72 65 24  |; > <MultiStore$|
00000010  44 69 72 3e 2e 50 61 72  61 6d 73 0a 3b 0a 3b 20  |Dir>.Params.;.; |
00000020  4d 75 6c 74 69 53 74 6f  72 65 20 50 61 72 61 6d  |MultiStore Param|
00000030  65 74 65 72 20 46 69 6c  65 0a 3b 20 7e 7e 7e 7e  |eter File.; ~~~~|
00000040  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
00000050  7e 7e 7e 7e 7e 0a 3b 0a  3b 20 49 66 20 74 68 69  |~~~~~.;.; If thi|
00000060  73 20 66 69 6c 65 20 69  73 20 70 72 65 73 65 6e  |s file is presen|
00000070  74 2c 20 76 61 72 69 6f  75 73 20 64 65 66 61 75  |t, various defau|
00000080  6c 74 73 20 77 69 6c 6c  20 62 65 20 72 65 61 64  |lts will be read|
00000090  20 66 72 6f 6d 20 69 74  20 6f 6e 20 73 74 61 72  | from it on star|
000000a0  74 2d 75 70 2e 0a 3b 20  49 66 20 69 74 20 69 73  |t-up..; If it is|
000000b0  20 61 62 73 65 6e 74 2c  20 74 68 65 20 6e 6f 72  | absent, the nor|
000000c0  6d 61 6c 20 64 65 66 61  75 6c 74 73 20 77 69 6c  |mal defaults wil|
000000d0  6c 20 62 65 20 75 73 65  64 2e 20 54 68 65 20 66  |l be used. The f|
000000e0  6f 6c 6c 6f 77 69 6e 67  20 63 6f 6d 6d 61 6e 64  |ollowing command|
000000f0  73 0a 3b 20 61 72 65 20  75 6e 64 65 72 73 74 6f  |s.; are understo|
00000100  6f 64 3a 0a 3b 0a 3b 20  3b 20 20 20 20 20 20 20  |od:.;.; ;       |
00000110  20 20 2d 20 63 6f 6d 6d  65 6e 74 73 20 6d 61 79  |  - comments may|
00000120  20 62 65 20 70 72 65 63  65 64 65 64 20 62 79 20  | be preceded by |
00000130  73 65 6d 69 63 6f 6c 6f  6e 73 0a 3b 20 53 68 61  |semicolons.; Sha|
00000140  64 6f 77 20 20 20 20 2d  20 6f 6e 2f 6f 66 66 20  |dow    - on/off |
00000150  63 68 61 6e 67 65 73 20  64 65 66 61 75 6c 74 20  |changes default |
00000160  73 74 61 74 65 20 6f 66  20 64 69 61 6c 6f 67 75  |state of dialogu|
00000170  65 20 62 6f 78 20 73 68  61 64 6f 77 73 0a 3b 20  |e box shadows.; |
00000180  53 6f 75 6e 64 20 20 20  20 20 2d 20 6f 6e 2f 6f  |Sound     - on/o|
00000190  66 66 20 74 75 72 6e 73  20 73 6f 75 6e 64 20 6f  |ff turns sound o|
000001a0  6e 2f 6f 66 66 0a 3b 20  53 74 6f 70 62 6f 78 65  |n/off.; Stopboxe|
000001b0  73 20 2d 20 6f 6e 2f 6f  66 66 20 63 68 61 6e 67  |s - on/off chang|
000001c0  65 73 20 77 68 65 74 68  65 72 20 27 56 65 72 69  |es whether 'Veri|
000001d0  66 79 20 41 63 74 69 6f  6e 27 20 74 79 70 65 20  |fy Action' type |
000001e0  62 6f 78 65 73 20 61 70  70 65 61 72 0a 3b 20 54  |boxes appear.; T|
000001f0  6f 6f 6c 73 20 20 20 20  20 2d 20 6f 6e 2f 6f 66  |ools     - on/of|
00000200  66 20 64 65 63 69 64 65  73 20 77 68 65 74 68 65  |f decides whethe|
00000210  72 20 66 69 6c 65 73 20  68 61 76 65 20 74 68 65  |r files have the|
00000220  69 72 20 74 6f 6f 6c 20  70 61 6e 65 73 20 6f 6e  |ir tool panes on|
00000230  0a 3b 20 46 69 6c 65 73  20 20 20 20 20 2d 20 2a  |.; Files     - *|
00000240  20 53 65 74 73 20 74 68  65 20 6d 61 78 20 6e 75  | Sets the max nu|
00000250  6d 62 65 72 20 6f 66 20  66 69 6c 65 73 20 6f 70  |mber of files op|
00000260  65 6e 20 61 74 20 6f 6e  63 65 0a 3b 20 4c 61 62  |en at once.; Lab|
00000270  65 6c 73 20 20 20 20 2d  20 2a 20 4d 61 78 69 6d  |els    - * Maxim|
00000280  75 6d 20 6e 75 6d 62 65  72 20 6f 66 20 6c 61 62  |um number of lab|
00000290  65 6c 73 20 70 72 69 6e  74 65 64 20 61 63 72 6f  |els printed acro|
000002a0  73 73 20 74 68 65 20 77  65 62 0a 3b 20 43 6f 6c  |ss the web.; Col|
000002b0  75 6d 6e 73 20 20 20 2d  20 2a 20 4e 75 6d 62 65  |umns   - * Numbe|
000002c0  72 20 6f 66 20 63 6f 6c  75 6d 6e 73 20 61 6c 6c  |r of columns all|
000002d0  6f 77 65 64 20 69 6e 20  61 20 70 61 67 65 64 20  |owed in a paged |
000002e0  72 65 70 6f 72 74 0a 3b  20 70 4d 6f 6e 65 79 31  |report.; pMoney1|
000002f0  20 20 20 2d 20 73 65 74  20 70 72 69 6e 74 65 72  |   - set printer|
00000300  20 63 6f 64 65 20 66 6f  72 20 6d 6f 6e 65 79 20  | code for money |
00000310  66 6f 72 6d 61 74 20 31  2c 20 61 73 20 70 65 72  |format 1, as per|
00000320  20 70 72 69 6e 74 65 72  20 64 72 69 76 65 72 73  | printer drivers|
00000330  0a 3b 20 70 4d 6f 6e 65  79 32 20 20 20 2d 20 20  |.; pMoney2   -  |
00000340  22 20 20 20 20 20 22 20  20 20 20 20 20 22 20 20  |"     "      "  |
00000350  20 22 20 20 6d 6f 6e 65  79 20 66 6f 72 6d 61 74  | "  money format|
00000360  20 32 0a 3b 20 70 46 6f  6e 74 31 20 20 20 20 2d  | 2.; pFont1    -|
00000370  20 20 22 20 20 20 20 20  22 20 20 20 20 20 20 22  |  "     "      "|
00000380  20 20 20 22 20 20 70 72  69 6e 74 20 66 6f 6e 74  |   "  print font|
00000390  20 31 0a 3b 20 70 46 6f  6e 74 32 20 20 20 20 2d  | 1.; pFont2    -|
000003a0  20 20 22 20 20 20 20 20  22 20 20 20 20 20 20 22  |  "     "      "|
000003b0  20 20 20 22 20 20 70 72  69 6e 74 20 66 6f 6e 74  |   "  print font|
000003c0  20 32 0a 3b 20 70 46 6f  6e 74 33 20 20 20 20 2d  | 2.; pFont3    -|
000003d0  20 20 22 20 20 20 20 20  22 20 20 20 20 20 20 22  |  "     "      "|
000003e0  20 20 20 22 20 20 70 72  69 6e 74 20 66 6f 6e 74  |   "  print font|
000003f0  20 33 0a 3b 20 70 52 65  73 65 74 20 20 20 20 2d  | 3.; pReset    -|
00000400  20 20 22 20 20 20 20 20  22 20 20 20 20 20 20 22  |  "     "      "|
00000410  20 20 20 22 20 20 72 65  73 65 74 0a 3b 20 70 46  |   "  reset.; pF|
00000420  6f 72 6d 46 65 65 64 20  2d 20 20 22 20 20 20 20  |ormFeed -  "    |
00000430  20 22 20 20 20 20 20 20  22 20 20 20 22 20 20 66  | "      "   "  f|
00000440  6f 72 6d 66 65 65 64 0a  3b 20 66 6e 4c 61 62 65  |ormfeed.; fnLabe|
00000450  6c 20 20 20 2d 20 73 65  74 20 64 65 66 61 75 6c  |l   - set defaul|
00000460  74 20 66 69 6c 65 6e 61  6d 65 20 66 6f 72 20 6c  |t filename for l|
00000470  61 62 65 6c 20 73 65 74  75 70 0a 3b 20 66 6e 57  |abel setup.; fnW|
00000480  6f 72 64 70 72 6f 20 2d  20 20 22 20 20 20 20 20  |ordpro -  "     |
00000490  22 20 20 20 20 20 20 20  20 22 20 20 20 20 66 6f  |"        "    fo|
000004a0  72 20 77 6f 72 64 70 72  6f 63 65 73 73 6f 72 20  |r wordprocessor |
000004b0  6c 69 6e 6b 20 73 65 74  75 70 0a 3b 20 66 6e 52  |link setup.; fnR|
000004c0  65 70 53 65 74 20 20 2d  20 20 22 20 20 20 20 20  |epSet  -  "     |
000004d0  22 20 20 20 20 20 20 20  20 22 20 20 20 20 66 6f  |"        "    fo|
000004e0  72 20 72 65 70 6f 72 74  20 73 65 74 75 70 0a 3b  |r report setup.;|
000004f0  20 66 6e 4e 6f 74 65 70  61 64 20 2d 20 20 22 20  | fnNotepad -  " |
00000500  20 20 20 20 22 20 20 20  20 20 20 20 20 22 20 20  |    "        "  |
00000510  20 20 66 6f 72 20 6e 6f  74 65 70 61 64 0a 3b 20  |  for notepad.; |
00000520  66 6e 4d 61 63 72 6f 20  20 20 2d 20 20 22 20 20  |fnMacro   -  "  |
00000530  20 20 20 22 20 20 20 20  20 20 20 20 22 20 20 20  |   "        "   |
00000540  20 66 6f 72 20 6d 61 63  72 6f 73 0a 3b 20 66 6e  | for macros.; fn|
00000550  52 65 70 6f 72 74 20 20  2d 20 20 22 20 20 20 20  |Report  -  "    |
00000560  20 22 20 20 20 20 20 20  20 20 22 20 20 20 20 66  | "        "    f|
00000570  6f 72 20 72 65 70 6f 72  74 20 65 78 70 6f 72 74  |or report export|
00000580  0a 3b 20 66 6e 43 61 72  64 20 20 20 20 2d 20 20  |.; fnCard    -  |
00000590  22 20 20 20 20 20 22 20  20 20 20 20 20 20 20 22  |"     "        "|
000005a0  20 20 20 20 66 6f 72 20  63 61 72 64 20 65 78 70  |    for card exp|
000005b0  6f 72 74 0a 3b 20 66 6e  50 72 69 6e 74 65 72 20  |ort.; fnPrinter |
000005c0  2d 20 20 22 20 20 20 20  20 22 20 20 20 20 20 20  |-  "     "      |
000005d0  20 20 22 20 20 20 20 66  6f 72 20 70 72 69 6e 74  |  "    for print|
000005e0  65 72 20 64 72 69 76 65  72 0a 3b 20 66 6e 43 72  |er driver.; fnCr|
000005f0  65 61 74 65 20 20 2d 20  20 22 20 20 20 20 20 22  |eate  -  "     "|
00000600  20 20 20 20 20 20 20 20  22 20 20 20 20 66 6f 72  |        "    for|
00000610  20 6e 65 77 6c 79 20 63  72 65 61 74 65 64 20 66  | newly created f|
00000620  69 6c 65 73 0a 3b 20 66  6e 54 72 61 6e 73 66 65  |iles.; fnTransfe|
00000630  72 2d 20 20 22 20 20 20  20 20 22 20 20 20 20 20  |r-  "     "     |
00000640  20 20 20 22 20 20 20 20  66 6f 72 20 74 72 61 6e  |   "    for tran|
00000650  73 66 65 72 20 63 61 72  64 73 20 73 65 74 75 70  |sfer cards setup|
00000660  0a 3b 20 66 6e 46 69 65  6c 64 73 20 20 2d 20 20  |.; fnFields  -  |
00000670  22 20 20 20 20 20 22 20  20 20 20 20 20 20 20 22  |"     "        "|
00000680  20 20 20 20 66 6f 72 20  66 69 65 6c 64 20 6c 69  |    for field li|
00000690  73 74 20 28 77 68 69 6c  65 20 63 72 65 61 74 69  |st (while creati|
000006a0  6e 67 29 0a 3b 20 43 6c  65 61 72 50 61 73 73 20  |ng).; ClearPass |
000006b0  2d 20 53 65 74 20 6f 66  66 20 74 6f 20 72 65 6d  |- Set off to rem|
000006c0  65 6d 62 65 72 20 70 61  73 73 77 6f 72 64 73 20  |ember passwords |
000006d0  62 65 74 77 65 65 6e 20  66 69 6c 65 73 2c 20 73  |between files, s|
000006e0  61 76 69 6e 67 20 65 6e  74 72 69 65 73 2e 0a 3b  |aving entries..;|
000006f0  20 50 61 67 65 4c 65 6e  20 20 20 2d 20 44 65 66  | PageLen   - Def|
00000700  61 75 6c 74 20 70 61 70  65 72 20 6c 65 6e 67 74  |ault paper lengt|
00000710  68 20 66 6f 72 20 70 61  67 65 20 6c 61 79 6f 75  |h for page layou|
00000720  74 20 28 70 61 67 65 64  20 72 65 70 6f 72 74 29  |t (paged report)|
00000730  0a 3b 20 50 61 67 65 57  69 64 20 20 20 2d 20 44  |.; PageWid   - D|
00000740  65 66 61 75 6c 74 20 70  61 70 65 72 20 77 69 64  |efault paper wid|
00000750  74 68 20 66 6f 72 20 70  61 67 65 20 6c 61 79 6f  |th for page layo|
00000760  75 74 20 28 70 61 67 65  64 20 72 65 70 6f 72 74  |ut (paged report|
00000770  29 0a 3b 20 41 76 65 72  61 67 65 20 20 20 2d 20  |).; Average   - |
00000780  54 68 65 20 63 68 61 72  61 63 74 65 72 20 75 73  |The character us|
00000790  65 64 20 74 6f 20 73 75  66 66 69 78 20 61 76 65  |ed to suffix ave|
000007a0  72 61 67 65 73 20 6f 6e  20 70 61 67 65 64 20 72  |rages on paged r|
000007b0  65 70 6f 72 74 73 0a 3b  20 43 6f 75 6e 74 20 20  |eports.; Count  |
000007c0  20 20 20 2d 20 54 68 65  20 63 68 61 72 61 63 74  |   - The charact|
000007d0  65 72 20 75 73 65 64 20  74 6f 20 73 75 66 66 69  |er used to suffi|
000007e0  78 20 63 6f 75 6e 74 65  72 73 20 6f 6e 20 70 61  |x counters on pa|
000007f0  67 65 64 20 72 65 70 6f  72 74 73 0a 3b 20 4d 61  |ged reports.; Ma|
00000800  6e 75 61 6c 20 20 20 20  2d 20 6f 6e 2f 6f 66 66  |nual    - on/off|
00000810  20 73 65 74 73 20 64 65  66 61 75 6c 74 20 6d 61  | sets default ma|
00000820  6e 75 61 6c 20 70 61 70  65 72 20 66 65 65 64 20  |nual paper feed |
00000830  6d 6f 64 65 20 66 6f 72  20 70 61 67 65 64 20 72  |mode for paged r|
00000840  65 70 6f 72 74 73 0a 3b  20 46 69 65 6c 64 43 68  |eports.; FieldCh|
00000850  61 72 20 2d 20 54 68 65  20 63 68 61 72 61 63 74  |ar - The charact|
00000860  65 72 20 75 73 65 64 20  74 6f 20 72 65 70 72 65  |er used to repre|
00000870  73 65 6e 74 20 66 69 65  6c 64 73 20 6f 6e 20 70  |sent fields on p|
00000880  72 69 6e 74 73 2f 63 61  72 64 20 65 78 70 6f 72  |rints/card expor|
00000890  74 73 0a 3b 20 50 69 63  50 61 74 68 20 20 20 2d  |ts.; PicPath   -|
000008a0  20 70 61 74 68 20 74 6f  20 66 69 6e 64 20 70 69  | path to find pi|
000008b0  63 74 75 72 65 73 20 28  73 65 65 20 62 65 6c 6f  |ctures (see belo|
000008c0  77 29 0a 3b 20 50 69 63  74 75 72 65 73 20 20 2d  |w).; Pictures  -|
000008d0  20 2a 20 53 69 7a 65 20  6f 66 20 70 69 63 74 75  | * Size of pictu|
000008e0  72 65 20 62 75 66 66 65  72 20 6f 72 20 27 6f 66  |re buffer or 'of|
000008f0  66 27 20 74 6f 20 64 69  73 61 62 6c 65 0a 3b 20  |f' to disable.; |
00000900  54 72 61 6e 73 46 64 73  20 20 2d 20 2a 20 4d 61  |TransFds  - * Ma|
00000910  78 69 6d 75 6d 20 66 69  65 6c 64 73 20 64 65 66  |ximum fields def|
00000920  69 6e 61 62 6c 65 20 69  6e 20 61 20 63 61 72 64  |inable in a card|
00000930  20 74 72 61 6e 73 66 65  72 0a 3b 20 4d 61 63 72  | transfer.; Macr|
00000940  6f 55 70 70 20 20 2d 20  6f 6e 2f 6f 66 66 20 73  |oUpp  - on/off s|
00000950  65 74 73 20 75 73 65 20  6f 66 20 75 70 70 65 72  |ets use of upper|
00000960  63 61 73 65 20 6d 6f 64  65 20 77 68 65 6e 20 65  |case mode when e|
00000970  76 61 6c 75 61 74 69 6e  67 20 69 6e 20 6d 61 63  |valuating in mac|
00000980  72 6f 73 0a 3b 20 4d 61  63 72 6f 53 70 63 20 20  |ros.; MacroSpc  |
00000990  2d 20 6f 6e 2f 6f 66 66  20 73 65 74 73 20 75 73  |- on/off sets us|
000009a0  65 20 6f 66 20 73 70 61  63 65 20 73 74 72 69 70  |e of space strip|
000009b0  20 6d 6f 64 65 20 77 68  65 6e 20 65 76 61 6c 75  | mode when evalu|
000009c0  61 74 69 6e 67 20 69 6e  20 6d 61 63 72 6f 73 0a  |ating in macros.|
000009d0  3b 20 4c 61 62 4c 65 61  64 20 20 20 2d 20 4c 65  |; LabLead   - Le|
000009e0  61 64 20 67 61 70 20 61  74 20 74 68 65 20 74 6f  |ad gap at the to|
000009f0  70 20 6f 66 20 61 20 70  61 67 65 20 6f 66 20 6c  |p of a page of l|
00000a00  61 62 65 6c 20 73 74 61  74 69 6f 6e 65 72 79 0a  |abel stationery.|
00000a10  3b 20 4c 61 62 44 72 6f  70 20 20 20 2d 20 50 61  |; LabDrop   - Pa|
00000a20  67 65 20 6c 65 6e 67 74  68 20 6f 66 20 6c 61 62  |ge length of lab|
00000a30  65 6c 20 73 74 61 74 69  6f 6e 65 72 79 0a 3b 20  |el stationery.; |
00000a40  45 6e 63 72 79 70 74 20  20 20 2d 20 6f 6e 2f 6f  |Encrypt   - on/o|
00000a50  66 66 20 63 6f 6e 74 72  6f 6c 73 20 65 6e 63 72  |ff controls encr|
00000a60  79 70 74 69 6f 6e 20 6f  66 20 64 61 74 61 20 73  |yption of data s|
00000a70  74 6f 72 65 64 20 69 6e  20 66 69 6c 65 73 0a 3b  |tored in files.;|
00000a80  20 46 69 6c 6c 43 61 63  68 65 20 2d 20 6f 6e 2f  | FillCache - on/|
00000a90  6f 66 66 20 63 6f 6e 74  72 6f 6c 73 20 61 75 74  |off controls aut|
00000aa0  6f 6d 61 74 69 63 20 63  61 63 68 65 20 66 69 6c  |omatic cache fil|
00000ab0  6c 69 6e 67 20 6f 6e 20  66 69 6c 65 20 6f 70 65  |ling on file ope|
00000ac0  6e 69 6e 67 0a 3b 20 52  65 61 64 4f 6e 6c 79 20  |ning.; ReadOnly |
00000ad0  20 2d 20 6f 6e 2f 6f 66  66 20 63 6f 6e 74 72 6f  | - on/off contro|
00000ae0  6c 73 20 61 75 74 6f 6d  61 74 69 63 20 6f 70 65  |ls automatic ope|
00000af0  6e 69 6e 67 20 6f 66 20  66 69 6c 65 73 20 69 6e  |ning of files in|
00000b00  20 72 65 61 64 2d 6f 6e  6c 79 20 6d 6f 64 65 0a  | read-only mode.|
00000b10  3b 20 4e 75 6c 6c 43 6f  75 6e 74 20 2d 20 6c 65  |; NullCount - le|
00000b20  6e 67 74 68 20 6f 66 20  77 61 69 74 20 66 6f 72  |ngth of wait for|
00000b30  20 72 65 73 70 6f 6e 73  65 20 74 6f 20 61 6e 20  | response to an |
00000b40  49 6d 70 75 6c 73 65 20  63 6f 6d 6d 61 6e 64 0a  |Impulse command.|
00000b50  3b 0a 3b 0a 3b 20 4e 6f  74 65 20 74 68 61 74 20  |;.;.; Note that |
00000b60  74 68 65 20 63 61 73 65  20 6f 66 20 74 68 65 20  |the case of the |
00000b70  66 69 72 73 74 20 77 6f  72 64 20 69 73 20 6e 6f  |first word is no|
00000b80  74 20 69 6d 70 6f 72 74  61 6e 74 20 62 75 74 20  |t important but |
00000b90  74 68 65 20 72 65 73 74  20 6f 66 20 74 68 65 0a  |the rest of the.|
00000ba0  3b 20 6c 69 6e 65 20 6d  61 79 20 62 65 20 74 72  |; line may be tr|
00000bb0  65 61 74 65 64 20 75 73  69 6e 67 20 42 41 53 49  |eated using BASI|
00000bc0  43 73 20 45 56 41 4c 20  73 6f 20 6d 75 73 74 20  |Cs EVAL so must |
00000bd0  62 65 20 63 6f 72 72 65  63 74 2e 20 54 68 65 20  |be correct. The |
00000be0  77 6f 72 64 73 20 27 6f  6e 27 0a 3b 20 61 6e 64  |words 'on'.; and|
00000bf0  20 27 6f 66 66 27 20 6d  75 73 74 20 62 65 20 6c  | 'off' must be l|
00000c00  6f 77 65 72 63 61 73 65  20 28 74 68 65 79 20 63  |owercase (they c|
00000c10  6f 75 6c 64 20 62 65 20  72 65 70 6c 61 63 65 64  |ould be replaced|
00000c20  20 62 79 20 54 52 55 45  20 61 6e 64 20 46 41 4c  | by TRUE and FAL|
00000c30  53 45 29 2e 0a 3b 0a 3b  20 54 68 6f 73 65 20 70  |SE)..;.; Those p|
00000c40  61 72 61 6d 65 74 65 72  73 20 6d 61 72 6b 65 64  |arameters marked|
00000c50  20 77 69 74 68 20 61 6e  20 61 73 74 65 72 69 73  | with an asteris|
00000c60  6b 20 28 2a 29 20 64 69  72 65 63 74 6c 79 20 61  |k (*) directly a|
00000c70  66 66 65 63 74 20 74 68  65 20 6d 65 6d 6f 72 79  |ffect the memory|
00000c80  0a 3b 20 72 65 71 75 69  72 65 6d 65 6e 74 73 20  |.; requirements |
00000c90  6f 66 20 74 68 65 20 4d  75 6c 74 69 53 74 6f 72  |of the MultiStor|
00000ca0  65 20 70 72 6f 67 72 61  6d 2e 20 69 6e 63 72 65  |e program. incre|
00000cb0  61 73 69 6e 67 20 6d 61  6e 79 20 6f 66 20 74 68  |asing many of th|
00000cc0  65 73 65 20 62 79 20 74  6f 6f 0a 3b 20 6d 75 63  |ese by too.; muc|
00000cd0  68 20 6d 61 79 20 72 65  73 75 6c 74 20 69 6e 20  |h may result in |
00000ce0  74 68 65 20 73 6f 66 74  77 61 72 65 20 72 75 6e  |the software run|
00000cf0  6e 69 6e 67 20 6f 75 74  20 6f 66 20 6d 65 6d 6f  |ning out of memo|
00000d00  72 79 20 2d 20 69 6e 20  74 68 69 73 20 63 61 73  |ry - in this cas|
00000d10  65 2c 20 74 68 65 0a 3b  20 57 69 6d 70 53 6c 6f  |e, the.; WimpSlo|
00000d20  74 20 73 69 7a 65 20 73  68 6f 75 6c 64 20 62 65  |t size should be|
00000d30  20 61 64 6a 75 73 74 65  64 20 62 79 20 74 68 65  | adjusted by the|
00000d40  20 73 65 74 74 69 6e 67  20 74 68 65 20 73 79 73  | setting the sys|
00000d50  74 65 6d 20 76 61 72 69  61 62 6c 65 0a 3b 20 22  |tem variable.; "|
00000d60  4d 75 6c 74 69 53 74 6f  72 65 24 4d 61 78 52 41  |MultiStore$MaxRA|
00000d70  4d 22 20 74 6f 20 61 20  66 69 67 75 72 65 20 6f  |M" to a figure o|
00000d80  76 65 72 20 33 33 36 6b  2c 20 65 67 3a 0a 3b 20  |ver 336k, eg:.; |
00000d90  20 20 20 20 20 20 20 2a  53 65 74 20 4d 75 6c 74  |       *Set Mult|
00000da0  69 53 74 6f 72 65 24 4d  61 78 52 41 4d 20 35 31  |iStore$MaxRAM 51|
00000db0  32 6b 0a 3b 20 41 6c 74  65 72 6e 61 74 69 76 65  |2k.; Alternative|
00000dc0  6c 79 2c 20 79 6f 75 20  6d 61 79 20 72 65 64 75  |ly, you may redu|
00000dd0  63 65 20 73 6f 6d 65 20  6f 66 20 74 68 65 73 65  |ce some of these|
00000de0  20 70 61 72 61 6d 65 74  65 72 73 20 74 6f 20 66  | parameters to f|
00000df0  72 65 65 20 75 70 20 6d  6f 72 65 0a 3b 20 6d 65  |ree up more.; me|
00000e00  6d 6f 72 79 20 62 75 74  20 79 6f 75 20 73 68 6f  |mory but you sho|
00000e10  75 6c 64 20 61 64 6a 75  73 74 20 74 68 65 20 57  |uld adjust the W|
00000e20  69 6d 70 53 6c 6f 74 20  73 69 7a 65 20 69 6e 20  |impSlot size in |
00000e30  74 68 65 20 21 52 75 6e  20 66 69 6c 65 20 74 6f  |the !Run file to|
00000e40  20 74 61 6b 65 0a 3b 20  62 65 73 74 20 61 64 76  | take.; best adv|
00000e50  61 6e 74 61 67 65 20 6f  66 20 74 68 65 20 72 65  |antage of the re|
00000e60  73 75 6c 74 73 2e 0a 0a  53 68 61 64 6f 77 20 20  |sults...Shadow  |
00000e70  20 20 20 6f 6e 0a 53 6f  75 6e 64 20 20 20 20 20  |   on.Sound     |
00000e80  20 6f 6e 0a 53 74 6f 70  42 6f 78 65 73 20 20 6f  | on.StopBoxes  o|
00000e90  6e 0a 54 6f 6f 6c 73 20  20 20 20 20 20 6f 6e 0a  |n.Tools      on.|
00000ea0  70 4d 6f 6e 65 79 31 20  20 20 20 45 53 43 2c 52  |pMoney1    ESC,R|
00000eb0  2c 33 2c 23 2c 45 53 43  2c 52 2c 30 20 5b 31 5d  |,3,#,ESC,R,0 [1]|
00000ec0  0a 70 4d 6f 6e 65 79 32  20 20 20 20 24 20 5b 31  |.pMoney2    $ [1|
00000ed0  5d 0a 70 46 6f 6e 74 31  20 20 20 20 20 45 53 43  |].pFont1     ESC|
00000ee0  2c 21 2c 30 20 5b 38 30  5d 0a 70 46 6f 6e 74 32  |,!,0 [80].pFont2|
00000ef0  20 20 20 20 20 45 53 43  2c 21 2c 31 20 5b 39 36  |     ESC,!,1 [96|
00000f00  5d 0a 70 46 6f 6e 74 33  20 20 20 20 20 45 53 43  |].pFont3     ESC|
00000f10  2c 21 2c 34 20 5b 31 33  37 5d 0a 70 52 65 73 65  |,!,4 [137].pRese|
00000f20  74 20 20 20 20 20 45 53  43 2c 40 2c 45 53 43 2c  |t     ESC,@,ESC,|
00000f30  52 2c 30 0a 70 46 6f 72  6d 46 65 65 64 20 20 46  |R,0.pFormFeed  F|
00000f40  46 0a 66 6e 50 72 69 6e  74 65 72 20 20 50 44 72  |F.fnPrinter  PDr|
00000f50  69 76 65 72 0a 66 6e 4c  61 62 65 6c 20 20 20 20  |iver.fnLabel    |
00000f60  4c 61 62 65 6c 53 65 74  0a 66 6e 57 6f 72 64 70  |LabelSet.fnWordp|
00000f70  72 6f 20 20 57 6f 72 64  53 65 74 0a 66 6e 52 65  |ro  WordSet.fnRe|
00000f80  70 73 65 74 20 20 20 52  65 70 6f 72 74 53 65 74  |pset   ReportSet|
00000f90  0a 66 6e 4e 6f 74 65 70  61 64 20 20 4e 6f 74 65  |.fnNotepad  Note|
00000fa0  70 61 64 0a 66 6e 4d 61  63 72 6f 20 20 20 20 4d  |pad.fnMacro    M|
00000fb0  61 63 72 6f 0a 66 6e 52  65 70 6f 72 74 20 20 20  |acro.fnReport   |
00000fc0  52 65 70 6f 72 74 0a 66  6e 43 61 72 64 20 20 20  |Report.fnCard   |
00000fd0  20 20 43 61 72 64 0a 66  6e 43 72 65 61 74 65 20  |  Card.fnCreate |
00000fe0  20 20 4d 53 74 6f 72 65  46 69 6c 65 0a 66 6e 54  |  MStoreFile.fnT|
00000ff0  72 61 6e 73 66 65 72 20  54 72 61 6e 73 53 65 74  |ransfer TransSet|
00001000  0a 66 6e 46 69 65 6c 64  73 20 20 20 46 69 65 6c  |.fnFields   Fiel|
00001010  64 4c 69 73 74 0a 43 6c  65 61 72 50 61 73 73 20  |dList.ClearPass |
00001020  20 6f 6e 0a 50 61 67 65  4c 65 6e 20 20 20 20 36  | on.PageLen    6|
00001030  36 0a 50 61 67 65 57 69  64 20 20 20 20 37 39 0a  |6.PageWid    79.|
00001040  50 69 63 74 75 72 65 73  20 20 20 35 30 30 30 0a  |Pictures   5000.|
00001050  46 69 6c 65 73 20 20 20  20 20 20 36 0a 43 6f 6c  |Files      6.Col|
00001060  75 6d 6e 73 20 20 20 20  33 30 0a 4c 61 62 65 6c  |umns    30.Label|
00001070  73 20 20 20 20 20 34 0a  41 76 65 72 61 67 65 20  |s     4.Average |
00001080  20 20 20 41 0a 43 6f 75  6e 74 20 20 20 20 20 20  |   A.Count      |
00001090  43 0a 4d 61 6e 75 61 6c  20 20 20 20 20 6f 66 66  |C.Manual     off|
000010a0  0a 46 69 65 6c 64 43 68  61 72 20 20 2a 0a 50 69  |.FieldChar  *.Pi|
000010b0  63 50 61 74 68 20 20 20  20 3c 4d 75 6c 74 69 53  |cPath    <MultiS|
000010c0  74 6f 72 65 24 44 69 72  3e 2e 5e 2e 50 69 63 74  |tore$Dir>.^.Pict|
000010d0  75 72 65 73 2e 0a 54 72  61 6e 73 46 64 73 20 20  |ures..TransFds  |
000010e0  20 32 35 30 0a 4d 61 63  72 6f 55 70 70 20 20 20  | 250.MacroUpp   |
000010f0  6f 6e 0a 4d 61 63 72 6f  53 70 63 20 20 20 6f 6e  |on.MacroSpc   on|
00001100  0a 4c 61 62 4c 65 61 64  20 20 20 20 30 0a 4c 61  |.LabLead    0.La|
00001110  62 44 72 6f 70 20 20 20  20 30 0a 45 6e 63 72 79  |bDrop    0.Encry|
00001120  70 74 20 20 20 20 6f 6e  0a 46 69 6c 6c 43 61 63  |pt    on.FillCac|
00001130  68 65 20 20 6f 66 66 0a  52 65 61 64 4f 6e 6c 79  |he  off.ReadOnly|
00001140  20 20 20 6f 66 66 0a 4e  75 6c 6c 43 6f 75 6e 74  |   off.NullCount|
00001150  20 20 35 30 0a                                    |  50.|
00001155