home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / WIN95 / DDIALER / README.TXT < prev   
Text File  |  1995-03-31  |  2KB  |  68 lines

  1. *****************************************************************************
  2. **
  3. **
  4. **  TCP/IP Dialer for Demon internet services dialup using Windows 95
  5. **
  6. **    Version 0.2 (c) 1995 MFWarriner
  7. **
  8. **
  9. **    Updates in version 0.2
  10. **      - Simple script file now available.
  11. **
  12. **
  13. **    This is a quick and dirty dialer that I find rather useful to
  14. **    get round the lack of a dial script in Windows 95.
  15. **
  16. **    To use:
  17. **
  18. **              DDIALER <RAS Name> <Userid> <Password> <ScriptFilename>
  19. **
  20. **    You must have a Dialup networking icon setup, and TCPIP setup as
  21. **    described in INET.ZIP (available on CI$). The name of this file
  22. **    is the 'RAS Name'. Userid is your demon hostname, password is your
  23. **    password.
  24. **
  25. **    Post dial dialog must be set to appear.
  26. **
  27. **
  28. **    Now that I support a simple script, this should work with almost
  29. **    any Internet provider.
  30. **
  31. **        For instance, to get the following script:
  32. **
  33. **      
  34. **          1. Wait for 60 seconds for connect  and post dial dialog to appear
  35. **          2. Wait for 10 seconds for 'ogin'     . Send Userid
  36. **          3. Wait for 20 seconds for 'assword'  . Send password
  37. **          4. Wait for 20 seconds for 'rotocol'  . Send PPP
  38. **          5. Wait for 20 seconds for 'HELLO'
  39. **          6. Done.
  40. **
  41. **        Create a script file that looks like:
  42. **
  43. **               ogin,10,YOURUSERID
  44. **               assword,10,YOURPASSWORD
  45. **               rotocol,20,PPP
  46. **               HELLO,20,^
  47. **        Comments are lines starting with a #.
  48. **
  49. **        The ^ is the end of the script, and is equivalent to pressing
  50. **        the F7 button. See logon.scr for an example for the UK internet
  51. **        provider Demon Internet. You can test a script by using 'TEST'
  52. **        as the RAS name.
  53. **
  54. **
  55. **
  56. **    If you need help, or have any comments, email me on:
  57. **
  58. **              MikeWarriner@msn.com   
  59. **
  60. **    (or _only_ if the Microsoft network is broken, on CI$ as 100020,3705)
  61. **      
  62. **
  63. **    ..
  64. **    Mike Warriner
  65. **
  66. **
  67. *****************************************************************************
  68.