Announcement

Collapse
No announcement yet.

".bits" scripts for BurnIn V6.0 Pro doesn't run when using DOS commands

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

  • ".bits" scripts for BurnIn V6.0 Pro doesn't run when using DOS commands

    Hi

    I am not able to execute a script for BurnIn Test 6.0 through a DOS command line. Here is the DOS command I enter.

    > bit.exe -s "Script1.bits"

    where Script1.bits is

    # Load script
    LOAD "PassMark_RAM_test_1min.bitcfg"
    SETDURATION 1
    RUN CONFIG
    EXIT

    The DOS command just opens BurnIn Test 6.0 but doesnt execute the script as mentioned in the help manual. The script successfully executes if I execute it through the BurnIn Test menu. Both the .bits and .bitcfg files are in the same directory as bit.exe.

    Am I missing something here?

    I also know that we could use certain command line parameters in the DOS command line interface to start stress with the required configuration. But is there a way(command line parameter) to close BurnIn Test once a test has been completed (similar to the EXIT command in the script file)?

    Thanks

  • #2
    Are you using the final V6 release or some earlier patch?
    What folder are you in when you enter in the command line instruction?
    Did you try using a full path to the Script1.bits file?
    Also try capital -S, I can't remember if lower case was acceptable.

    Comment

    Working...
    X