Announcement

Collapse
No announcement yet.

Scripting to unselect a HDD for testing

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

  • Scripting to unselect a HDD for testing

    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:
    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
    Last edited by brianlgrimm; Feb-12-2016, 05:54 PM.

  • #2
    Currently the only way to filter disks from the "ALL" test is by size, using the command line parameter "-N [size in MB]" to exclude disks below the selected size.

    We have the ability to filter out disks based on partition letter on our list to look at for the next major BurnInTest release.
    Last edited by Tim (PassMark); Feb-14-2016, 09:45 PM.

    Comment

    Working...
    X