Selects the specified virtual disk by filename and shifts the focus to it. Syntax: SELECT VDISK FILE= NOERR FILE= Specifies ...

    Selects the specified virtual disk by filename and shifts the focus to it.

Syntax:  SELECT VDISK FILE=<"filename"> [NOERR]

    FILE=<"filename">

                Specifies the complete path and filename of an existing 
                virtual disk file.    

    NOERR       For scripting only. When an error is encountered, DiskPart
                continues to process commands as if the error did not occur.
                Without the NOERR parameter, an error causes DiskPart to exit
                with an error code.
Example:

    SELECT VDISK FILE="c:	est	est.vhd"
    SELECT VDISK FILE="c:	est	est.vhdx" NOERR