home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Software / vyzkuste / shutdown / README.txt next >
Text File  |  2003-04-04  |  3KB  |  81 lines

  1. Daxtar's Shutdown Timer v1.0.3   -   Apr 03, 2003
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Contacting Author
  5. ~~~~~~~~~~~~~~~~~~
  6.   Email : mb@daxtar.de
  7.   INet  : http://www.daxtar.de/
  8.  
  9.  
  10. Changes
  11. ~~~~~~~~
  12. v0.3 :   - fixed bug with the calculation of hours
  13.  
  14. v0.4 :   - removed icon-blink feature 
  15.          - last enabled timing settings will be saved as default settings in your registry 
  16.          - command line paramter [--enable, -e] will enabled timer at startup 
  17.        
  18. v1.0 :   - shutdown now works on every Win32 Platform (Win2k and XP included)
  19.          - added two different Shutdown methods : PowerOff and Shutdown
  20.          - switched used Registry Calue from HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER
  21.          
  22. v1.0.1 : - Fixed bug with second timer method : at a certain localtime. this caused the
  23.            application to disable all widgets
  24.  
  25. v1.0.2 : - On some boards PowerOff and Shutdown made no difference
  26.          - Added "Reboort Now" and "PowerOff Now" to the TrayIcons's contextmenu
  27.          
  28. v1.0.3 : - Fixed bug of automate startup with shutdown at a certain time
  29.            Problem occured at times with less then one digit, which where stored
  30.            wrongly in the registry (ThanX to Henry)
  31.            
  32.  
  33.  
  34.  
  35. Installation
  36. ~~~~~~~~~~~~~
  37. This program is a stand alone exe, so copy it in your favorite
  38. tool's place and create a link in your startup folder.
  39.  
  40.  
  41. Description
  42. ~~~~~~~~~~~~
  43. The Application docks at your system tray, just look for the
  44. shutdown icon nearby the time on the taskbar. Left-klick it to
  45. open the user interface, right-klick it to enter the user menu,
  46. hold mouse to view the current status as hint.
  47.  
  48.  
  49. User Interface
  50. ~~~~~~~~~~~~~~~
  51. The user interface is divided into the sections OPTIONS and ACTION.
  52. - First you have to choose weather you want to shutdown, reboot or
  53.   logoff your windows system. Next you select the time of that action.
  54. - Either you choos to exit windows in a specified amount of minutes or
  55.   hours (0 will lead to instant exit !!!) or to exit windows at an 
  56.   spezial time.
  57. - You can choose to destroy those processes which don't respond
  58.   the friendly sent terminate signal at shutdowntime with the
  59.   force option (enabled by default :-)
  60.  
  61. Once you enabled the Timer, the current settings are stored in your registry at
  62. HKEY_CURRENT_USER\Software\Redox\Shutdown, the following values are created : 
  63. - action (0=PowerOff, 1=Shutdown 1=Reboot, 3=Logoff) 
  64. - force (0=force active, 1=don't force) 
  65. - command (e.g. "a1000" means "at 10:10 localtime", "i2h" means "in two hours") 
  66.  
  67.  
  68. Command Line Parameters
  69. ~~~~~~~~~~~~~~~~~~~~~~~~~
  70.   [--enable, -e] : Timer is enabled immediately 
  71.  
  72.  
  73. User Menu
  74. ~~~~~~~~~~
  75. Choose to
  76.   - Poweroff Now
  77.   - Reboot Now
  78.   - Destroy this Application
  79.   - Start / Stop timer
  80.   - Get an Info Window
  81.