home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD4.iso / zipdat / 3724 / 3724.txt next >
Text File  |  1999-08-02  |  5KB  |  155 lines

  1. =======================================
  2.    TimeBatteries v1.0
  3.    by Yi-Hsien Doo
  4.    Copyright 1999
  5.    yhdoo@hotmail.com
  6. =======================================
  7.  
  8.  
  9. Battery indicators to help you monitor, manage, and appreciate 
  10. your time and life.  
  11. PocketC runtime-only application is required (included).
  12.  
  13.  
  14. Files included:
  15. ===============
  16.  
  17.   TimeBatteries.prc  The TimeBatteries program stub.
  18.   TimeBatteries.pdb  The TimeBatteries shareware applet.
  19.   Readme.txt         This file.
  20.   TBat.txt           The file for Memo Pad to enter your data.
  21.   PocketC.prc        The PocketC application, freeware runtime-only 
  22.                      version.  For more information, please go to: 
  23.                      http://www.orbworks.com/
  24.  
  25. Installation
  26. ============
  27.  
  28. 1.  HotSync the following program files into your Palm:
  29.  
  30.     TimeBatteries.prc
  31.     TimeBatteries.pdb
  32.     PocketC.prc
  33.  
  34. 2.  Import the TBat.txt file into your Memo Pad or create a 
  35.     new memo in Memo Pad with the following lines:
  36.  
  37.     TBat
  38.     19630401
  39.     College
  40.     19980908
  41.     20020628
  42.     Vacation
  43.     19990623
  44.     19990902
  45.  
  46. The instruction on how to customize this TBat file is given below.
  47.    
  48. You can run the program from PocketC, or directly by tap on the
  49. TimeBatteries icon.
  50.  
  51.  
  52. Battery Indicators
  53. ==================
  54.  
  55. Battery #1 shows how many years you have left until you are
  56.    80 years old.
  57. Battery #2 shows how many years you have left until you retire 
  58.    at age 62.
  59. Battery #3 shows how many days you have left until your next
  60.    birthday.  TimeBatteries will send you a secret greeting on your
  61.    birthday.  :-)
  62. Battery #4 shows how many days are left until next New Year's Day.
  63. Battery #5 shows the time remaining this week.  The tick on
  64.    the battery indicates when weekend starts (at 5pm on Friday).
  65. Battery #6 shows the working hours remaining today.
  66.    The working hours starts at 8am and ends at 5pm everyday Monday 
  67.    through Friday.  The ticks on the battery indicate the lunch 
  68.    hour from noon to 1pm.  During off working hours, #6 Battery 
  69.    shows the time remaining until the start of next working hours.
  70.    During the weekend, #6 Battery shows the time remaining until 
  71.    the start of next week.
  72. Battery #7 shows first user-defined data.
  73. Battery #8 shows second user-defined data.
  74.  
  75.  
  76. Screen Refresh and Quotation
  77. ============================
  78.  
  79. The screen is refreshed approximately every 60 seconds.
  80. A new quote is displayed at the bottom of the screen every 
  81. time you start TimeBatteries or when the screen is refreshed.
  82.  
  83.  
  84. TBat File Format
  85. ================
  86.  
  87. The TBat file is used to specify your birth date and to set up the 
  88. user-defined batteries (#7 and #8).
  89.  
  90. 1. The first line in the TBat file must be the word: TBat.
  91. 2. The second line is your birth date in the yyyymmdd format.
  92.      yyyy = the year you were born.
  93.        mm = the month you were born.
  94.        dd = the day you were born.
  95.     For example, April, 1, 1963 => 19630401
  96. 3. The third line is the name of the first user-defined 
  97.    battery (Battery #7).
  98. 4. The fourth line is the date in the yyyymmdd format that
  99.    specifies the beginning date of the time period you want
  100.    to monitor with Battery #7.  This date should be earlier 
  101.    than today.
  102. 5. The fifth line is the date in the yyyymmdd format that
  103.    specifies the ending date of the time period you want
  104.    to monitor with Battery #7.  This date should be later
  105.    than today.
  106. 6. The sixth line is the name of the second user-defined 
  107.    battery (Battery #8).
  108. 7. The seventh line is the date in the yyyymmdd format that
  109.    specifies the beginning date of the time period you want
  110.    to monitor with the Battery #8.  This date should be earlier 
  111.    than today.
  112. 8. The last line is the date in the yyyymmdd format that
  113.    specifies the ending date of the time period you want
  114.    to monitor with the Battery #8.  This date should be later
  115.    than today.
  116.  
  117. Please make sure you have the TBat file in your Memo Pad and the
  118. numbers are in the correct format and in the correct order before 
  119. you run TimeBatteries.
  120.  
  121.  
  122. Registration
  123. ============
  124.  
  125. Registration fee is $5.14. Please pay for your use of this program via 
  126. PalmGear:
  127.  
  128. http://www.palmgear.com/
  129.  
  130. Or send $5.14 to:
  131.  
  132. Yi-Hsien Doo
  133. 15 Eagle Point
  134. Irvine, CA 92604
  135.  
  136. Registered users are entitled to support and free upgrades.
  137. Thank you for supporting the Palm shareware community.
  138.  
  139. Please send all suggestions, comments, and bug reports to Yi-Hsien Doo at
  140. yhdoo@hotmail.com.
  141.  
  142.  
  143. Legal:
  144. ======
  145.  
  146. This software is provided as is, with no guarantee of fitness for any
  147. particular task. The user assumes all responsibility for its use.
  148.  
  149. Acknowledgment
  150. ==============
  151.  
  152. Special thanks to JD, ED, and SD for their inspiration, patience,
  153. and support.
  154.  
  155.