home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / cimreset.zip / README.TXT < prev   
Text File  |  1996-02-29  |  3KB  |  63 lines

  1. CIMRESET.CMD
  2.  
  3. One nice feature of OS2-CIM is that it records your accumulated connect
  4. time.  Unfortunately, this feature is not really useful unless you remember 
  5. to press the RESET button at the beginning of each month. That's hard to
  6. remember.  This OS/2 REXX utility automatically resets your connect
  7. time clock once each month.  In addition, it logs your monthly
  8. CompuServe usage to a history file.
  9.  
  10. Place CIMRESET.CMD in your OS/2 startup folder.  Set the working
  11. directory to C:\CSERVE\OS2-CIM or to wherever you have OS2-CIM
  12. installed.  The utility will run every time you start OS/2.  (Don't
  13. worry, it's quick.)  The utility will look at the last time OS2-CIM's
  14. connect timer was reset.  If the timer was reset in the current month,
  15. CIMRESET does nothing.  Otherwise, it will record your accumulated 
  16. connect time to a history file, reset OS2-CIM's accumulated connect time
  17. to zero, and set the reset date to the first day of the current month.
  18.  
  19. The history file is called CompuServeUsage.txt and will be located in
  20. CIMRESET's working directory.  You will probably want to create a
  21. shadow to this file on your desktop.  The file will be updated only
  22. once per month.  You will use this file to see your past usage.  You
  23. will use the Connection Info dialog in OS2-CIM to see your current
  24. month's usage.  The history file will have the following format:
  25.  
  26. CompuServe Connect Time by Month for OS2CIM
  27.  
  28. Nov 1995 2 Hours, 12 Minutes
  29. Dec 1995 4 Hours, 23 Minutes
  30. Jan 1996 0 Hours, 15 Minutes
  31.  
  32.  
  33. This REXX utility is designed for use with OS2-CIM version 2.0.3.
  34. It has not been tested with any other version.  You must have REXX
  35. installed on your machine to use this utility. (REXX comes with OS/2).
  36. The utility will modify the CompuServe file OS2-CIM.INI.  You should 
  37. make a backup copy of this file before using this utility
  38. for the first time.  This ini file is probably located in your
  39. C:\CSERVE\OS2-CIM directory.
  40.  
  41. You may place CIMRESET.CMD in any directoy on your 
  42. hard drive.  Create a program object for the utility and place it in 
  43. your OS/2 startup folder.  Open settings and set the working
  44. directory to where ever you installed CompuServe (probably
  45. C:\CSERVE\OS2-CIM).  To test the utility, go to the Session tab
  46. on the settings notebook and remove the check mark from the
  47. 'Close window on exit' property.  Close the settings notebook and
  48. run the utility.  It should produce no output.  If it complains that
  49. it cannot find OS2-CIM.INI, you did not set the working directory
  50. properly.  Once you have the utility working, put the check mark
  51. back on the 'Close window on exit' property.  You might also want
  52. to place a check mark on the 'Start Minimized' property to keep a
  53. OS/2 window from temporarily opening when you reboot.  
  54.  
  55. CIMRESET will reset the connect timer in OS2-CIM if it has not
  56. been reset in the current month.  When it does the reset, it
  57. makes the reset date the first of the current month.  The first time
  58. you run the utility, it may reset your connect timer even though it
  59. is not the beginning of the month.  This is normal.  The utility will
  60. work correctly in subsequent months provided you do not manually
  61. press the reset button in OS2-CIM. 
  62.  
  63.