home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Help_Files / Readme.txt < prev    next >
Encoding:
Text File  |  2001-10-20  |  7.4 KB  |  212 lines

  1. WinCron Version 3.1 README.TXT
  2.  
  3. This software is copyright (C) 1996-2001, Luke S. Tomasello.
  4. All Rights Reserved.
  5. luke@tomasello.com
  6. http://www.wincron.com/
  7.  
  8. ------------------------------------------------------------------------
  9.  
  10. ---- Contents ----
  11.  
  12.  
  13.     Introduction
  14.     Installing WinCron
  15.     Registering WinCron
  16.     Contacting the Author
  17.     Online Support
  18.     Documentation
  19.     Known Problems and Limitations
  20.  
  21.  
  22. ---- Introduction ----
  23.  
  24. Welcome and thank you for considering WinCron for your Windows automation needs.
  25. WinCron is a graphical automation tool Designed to make scheduling background tasks a breeze.
  26.  
  27. WinCron has a small yet powerful scripting syntax that allows the creation of both background tasks and foreground reminder scheduling.
  28.  
  29. The powerful Reminder built into WinCron has a snooze button with lots of presets; 5 min, 10 min, etc..
  30.  
  31. Remember to check the WinCron web page from time to time to pick-up any updates. 
  32. http://www.wincron.com/
  33.  
  34. ---- Installing WinCron ----
  35.  
  36. Installing WinCron is easy with the very powerful InstallShield and WinZip software.
  37. Simply launch the self-extracting WinCronXX.exe file and follow the prompts. Soon WinCron will be fully installed and ready to use.
  38.  
  39.  
  40. System Requirements
  41.  
  42.  
  43. WinCron is a 32-bit application that runs on Windows 95, Windows 98, 
  44. Windows NT and Windows 2000
  45.  
  46. The full WinCron installation requires approximately 260 KB of disk
  47. space.
  48.  
  49.  
  50. ---- Registering WinCron ----
  51.  
  52.  
  53. In order to ensure you get the best support, register your copy of WinCron now.
  54.  
  55. To register WinCron, please visit:
  56. http://www.wincron.com/
  57. Also, some web sites that make WinCron available also support on-line registration.
  58.  
  59.  
  60. ---- Contacting Tomasello Software ----
  61.  
  62.  
  63. Send Feedback            feedback@wincron.com
  64. Register WinCron        http://www.wincron.com/
  65. WinCron Home Page        http://www.wincron.com/
  66. Users Guide                http://www.tomasello.com/software/wincron/users_guide.htm
  67.  
  68. ---- Online Support ----
  69.  
  70.  
  71. WinCron provides 30 days free technical support from the date of your first request for technical support. To get technical support, send your e-mail questions to 
  72. support@wincron.com
  73.  
  74.  
  75. ---- Documentation ----
  76.  
  77. WinCron is surprisingly easy to learn and use. (Which means a great deal of documentation is not needed.)
  78. http://www.tomasello.com/software/wincron/users_guide.htm
  79.  
  80.  
  81. License information
  82.  
  83.  
  84. Please read the file LICENSE.TXT for the WinCron license information.
  85.  
  86.  
  87. ---- *************** ----
  88. ---- VERSION HISTORY ----
  89. ---- *************** ----
  90.  
  91. ---- New Features and bug fixes in version (3.1) ----
  92.  
  93. 1. Add SendKeys plugin (tg_sendkeys)
  94. 2. SendKeys sample script (sendkeys_basic_test.tg)
  95. 3. New FindWindow and SetForegroundWindow directives
  96. 4. Add new DIB write routine dibWriteBMP (tg_image)
  97. 5. Add new -start -top directive
  98. *. Bug fixes
  99.  
  100. ---- New Features and bug fixes in version (3.0) ----
  101.  
  102. 1. begin ship of tg_image, tg_string, tg_wsftp (tg_ftp), tg_cscript
  103. 2. Add new parms to dibCrop and dibWriteJPG - now allows spec of clipping area
  104. 3. New string library that has many parsing functions
  105. 4. moved tg_ftp -> tg_wsftp. Create new BASIC tg_ftp (subset of tg_wsftp.)
  106. 5. Added tg_cscript (an embedded C interpreter) to the product
  107. 6. Extended tg_cscript with Environment functions so data can be passed
  108. 7. Add handler for WM_TIMECHANGE. Currently only displays message
  109. 8. Fix bug: added double quotes to the "%EMAIL_PROFILE%" env var in mail_basic_test.tg
  110. 9. New .tg files and updates for tg_image, tg_string, tg_ftp, and tg_cscript
  111.  
  112. ---- New Features and bug fixes in version (2.0) ----
  113.  
  114. *) The changes are just too numerous to mention. 
  115. Here are just some of the new features:
  116.  
  117. 1. WinCron can now be run as a system service in either a USER or SYSTEM account.
  118. 2. WinCron now supports PROXY mode where two or more WinCron applications can communicate. A client WinCron can communicate with a PROXY WinCron running in a USER account.
  119. 3. Exception handling
  120. 4. Native support for FTP (WS_FTP client required.)
  121. 5. Supports sending mail through MAPI (SMTP mail)
  122. 6. Subroutines
  123. 7. Access to environment variables and persistent variable store.
  124. 8. Lots of sample scripts.
  125. 9. Online bulletin boards for technical support.
  126.  
  127. ---- New Features and bug fixes in version (1.12.2) ----
  128.  
  129. 1. Revamp threading model to be more efficient.
  130. 2. Fix bug in 'stop-processing' (stop button) that would crash WinCron
  131.  
  132. ---- New Features and bug fixes in version (1.12.1) ----
  133.  
  134. 1. Add double quote processing to command parser. 
  135.     This change fixes a problem when path names contain spaces.
  136.  
  137. ---- New Features and bug fixes in version (1.11) ----
  138.  
  139. 1. Add -kill switch to the -action to kill a -name'd job
  140. 2. fix a bug in registration id generation and display of id in aboutbox.
  141. 3. Update help document to clarify the need for -inc when you use -time
  142. 4. fix double job excution on subsequent clock ticks.
  143. 5. fix increment logic for -skip and -constrain. See #1 above
  144. 6. fix -load <wildcard> to load all scripts that match instead of one per tick 
  145. 7. fix Y2K bug by not assuming 1900 century
  146. 8. Delete job now destroys outstanding Reminders.
  147.  
  148. ---- New Features in version (1.10) ----
  149.  
  150. 1. Add -temp switch to the -action -load directive to cause the script loaded to
  151.     be deleted. Also accept wild card specs for the file to load.
  152. 2. Add -shell switch to the -command directive. This is used for launching document types
  153.  
  154. ---- New Features in version (1.9) ----
  155.  
  156. 1. add many time / date macros
  157.  
  158. ---- New Features in version (1.8) ----
  159.  
  160. 1. add -action -logfile
  161. 2. Add -name statement to name jobs. Job names are now output in triggers.
  162. 3. also: publish -action -path and -action -debug ffffffff
  163.  
  164. ---- Bugs fixed in version (1.7) ----
  165.  
  166. 1. Fix 24 hour time bug by appending a space to string to signal parser
  167. 2. Don't display 'Trigger' messages when we are 'skipping' today
  168.  
  169. ---- Bugs fixed in version (1.6) ----
  170.  
  171. 1. Fix conversions to military time (fetch date/time 'picture spicifiers' and 
  172.     delimiters dynamically from the system.)
  173. 2. Add Web based help
  174.  
  175. ---- New features in version (1.5) ----
  176.  
  177. 1. WinCron can now be run as an NT system service.
  178. 2. Support was added to run in the system-tray. This makes WinCron available even when hidden.
  179.  
  180. ---- New features in version (1.4) ----
  181.  
  182. 1. Add the -skip statement for 'day skipping'
  183. 2. Fix crashing bug when -load'ing a corrupt script
  184.  
  185. ---- New features in version (1.3) ----
  186.  
  187. 1. commands are no longer case sensitive
  188. 2. three new -action commands: -show, -hide and -load 
  189. 3. -stop command now accepts optional argument, defaults to now.
  190. 4. two new -command modes: -wait and -detach
  191. 5. -hide processing added to commandline
  192. 6. -load procressing added to commandline (same as -f)
  193.  
  194. ---- Things fixed in the version (1.2) ----
  195.  
  196. 1. There was a hendle leak due to the use of the C-RUNTIME function _spawnxx() when the _P_NOWAIT was used.
  197. We now call ::CloseHandle() on the return value from this function.
  198.  
  199. ---- Things fixed in the version (1.1) ----
  200.  
  201. 1. There has been some confusion when using the StartButton.
  202. The StartButton has been changed to run any loaded scripts (Loaded via the LoadButton.)
  203. The Start button will no longer re-run the script specified on the command line automatically.
  204. (The script specified on the commandline now acts exactly like any other script loaded through the LoadButton on the main screen.)
  205.  
  206.  
  207. ------------------------------------------------------------------------
  208.  
  209.  
  210.  
  211.  
  212.