*****************************************************************************
**
**
**  TCP/IP Dialer for Demon internet services dialup using Windows 95
**
**    Version 0.2 (c) 1995 MFWarriner
**
**
**    Updates in version 0.2
**      - Simple script file now available.
**
**
**    This is a quick and dirty dialer that I find rather useful to
**    get round the lack of a dial script in Windows 95.
**
**    To use:
**
**              DDIALER <RAS Name> <Userid> <Password> <ScriptFilename>
**
**    You must have a Dialup networking icon setup, and TCPIP setup as
**    described in INET.ZIP (available on CI$). The name of this file
**    is the 'RAS Name'. Userid is your demon hostname, password is your
**    password.
**
**    Post dial dialog must be set to appear.
**
**
**    Now that I support a simple script, this should work with almost
**    any Internet provider.
**
**        For instance, to get the following script:
**
**      
**          1. Wait for 60 seconds for connect  and post dial dialog to appear
**          2. Wait for 10 seconds for 'ogin'     . Send Userid
**          3. Wait for 20 seconds for 'assword'  . Send password
**          4. Wait for 20 seconds for 'rotocol'  . Send PPP
**          5. Wait for 20 seconds for 'HELLO'
**          6. Done.
**
**        Create a script file that looks like:
**
**               ogin,10,YOURUSERID
**               assword,10,YOURPASSWORD
**               rotocol,20,PPP
**               HELLO,20,^
**        Comments are lines starting with a #.
**
**        The ^ is the end of the script, and is equivalent to pressing
**        the F7 button. See logon.scr for an example for the UK internet
**        provider Demon Internet. You can test a script by using 'TEST'
**        as the RAS name.
**
**
**
**    If you need help, or have any comments, email me on:
**
**              MikeWarriner@msn.com   
**
**    (or _only_ if the Microsoft network is broken, on CI$ as 100020,3705)
**      
**
**    ..
**    Mike Warriner
**
**
*****************************************************************************
