I'm trying to script hard disk testing, but I cannot get BurnInTest to skip the OS ( C: ) drive. Is there any way to tell it to NOT test a drive?
Here is my script:
Here is my script:
Code:
UNSETTEST 2D UNSETTEST 3D UNSETTEST CPU UNSETTEST MEMORY UNSETTEST NETWORK SETDISK ALL NO SETDISKDESTRUCTIVE DISK 1 MODE SEEKING DUTY 15 SETTEST DISK UNSETTEST CD UNSETTEST SOUND SETTEMP AUTO no SETDURATION .25 SETLOG LOG YES TIME no NAME "C:\BitDeploy\Output\HDD.txt" REPORT TEXT LOGLEVEL NO TRACELEVEL No STARTLOGGING RUN CONFIG
Comment