home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / internet / inet_cash / inet.online.readme < prev   
Text File  |  1998-03-22  |  1KB  |  36 lines

  1. Short:    Show I-Net 225 Online time & phone no. in window
  2. Author:   jimd@siu.edu (Jim Dutton)
  3. Uploader: jimd@siu.edu (Jim Dutton)
  4. Version:  1.0
  5. Type:     comm/net
  6. Date:     23 Feb 98
  7.  
  8. ** PreReq's : ARexx, INet-225
  9. **
  10. ** CoReq's  : INET_Online.rexx
  11. **
  12. ** Function : Display a (relatively) small console window wherein
  13. **            the current amount of time (minutes) "online" is displayed
  14. **            along with the (hard coded) dial-up phone number
  15. **
  16. ** Caveats  : As with any other Shell/CLI window, accidently moving
  17. **            cursor in the window interrupts output
  18. **
  19. ** Benie's  : Initial window can be resized and moved as desired
  20. **
  21. ** Comments : ARexx must be up and running before Inet is;
  22. **            Modify the initial window size as needed;
  23. **            The console window closes automatically after Inet
  24. **            goes offline (via Stop...), after the 15 (sec) pause at the bottom
  25. **
  26. ** Usage    : Place this and the other programs in an Inet subdirectory;
  27. **            Add the following line to each Start... Inet script for
  28. **            dial-up connections, before the 'SetEnv HOSTNAME' line:
  29. **
  30. **               Run rexxc:rx inet:<path>/INET_Online <phone number>
  31. **
  32. **            Add the following line to each Stop.... Inet script for
  33. **            dial-up connections:
  34. **
  35. **               rexxc:rx inet:<path>/INET_Offline
  36.