Greetings and sorry for my dumb question.
Want to subject a removable usb mass storage device for repeated S1/S2/S3 tests using scripts.
Tried script examples listed here as a batch file:
http://www.passmark.com/forum/showthread.php?t=2616&highlight=scripting
#############################################
#Test sleep
#############################################
LOG "Sleep S1 D 60 start"
SLEEP 10000
EXECUTEWAIT "Sleeper.exe" -S1 -R 60 -N 1
SLEEP 60000
LOG "Sleep S1 R 60 complete"
but, got error message saying:
'LOG' is not recognized as an internal or external command, operable program or batch file.
Same message as above for 'SLEEP', 'EXECUTEWAIT'.
Please help me with where to get started like scripting language or software package other than files included in sleeper.zip that I need to learn/have.
Thanks in advance.
Want to subject a removable usb mass storage device for repeated S1/S2/S3 tests using scripts.
Tried script examples listed here as a batch file:
http://www.passmark.com/forum/showthread.php?t=2616&highlight=scripting
#############################################
#Test sleep
#############################################
LOG "Sleep S1 D 60 start"
SLEEP 10000
EXECUTEWAIT "Sleeper.exe" -S1 -R 60 -N 1
SLEEP 60000
LOG "Sleep S1 R 60 complete"
but, got error message saying:
'LOG' is not recognized as an internal or external command, operable program or batch file.
Same message as above for 'SLEEP', 'EXECUTEWAIT'.
Please help me with where to get started like scripting language or software package other than files included in sleeper.zip that I need to learn/have.
Thanks in advance.
Comment