Announcement

Collapse
No announcement yet.

Scripting - help needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scripting - help needed

    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.

  • #2
    What program are you trying to use the above script with? BurnInTest I assume? This isn't a DOS script, and it won't work in old versions of BurnInTest.

    Sleeper.exe doesn't have a scripting language, but does have a collection of command line parameters which could be used as part of the DOS script.

    Comment

    Working...
    X