home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ilog12.zip / README.TXT < prev   
Text File  |  1995-06-16  |  1KB  |  26 lines

  1. ILOG.CMD V1.1
  2.  
  3. This is the program (REXX EXEC) I use to keep track of my Internet
  4. connection times through WARP's Internet Connection (using IBM as the
  5. service provider).  This EXEC will summarize by month and the total time
  6. you have been connected to the Internet if you are using IBM (Advantis)
  7. as your Internet provider.  The EXEC will attempt to get the path to the
  8. log dataset from the 'ETC' environment variable created and added to
  9. your CONFIG.SYS when TCP/IP support was installed.  Also, I'm assuming
  10. that the name of the log dataset has not been changed from
  11. 'CONNECT.LOG'.  If it has, modify the code to point to the correct
  12. dataset (the full path is carried in the variable 'logfile').
  13. Apparently the date format as output to the log has been changed with
  14. the latest dialer update from MM/DD to YYYY/MM/DD.  I've coded for this
  15. and the program will handle both formats.
  16.  
  17. Thanks to Tony Pereira of Clear and Simple for ideas on how to add some
  18. life to an OS/2 window or full screen session.
  19.  
  20. If you have any questions or comments or just want to add another entry
  21. to your connect log, feel free to contact me at "ddarrow@ibm.net".
  22.  
  23. Enjoy.
  24.  
  25. 1995/06/16 - Dempsey Darrow
  26.