Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Sherston » !Upgrade/Upgrades/Upgrades/!Tizzy/!!Script
!Upgrade/Upgrades/Upgrades/!Tizzy/!!Script
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Sherston |
Filename: | !Upgrade/Upgrades/Upgrades/!Tizzy/!!Script |
Read OK: | ✔ |
File size: | 0295 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
| Upgrade script for !Tizzy ifversionolder !Run ERROR Your copy of !Tizzy is newer than this upgrade. ifversionnotnewer !Run ERROR Your copy of !Tizzy is already up to date. | Test that we are not running from the CD REMOVE !Run IFDOESEXIST !Run ERROR !Tizzy can only be fully upgraded if it is installed on a hard disc. COPY ^.^.^.Common.PackSound PackSound COPY !RunImage | Test for floppy version and copy Code to diff place IFDOESEXIST all.Code COPY Code2 all.Code IFDOESNOTEXIST all.code COPY Code | Update the Run file only after the new Packsound has successfully copied IFDOESEXIST all.Code COPY !Run2 !Run IFDOESNOTEXIST all.Code COPY !Run
00000000 7c 20 55 70 67 72 61 64 65 20 73 63 72 69 70 74 || Upgrade script| 00000010 20 66 6f 72 20 21 54 69 7a 7a 79 0a 0a 69 66 76 | for !Tizzy..ifv| 00000020 65 72 73 69 6f 6e 6f 6c 64 65 72 20 21 52 75 6e |ersionolder !Run| 00000030 20 45 52 52 4f 52 20 59 6f 75 72 20 63 6f 70 79 | ERROR Your copy| 00000040 20 6f 66 20 21 54 69 7a 7a 79 20 69 73 20 6e 65 | of !Tizzy is ne| 00000050 77 65 72 20 74 68 61 6e 20 74 68 69 73 20 75 70 |wer than this up| 00000060 67 72 61 64 65 2e 0a 69 66 76 65 72 73 69 6f 6e |grade..ifversion| 00000070 6e 6f 74 6e 65 77 65 72 20 21 52 75 6e 20 45 52 |notnewer !Run ER| 00000080 52 4f 52 20 59 6f 75 72 20 63 6f 70 79 20 6f 66 |ROR Your copy of| 00000090 20 21 54 69 7a 7a 79 20 69 73 20 61 6c 72 65 61 | !Tizzy is alrea| 000000a0 64 79 20 75 70 20 74 6f 20 64 61 74 65 2e 0a 0a |dy up to date...| 000000b0 7c 20 54 65 73 74 20 74 68 61 74 20 77 65 20 61 || Test that we a| 000000c0 72 65 20 6e 6f 74 20 72 75 6e 6e 69 6e 67 20 66 |re not running f| 000000d0 72 6f 6d 20 74 68 65 20 43 44 0a 52 45 4d 4f 56 |rom the CD.REMOV| 000000e0 45 20 21 52 75 6e 0a 49 46 44 4f 45 53 45 58 49 |E !Run.IFDOESEXI| 000000f0 53 54 20 21 52 75 6e 20 45 52 52 4f 52 20 21 54 |ST !Run ERROR !T| 00000100 69 7a 7a 79 20 63 61 6e 20 6f 6e 6c 79 20 62 65 |izzy can only be| 00000110 20 66 75 6c 6c 79 20 75 70 67 72 61 64 65 64 20 | fully upgraded | 00000120 69 66 20 69 74 20 69 73 20 69 6e 73 74 61 6c 6c |if it is install| 00000130 65 64 20 6f 6e 20 61 20 68 61 72 64 20 64 69 73 |ed on a hard dis| 00000140 63 2e 0a 0a 43 4f 50 59 20 5e 2e 5e 2e 5e 2e 43 |c...COPY ^.^.^.C| 00000150 6f 6d 6d 6f 6e 2e 50 61 63 6b 53 6f 75 6e 64 20 |ommon.PackSound | 00000160 50 61 63 6b 53 6f 75 6e 64 0a 43 4f 50 59 20 21 |PackSound.COPY !| 00000170 52 75 6e 49 6d 61 67 65 0a 0a 7c 20 54 65 73 74 |RunImage..| Test| 00000180 20 66 6f 72 20 66 6c 6f 70 70 79 20 76 65 72 73 | for floppy vers| 00000190 69 6f 6e 20 61 6e 64 20 63 6f 70 79 20 43 6f 64 |ion and copy Cod| 000001a0 65 20 74 6f 20 64 69 66 66 20 70 6c 61 63 65 0a |e to diff place.| 000001b0 49 46 44 4f 45 53 45 58 49 53 54 20 61 6c 6c 2e |IFDOESEXIST all.| 000001c0 43 6f 64 65 20 20 20 20 43 4f 50 59 20 43 6f 64 |Code COPY Cod| 000001d0 65 32 20 61 6c 6c 2e 43 6f 64 65 0a 49 46 44 4f |e2 all.Code.IFDO| 000001e0 45 53 4e 4f 54 45 58 49 53 54 20 61 6c 6c 2e 63 |ESNOTEXIST all.c| 000001f0 6f 64 65 20 43 4f 50 59 20 43 6f 64 65 0a 0a 7c |ode COPY Code..|| 00000200 20 55 70 64 61 74 65 20 74 68 65 20 52 75 6e 20 | Update the Run | 00000210 66 69 6c 65 20 6f 6e 6c 79 20 61 66 74 65 72 20 |file only after | 00000220 74 68 65 20 6e 65 77 20 50 61 63 6b 73 6f 75 6e |the new Packsoun| 00000230 64 20 68 61 73 20 73 75 63 63 65 73 73 66 75 6c |d has successful| 00000240 6c 79 20 63 6f 70 69 65 64 0a 49 46 44 4f 45 53 |ly copied.IFDOES| 00000250 45 58 49 53 54 20 61 6c 6c 2e 43 6f 64 65 20 20 |EXIST all.Code | 00000260 20 20 43 4f 50 59 20 21 52 75 6e 32 20 21 52 75 | COPY !Run2 !Ru| 00000270 6e 0a 49 46 44 4f 45 53 4e 4f 54 45 58 49 53 54 |n.IFDOESNOTEXIST| 00000280 20 61 6c 6c 2e 43 6f 64 65 20 43 4f 50 59 20 21 | all.Code COPY !| 00000290 52 75 6e 0a 0a |Run..| 00000295