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
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
Comment