home *** CD-ROM | disk | FTP | other *** search
/ Dream 47 / Amiga_Dream_47.iso / Amiga / Internet / Connexion / autoconn.readme < prev    next >
Encoding:
Text File  |  1997-11-21  |  1.4 KB  |  36 lines

  1. Short:        Auto Connect scripts for Miami
  2. Author:       ragriffi@sprynet.com (Richard Griffith)
  3. Uploader:     ragriffi@sprynet.com (Richard Griffith)
  4. Version:      1.0
  5. Type:         comm/tcp
  6. Requires:     Miami
  7. Distribution: freely distributable
  8.  
  9. One of the few things I like about those wintel boxes is
  10. the semi-automatic network connection when you attempt to
  11. use the tcp/ip stack. These arexx scripts provide similar
  12. capabilities when used as a wrapper for your internet
  13. applications.
  14.  
  15. You must customize a script for each of your tcp/ip apps
  16. for this process to work. This is just identifing the full
  17. path to the appliction. The scripts call a common routine
  18. at startup to make sure Miami is launched and online. At
  19. shutdown, a similar call checks to see if this was the last
  20. application running, and if so, offers you a chance to
  21. shutdown Miami.
  22.  
  23. The ideal (for me anyway) way to use these scripts is in
  24. conjuction with a toolmanager style dock, but scripts can
  25. be used in many ways. For example, with one click, I start
  26. YAM on its way. No remembering to launch Miami first, no
  27. checking to see if maimi is online or not, just one click
  28. and I'm in my e-mail account. Same for browser, ftp, etc.
  29. Its so convienient, I now take it forgranted.
  30.  
  31. Requirements
  32. - arexx
  33. - Miami and appropriate internet applications
  34. - ability to copy and edit a few files
  35. - ability to install those files in your REXX: directory
  36.