home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WSTMR351.ZIP / README.1ST < prev    next >
Text File  |  1995-06-15  |  10KB  |  197 lines

  1.                               WS-TIMER Version 3.51
  2.  
  3.         WS-TIMER is Freeware for personal, non-commercial use.  You  may 
  4.         freely distribute WS-TIMER, as long as all files from the archive 
  5.         are  included.  WS-TIMER  requires  the  Microsoft  Visual  Basic 
  6.         runtime library VBRUN300.DLL to run. This library is not included 
  7.         with  the  archive,  but is available at most FTP  sites  on  the 
  8.         internet.
  9.  
  10.         If you are upgrading from a previous version you should refer  to 
  11.         the UPDATE.TXT file for changes affecting your previous  version. 
  12.         Even if this is your first time installing you should read it for 
  13.         description of features and enhancements.
  14.  
  15.                           ***** LIMITED WARRANTY *****
  16.  
  17.         THIS PROGRAM IS PROVIDED ON AN "AS IS" BASIS WITHOUT WARRANTY  OF 
  18.         ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO  THE 
  19.         IMPLIED   WARRANTIES  OF  MERCHANTABILITY  AND  FITNESS   FOR   A 
  20.         PARTICULAR PURPOSE. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE 
  21.         OF  THESE  PROGRAMS  IS  WITH  YOU.  SHOULD  THE  PROGRAM   PROVE 
  22.         DEFECTIVE, YOU (NOT LOU'S SOFTWARE) ASSUME THE ENTIRE COST OF ALL 
  23.         NECESSARY  REPAIR, SERVICING,  OR CORRECTION.  IN NO  EVENT  WILL 
  24.         LOU'S SOFTWARE  BE LIABLE TO YOU FOR ANY DAMAGES,  INCLUDING  ANY 
  25.         LOST PROFITS, LOST SAVINGS, OR OTHER INCIDENTAL OR  CONSEQUENTIAL 
  26.         DAMAGES  ARISING  OUT  OF  THE USE  OR  INABILITY  TO  USE  THESE 
  27.         PROGRAMS,  EVEN  IF  LOU'S  SOFTWARE  HAS  BEEN  ADVISED  OF  THE 
  28.         POSSIBILITY  OF  SUCH DAMAGES. THIS WARRANTY GIVES  YOU  SPECIFIC 
  29.         LEGAL RIGHTS, AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY  FROM 
  30.         PROVINCE TO PROVINCE OR STATE TO STATE. SOME STATES DO NOT  ALLOW 
  31.         THE EXCLUSION OF IMPLIED WARRANTIES OR EXCLUSION OF LIABILITY FOR 
  32.         INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THE ABOVE MAY NOT APPLY TO 
  33.         YOU.   YOU  ACKNOWLEDGE  THAT  YOU  HAVE  READ  THIS   AGREEMENT, 
  34.         UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. 
  35.         YOU FURTHER AGREE THAT IT IS THE COMPLETE AND EXCLUSIVE STATEMENT 
  36.         OF  THE  AGREEMENT BETWEEN US, WHICH SUPERSEDES ANY  PROPOSAL  OR 
  37.         PRIOR  AGREEMENT, ORAL OR WRITTEN, AND ANY  OTHER  COMMUNICATIONS 
  38.         BETWEEN US.
  39.  
  40.         WS-TIMER is a small application that will help you keep track  of 
  41.         your  time on-line. WS-TIMER is written to keep track of  on-line 
  42.         time for people paying variable period rates. At the beginning of 
  43.         each period the period timer will be reset to zero. The time from 
  44.         the   previous  period  will  be  recorded  in  a   file   called 
  45.         "HISTORY?.TXT"  that  you  will find in the  directory  that  you 
  46.         installed  WS-TIMER.  Also a daily history file will  be  created 
  47.         each day by the name DAYHIST?.TXT, this will help those who  have 
  48.         maximum daily rates These files can be viewed from WS-TIMER.
  49.  
  50.         Note:  HISTORY?.TXT  log  file  will not  be  created  until  the 
  51.         beginning of the following period.
  52.  
  53.         WS-TIMER  also  keeps  a  log of your  daily  time  in  the  file 
  54.         DAYHIST?.TXT  and also keeps a log of each sessions in  the  file 
  55.         SESSION?.TXT.
  56.  
  57.  
  58.         Copyright (c) 1993, Lou's Software Development        Page 1
  59.  
  60.  
  61.  
  62.  
  63.         WS-TIMER  setup  will  insert two lines at  the  bottom  of  your 
  64.         WIN.INI  file.  These  two lines are necessary  for  WS-TIMER  to 
  65.         locate it's files.
  66.  
  67.         If  you  use  Trumpet Winsock dial command you  must  insert  the 
  68.         following  line as the last line in your LOGIN script. This  will 
  69.         execute  WS-TIMER  for  you  after you have  logged  on  to  your 
  70.         provider.
  71.  
  72.         EXEC "d:\internet\wstimer\wstimer.exe ON A"
  73.  
  74.         The  A  can  be any letter from A - Z so  you  can  run  multiple 
  75.         sessions  of WS-TIMER. Both commands must be on the command  line 
  76.         and keep the quote as shown.
  77.  
  78.         To  stop  WS-TIMER when you disconnect, just  add  the  following 
  79.         command to your BYE script. This executes EndTimer and stops  the 
  80.         clock from running.
  81.  
  82.         EXEC "d:\internet\wstimer\endtimer.exe"
  83.  
  84.         Replace the drive and directories to reflect your setup.
  85.  
  86.         If you  run  WS-TIMER from its icon you will  have  to  add  the 
  87.         command  line  switch  "ON A" without the  quotes  using  Program 
  88.         Manager,  File,  Properties and in the command line box  add  the 
  89.         word "ON A" at  the end of the command line. Without this  switch 
  90.         the timer will not be updated, this was changed so that you could 
  91.         run WS-TIMER just to view your accumulated time without the  time 
  92.         being updated. To view the proper files for your setup, you  will 
  93.         have to add the A in the command line without the ON.
  94.  
  95.         If  your TCP manager does not allow for a command like EXEC  from 
  96.         Trumpet  Winsock,  you can start WS-TIMER  from  program  manager 
  97.         before  you  dial.  In this case make sure you  change  the  icon 
  98.         property's command line to include the A switch. Once your  modem 
  99.         as detected an answer then click on the start button.
  100.  
  101.         WS-TIMER has three setup function. One for the stay-on-top window 
  102.         and  one for your provider's billing starting day which you  will 
  103.         find  under the File menu and the other is to set the  multimedia 
  104.         alarm.
  105.  
  106.         The stay-on-top setup allows for four choices:
  107.  
  108.         1. This Call  Shows the clock for the present call.
  109.         2. Today      Shows the clock for the current day total.
  110.         3. Period     Shows the clock for the current period total.
  111.         4. None       No stay-on-top clock displayed.
  112.  
  113.         The Period Start setup, is for you to enter the first day of your 
  114.         provider's  next starting period. This will have to be setup  the 
  115.         first time you run WS-TIMER.
  116.  
  117.  
  118.  
  119.         Copyright (c) 1993, Lou's Software Development        Page 2
  120.  
  121.  
  122.  
  123.         To  setup  the multimedia alarm. Choose Alarm then Set,  a  setup 
  124.         window  will appear. Select the number of hours and minutes  from 
  125.         the  time  you  signed on for the alarm to go  off.  Select  your 
  126.         choice of sound from the Sounds option and click on Exit. You may 
  127.         test any sounds from the Sound Test options. The sound  selection 
  128.         is  made  up  of  the ".wav"  files  contained  in  your  Windows 
  129.         directory. During the installation of WS-TIMER, the setup program 
  130.         placed  two ".wav" file called "ALARM.WAV" and  "ROOSTER.WAV"  in 
  131.         your  WS-TIMER  directory. Just move or copy these files  to  the 
  132.         Windows  directory if you want to use them. You can  create  your 
  133.         own  sound files to be used by WS-TIMER. During the  alarm  setup 
  134.         you can save the setup by clicking on the Save button,  ALARM.INI 
  135.         file  will be created and this will become your default each  and 
  136.         every  time  you start WS-TIMER. You can remove this  default  by 
  137.         selecting remove from the alarm menu.
  138.  
  139.         If  you have questions or suggestions regarding WS-TIMER you  can 
  140.         send  E-Mail  to the author at the  following  Internet  address: 
  141.  
  142.         laube@sentex.net
  143.  
  144.         Please  be  sure to put WS-TIMER and the version number  in  your 
  145.         subject field.
  146.  
  147.         List of files in the archive:
  148.         README.1S_   This file compressed
  149.         UPDATE.TX_   History information on updates to WS-TIMER
  150.         DDEML.DL_    Required, but not included.
  151.         SETUPKIT.DL_ Required by setup (Copyright Microsoft)
  152.         VER.DL_      Required by setup (Copyright Microsoft)
  153.         SETUP1.EX_   Required by setup
  154.         WSTIMER.EX_  WS Timer executable file
  155.         ENDTIMER.EX_ This will shut the clock down from a script
  156.         SETUP.EXE    Install program for WS-TIMER
  157.         SETUP.LST    Required by setup
  158.         SETUP.IN_    WS-TIMER setup file (defaults)
  159.         MMSYSTEM.DL_ Multimedia sound DLL (Copyright Microsoft)
  160.         ALARM.WA_    Sample sound file
  161.         ROOSTER.WA_  Sample sound file
  162.  
  163.         Explanation of the contents of WSTIMER?.INI:
  164.  
  165.         1           Current day's hours
  166.         2           Current day's minutes
  167.         3           Current day's seconds
  168.         1           Current period's hours
  169.         2           Current period's minutes
  170.         3           Current period's seconds
  171.         100         Lifetime hours
  172.         2           Lifetime minutes
  173.         3           Lifetime seconds
  174.         2449873     Julian day for last logon
  175.         520         Number of calls
  176.         2449900     Julian day for next starting period
  177.  
  178.  
  179.  
  180.         Copyright (c) 1993, Lou's Software Development        Page 3
  181.  
  182.  
  183.  
  184.         Explanation of the contents of SETUP.INI file:
  185.  
  186.         3         The stay-on-top window choice
  187.         0         Horizontal position of the stay-on-top clock
  188.         9870      Vertical position of the stay-on-top clock
  189.         99        Period type variable
  190.  
  191.         Explanation of the contents of ALARM.INI, if one was created  via 
  192.         the alarm setup.
  193.  
  194.  
  195.         Copyright (c) 1993, Lou's Software Development        Page 4
  196.  
  197.