Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !SLIPdial/Resources/UK/Help/dial

!SLIPdial/Resources/UK/Help/dial

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: !SLIPdial/Resources/UK/Help/dial
Read OK:
File size: 0287 bytes
Load address: 0000
Exec address: 0000
File contents
dial [/pulse] [/retry=<n>] [/delay=<n>] [/nodial=<n>] [/nocar=<n>]
        [/busy=<n>] <number> [<number> ... ]
 dials the specified number or list of numbers. If a list is given, a number
 will be tried multiple times (specified by 'retry') before moving on to the
 next in the list. Returns 1/0 for success/failure.
 /pulse uses pulse dialling instead of tone.
 /delay=<n> and /retry=<n> override the default number of retries and delay.
 /nodial=<n>, /nocar=<n> and /busy=<n> override default redial delays for
 individual cases (ie, no dialtone, no carrier, busy). Useful, eg, to
 specify a longer delay for no dialtone (someone using phone).
00000000  64 69 61 6c 20 5b 2f 70  75 6c 73 65 5d 20 5b 2f  |dial [/pulse] [/|
00000010  72 65 74 72 79 3d 3c 6e  3e 5d 20 5b 2f 64 65 6c  |retry=<n>] [/del|
00000020  61 79 3d 3c 6e 3e 5d 20  5b 2f 6e 6f 64 69 61 6c  |ay=<n>] [/nodial|
00000030  3d 3c 6e 3e 5d 20 5b 2f  6e 6f 63 61 72 3d 3c 6e  |=<n>] [/nocar=<n|
00000040  3e 5d 0a 20 20 20 20 20  20 20 20 5b 2f 62 75 73  |>].        [/bus|
00000050  79 3d 3c 6e 3e 5d 20 3c  6e 75 6d 62 65 72 3e 20  |y=<n>] <number> |
00000060  5b 3c 6e 75 6d 62 65 72  3e 20 2e 2e 2e 20 5d 0a  |[<number> ... ].|
00000070  20 64 69 61 6c 73 20 74  68 65 20 73 70 65 63 69  | dials the speci|
00000080  66 69 65 64 20 6e 75 6d  62 65 72 20 6f 72 20 6c  |fied number or l|
00000090  69 73 74 20 6f 66 20 6e  75 6d 62 65 72 73 2e 20  |ist of numbers. |
000000a0  49 66 20 61 20 6c 69 73  74 20 69 73 20 67 69 76  |If a list is giv|
000000b0  65 6e 2c 20 61 20 6e 75  6d 62 65 72 0a 20 77 69  |en, a number. wi|
000000c0  6c 6c 20 62 65 20 74 72  69 65 64 20 6d 75 6c 74  |ll be tried mult|
000000d0  69 70 6c 65 20 74 69 6d  65 73 20 28 73 70 65 63  |iple times (spec|
000000e0  69 66 69 65 64 20 62 79  20 27 72 65 74 72 79 27  |ified by 'retry'|
000000f0  29 20 62 65 66 6f 72 65  20 6d 6f 76 69 6e 67 20  |) before moving |
00000100  6f 6e 20 74 6f 20 74 68  65 0a 20 6e 65 78 74 20  |on to the. next |
00000110  69 6e 20 74 68 65 20 6c  69 73 74 2e 20 52 65 74  |in the list. Ret|
00000120  75 72 6e 73 20 31 2f 30  20 66 6f 72 20 73 75 63  |urns 1/0 for suc|
00000130  63 65 73 73 2f 66 61 69  6c 75 72 65 2e 0a 20 2f  |cess/failure.. /|
00000140  70 75 6c 73 65 20 75 73  65 73 20 70 75 6c 73 65  |pulse uses pulse|
00000150  20 64 69 61 6c 6c 69 6e  67 20 69 6e 73 74 65 61  | dialling instea|
00000160  64 20 6f 66 20 74 6f 6e  65 2e 0a 20 2f 64 65 6c  |d of tone.. /del|
00000170  61 79 3d 3c 6e 3e 20 61  6e 64 20 2f 72 65 74 72  |ay=<n> and /retr|
00000180  79 3d 3c 6e 3e 20 6f 76  65 72 72 69 64 65 20 74  |y=<n> override t|
00000190  68 65 20 64 65 66 61 75  6c 74 20 6e 75 6d 62 65  |he default numbe|
000001a0  72 20 6f 66 20 72 65 74  72 69 65 73 20 61 6e 64  |r of retries and|
000001b0  20 64 65 6c 61 79 2e 0a  20 2f 6e 6f 64 69 61 6c  | delay.. /nodial|
000001c0  3d 3c 6e 3e 2c 20 2f 6e  6f 63 61 72 3d 3c 6e 3e  |=<n>, /nocar=<n>|
000001d0  20 61 6e 64 20 2f 62 75  73 79 3d 3c 6e 3e 20 6f  | and /busy=<n> o|
000001e0  76 65 72 72 69 64 65 20  64 65 66 61 75 6c 74 20  |verride default |
000001f0  72 65 64 69 61 6c 20 64  65 6c 61 79 73 20 66 6f  |redial delays fo|
00000200  72 0a 20 69 6e 64 69 76  69 64 75 61 6c 20 63 61  |r. individual ca|
00000210  73 65 73 20 28 69 65 2c  20 6e 6f 20 64 69 61 6c  |ses (ie, no dial|
00000220  74 6f 6e 65 2c 20 6e 6f  20 63 61 72 72 69 65 72  |tone, no carrier|
00000230  2c 20 62 75 73 79 29 2e  20 55 73 65 66 75 6c 2c  |, busy). Useful,|
00000240  20 65 67 2c 20 74 6f 0a  20 73 70 65 63 69 66 79  | eg, to. specify|
00000250  20 61 20 6c 6f 6e 67 65  72 20 64 65 6c 61 79 20  | a longer delay |
00000260  66 6f 72 20 6e 6f 20 64  69 61 6c 74 6f 6e 65 20  |for no dialtone |
00000270  28 73 6f 6d 65 6f 6e 65  20 75 73 69 6e 67 20 70  |(someone using p|
00000280  68 6f 6e 65 29 2e 0a                              |hone)..|
00000287