home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="michael_t" data-source="post: 772930" data-attributes="member: 85139"><p><strong>AW: PowerScheduler++ Test Versions - 1.1.7.1 for MP 1.2.0 Beta</strong></p><p></p><p>[USER=107846]pünktchen[/USER]</p><p>Sorry for the last post, I had a browser crash and did not realize that it was already sent.</p><p></p><p>What I meant is:</p><p>As a command you could enter e.g. "<strong>cmd.exe /C <mypath>\mytestprogram.bat</strong>". The argument ("suspend" or "wakeup") is added to the command provided when it is called by PS++. So what is really called is either "cmd.exe /C <mypath>\mytestprogram.bat suspend" or "cmd.exe /C <mypath>\mytestprogram.bat wakeup". In your program code you can query the argument to decide if there is something to do or not:</p><p>[CODE]if %1==suspend (</p><p> echo parameter is suspend > mytestprogram.log</p><p> rem do something...</p><p>) else (</p><p> echo parameter is wakeup > mytestprogram.log</p><p> rem do nothing ...</p><p>)[/CODE]</p><p></p><p>[USER=96572]Expupil[/USER]</p><p>It is not possible for a PC to wakeup from S5. This has nothing to do with PowerScheduler or Windows but is a hardware issue.</p><p></p><p>BTW: Do you use Windows XP or Win7/Vista? For Win7/Vista you should definitifely not use "Hibernate" (S4), because otherwise away mode will not work (Windows feature). Instead you should use "Hybrid sleep" which is a combination of S3 and S4 - it saves data to disk (S4) to survive a possible power loss but regularly resumes from ram (S3) which is very fast.</p><p></p><p>Michael</p></blockquote><p></p>
[QUOTE="michael_t, post: 772930, member: 85139"] [b]AW: PowerScheduler++ Test Versions - 1.1.7.1 for MP 1.2.0 Beta[/b] [USER=107846]pünktchen[/USER] Sorry for the last post, I had a browser crash and did not realize that it was already sent. What I meant is: As a command you could enter e.g. "[B]cmd.exe /C <mypath>\mytestprogram.bat[/B]". The argument ("suspend" or "wakeup") is added to the command provided when it is called by PS++. So what is really called is either "cmd.exe /C <mypath>\mytestprogram.bat suspend" or "cmd.exe /C <mypath>\mytestprogram.bat wakeup". In your program code you can query the argument to decide if there is something to do or not: [CODE]if %1==suspend ( echo parameter is suspend > mytestprogram.log rem do something... ) else ( echo parameter is wakeup > mytestprogram.log rem do nothing ... )[/CODE] [USER=96572]Expupil[/USER] It is not possible for a PC to wakeup from S5. This has nothing to do with PowerScheduler or Windows but is a hardware issue. BTW: Do you use Windows XP or Win7/Vista? For Win7/Vista you should definitifely not use "Hibernate" (S4), because otherwise away mode will not work (Windows feature). Instead you should use "Hybrid sleep" which is a combination of S3 and S4 - it saves data to disk (S4) to survive a possible power loss but regularly resumes from ram (S3) which is very fast. Michael [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
Top
Bottom