Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Sherston » !Upgrade/Upgrades/!LandTrans/!!Script

!Upgrade/Upgrades/!LandTrans/!!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/!LandTrans/!!Script
Read OK:
File size: 0250 bytes
Load address: 0000
Exec address: 0000
File contents
| Upgrade script for !LandTrans

ifdoesnotexist !Run Error Only !LandTrans on 'Land�Transport Disc�1' needs to be upgraded.
ifversionolder !Run Error Your copy of !LandTrans is newer than this upgrade.
ifversionnotnewer !Run Error Your copy of !LandTrans is already up to date.

| Make space on the floppy for the larger packsound file
IFDOESEXIST ^.Floppy REMOVE !Boot
REMOVE ^.Floppy
REMOVE ^.Release

| The new sprites file releases 2K more disc space
COPY Sprites

COPY ^.^.Common.PackSound PackSound

| Update the Run file only after the new Packsound has successfully copied
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 4c 61  6e 64 54 72 61 6e 73 0a  | for !LandTrans.|
00000020  0a 69 66 64 6f 65 73 6e  6f 74 65 78 69 73 74 20  |.ifdoesnotexist |
00000030  21 52 75 6e 20 45 72 72  6f 72 20 4f 6e 6c 79 20  |!Run Error Only |
00000040  21 4c 61 6e 64 54 72 61  6e 73 20 6f 6e 20 27 4c  |!LandTrans on 'L|
00000050  61 6e 64 a0 54 72 61 6e  73 70 6f 72 74 20 44 69  |and.Transport Di|
00000060  73 63 a0 31 27 20 6e 65  65 64 73 20 74 6f 20 62  |sc.1' needs to b|
00000070  65 20 75 70 67 72 61 64  65 64 2e 0a 69 66 76 65  |e upgraded..ifve|
00000080  72 73 69 6f 6e 6f 6c 64  65 72 20 21 52 75 6e 20  |rsionolder !Run |
00000090  45 72 72 6f 72 20 59 6f  75 72 20 63 6f 70 79 20  |Error Your copy |
000000a0  6f 66 20 21 4c 61 6e 64  54 72 61 6e 73 20 69 73  |of !LandTrans is|
000000b0  20 6e 65 77 65 72 20 74  68 61 6e 20 74 68 69 73  | newer than this|
000000c0  20 75 70 67 72 61 64 65  2e 0a 69 66 76 65 72 73  | upgrade..ifvers|
000000d0  69 6f 6e 6e 6f 74 6e 65  77 65 72 20 21 52 75 6e  |ionnotnewer !Run|
000000e0  20 45 72 72 6f 72 20 59  6f 75 72 20 63 6f 70 79  | Error Your copy|
000000f0  20 6f 66 20 21 4c 61 6e  64 54 72 61 6e 73 20 69  | of !LandTrans i|
00000100  73 20 61 6c 72 65 61 64  79 20 75 70 20 74 6f 20  |s already up to |
00000110  64 61 74 65 2e 0a 0a 7c  20 4d 61 6b 65 20 73 70  |date...| Make sp|
00000120  61 63 65 20 6f 6e 20 74  68 65 20 66 6c 6f 70 70  |ace on the flopp|
00000130  79 20 66 6f 72 20 74 68  65 20 6c 61 72 67 65 72  |y for the larger|
00000140  20 70 61 63 6b 73 6f 75  6e 64 20 66 69 6c 65 0a  | packsound file.|
00000150  49 46 44 4f 45 53 45 58  49 53 54 20 5e 2e 46 6c  |IFDOESEXIST ^.Fl|
00000160  6f 70 70 79 20 52 45 4d  4f 56 45 20 21 42 6f 6f  |oppy REMOVE !Boo|
00000170  74 0a 52 45 4d 4f 56 45  20 5e 2e 46 6c 6f 70 70  |t.REMOVE ^.Flopp|
00000180  79 0a 52 45 4d 4f 56 45  20 5e 2e 52 65 6c 65 61  |y.REMOVE ^.Relea|
00000190  73 65 0a 0a 7c 20 54 68  65 20 6e 65 77 20 73 70  |se..| The new sp|
000001a0  72 69 74 65 73 20 66 69  6c 65 20 72 65 6c 65 61  |rites file relea|
000001b0  73 65 73 20 32 4b 20 6d  6f 72 65 20 64 69 73 63  |ses 2K more disc|
000001c0  20 73 70 61 63 65 0a 43  4f 50 59 20 53 70 72 69  | space.COPY Spri|
000001d0  74 65 73 0a 0a 43 4f 50  59 20 5e 2e 5e 2e 43 6f  |tes..COPY ^.^.Co|
000001e0  6d 6d 6f 6e 2e 50 61 63  6b 53 6f 75 6e 64 20 50  |mmon.PackSound P|
000001f0  61 63 6b 53 6f 75 6e 64  0a 0a 7c 20 55 70 64 61  |ackSound..| Upda|
00000200  74 65 20 74 68 65 20 52  75 6e 20 66 69 6c 65 20  |te the Run file |
00000210  6f 6e 6c 79 20 61 66 74  65 72 20 74 68 65 20 6e  |only after the n|
00000220  65 77 20 50 61 63 6b 73  6f 75 6e 64 20 68 61 73  |ew Packsound has|
00000230  20 73 75 63 63 65 73 73  66 75 6c 6c 79 20 63 6f  | successfully co|
00000240  70 69 65 64 0a 43 4f 50  59 20 21 52 75 6e 0a 0a  |pied.COPY !Run..|
00000250