Hello
I have come across this software which i beleive it will help with my automating of my PC as a Personal Video Recorder (PVR) due to the wakeup in number of seconds feature.
What i need to understand is the Command Line syntax as it does not seem to work e.g.
"F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe" sleeper –S3 –D 60
or is it
"F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe" –S3 –D 60
These two lines are taken from shortcut settings. Also when i add the same syntax to my VB6 programme e.g.
strPVR = "F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe sleeper –S3 –D 60"
it still does not work.
Am i doing something wrong???
Many thanks
Mike
I have come across this software which i beleive it will help with my automating of my PC as a Personal Video Recorder (PVR) due to the wakeup in number of seconds feature.
What i need to understand is the Command Line syntax as it does not seem to work e.g.
"F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe" sleeper –S3 –D 60
or is it
"F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe" –S3 –D 60
These two lines are taken from shortcut settings. Also when i add the same syntax to my VB6 programme e.g.
strPVR = "F:\C DRIVE\Download\_PassMark Sleeper\Sleeper.exe sleeper –S3 –D 60"
it still does not work.
Am i doing something wrong???
Many thanks
Mike
Comment