Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !DemConfig/Blanks/AutoExec
!DemConfig/Blanks/AutoExec
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 1995-04.adf » !Internet_StarterPak |
Filename: | !DemConfig/Blanks/AutoExec |
Read OK: | ✔ |
File size: | 02CC bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !DemConfig/Blanks/AutoExec
- Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/AutoExec
File contents
# Commands executed automatically whenever !TCPIP starts up. # Define the news server, relating to all files in !TCPIPUser.NNTP # whose names begin with "Dem". The "1800" means check for news # every 30 minutes (assuming you stay logged on for that long). nntp addserver news.demon.co.uk 1800 Dem # Define the machine which receives outgoing mail. smtp gateway post.demon.co.uk # Send any mail that's waiting in the 'out tray'. # Note that it's up to Demon to deliver any incoming mail - nothing # we do affects when that happens (which should be soon after login). smtp kick # Define the machine from which to get the network time time server ntp.demon.co.uk #time read # Start downloading news. nntp kick dem
00000000 23 20 43 6f 6d 6d 61 6e 64 73 20 65 78 65 63 75 |# Commands execu| 00000010 74 65 64 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c |ted automaticall| 00000020 79 20 77 68 65 6e 65 76 65 72 20 21 54 43 50 49 |y whenever !TCPI| 00000030 50 20 73 74 61 72 74 73 20 75 70 2e 0a 23 20 44 |P starts up..# D| 00000040 65 66 69 6e 65 20 74 68 65 20 6e 65 77 73 20 73 |efine the news s| 00000050 65 72 76 65 72 2c 20 72 65 6c 61 74 69 6e 67 20 |erver, relating | 00000060 74 6f 20 61 6c 6c 20 66 69 6c 65 73 20 69 6e 20 |to all files in | 00000070 21 54 43 50 49 50 55 73 65 72 2e 4e 4e 54 50 0a |!TCPIPUser.NNTP.| 00000080 23 20 77 68 6f 73 65 20 6e 61 6d 65 73 20 62 65 |# whose names be| 00000090 67 69 6e 20 77 69 74 68 20 22 44 65 6d 22 2e 20 |gin with "Dem". | 000000a0 20 54 68 65 20 22 31 38 30 30 22 20 6d 65 61 6e | The "1800" mean| 000000b0 73 20 63 68 65 63 6b 20 66 6f 72 20 6e 65 77 73 |s check for news| 000000c0 0a 23 20 65 76 65 72 79 20 33 30 20 6d 69 6e 75 |.# every 30 minu| 000000d0 74 65 73 20 28 61 73 73 75 6d 69 6e 67 20 79 6f |tes (assuming yo| 000000e0 75 20 73 74 61 79 20 6c 6f 67 67 65 64 20 6f 6e |u stay logged on| 000000f0 20 66 6f 72 20 74 68 61 74 20 6c 6f 6e 67 29 2e | for that long).| 00000100 0a 6e 6e 74 70 20 61 64 64 73 65 72 76 65 72 20 |.nntp addserver | 00000110 6e 65 77 73 2e 64 65 6d 6f 6e 2e 63 6f 2e 75 6b |news.demon.co.uk| 00000120 20 31 38 30 30 20 44 65 6d 0a 0a 23 20 44 65 66 | 1800 Dem..# Def| 00000130 69 6e 65 20 74 68 65 20 6d 61 63 68 69 6e 65 20 |ine the machine | 00000140 77 68 69 63 68 20 72 65 63 65 69 76 65 73 20 6f |which receives o| 00000150 75 74 67 6f 69 6e 67 20 6d 61 69 6c 2e 0a 73 6d |utgoing mail..sm| 00000160 74 70 20 67 61 74 65 77 61 79 20 70 6f 73 74 2e |tp gateway post.| 00000170 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 0a 0a 23 20 53 |demon.co.uk..# S| 00000180 65 6e 64 20 61 6e 79 20 6d 61 69 6c 20 74 68 61 |end any mail tha| 00000190 74 27 73 20 77 61 69 74 69 6e 67 20 69 6e 20 74 |t's waiting in t| 000001a0 68 65 20 27 6f 75 74 20 74 72 61 79 27 2e 0a 23 |he 'out tray'..#| 000001b0 20 4e 6f 74 65 20 74 68 61 74 20 69 74 27 73 20 | Note that it's | 000001c0 75 70 20 74 6f 20 44 65 6d 6f 6e 20 74 6f 20 64 |up to Demon to d| 000001d0 65 6c 69 76 65 72 20 61 6e 79 20 69 6e 63 6f 6d |eliver any incom| 000001e0 69 6e 67 20 6d 61 69 6c 20 2d 20 6e 6f 74 68 69 |ing mail - nothi| 000001f0 6e 67 0a 23 20 77 65 20 64 6f 20 61 66 66 65 63 |ng.# we do affec| 00000200 74 73 20 77 68 65 6e 20 74 68 61 74 20 68 61 70 |ts when that hap| 00000210 70 65 6e 73 20 28 77 68 69 63 68 20 73 68 6f 75 |pens (which shou| 00000220 6c 64 20 62 65 20 73 6f 6f 6e 20 61 66 74 65 72 |ld be soon after| 00000230 20 6c 6f 67 69 6e 29 2e 0a 73 6d 74 70 20 6b 69 | login)..smtp ki| 00000240 63 6b 0a 0a 23 20 44 65 66 69 6e 65 20 74 68 65 |ck..# Define the| 00000250 20 6d 61 63 68 69 6e 65 20 66 72 6f 6d 20 77 68 | machine from wh| 00000260 69 63 68 20 74 6f 20 67 65 74 20 74 68 65 20 6e |ich to get the n| 00000270 65 74 77 6f 72 6b 20 74 69 6d 65 0a 74 69 6d 65 |etwork time.time| 00000280 20 73 65 72 76 65 72 20 6e 74 70 2e 64 65 6d 6f | server ntp.demo| 00000290 6e 2e 63 6f 2e 75 6b 0a 23 74 69 6d 65 20 72 65 |n.co.uk.#time re| 000002a0 61 64 0a 0a 23 20 53 74 61 72 74 20 64 6f 77 6e |ad..# Start down| 000002b0 6c 6f 61 64 69 6e 67 20 6e 65 77 73 2e 0a 6e 6e |loading news..nn| 000002c0 74 70 20 6b 69 63 6b 20 64 65 6d 0a |tp kick dem.| 000002cc