If you are going to use any reasonably sophisticated technology you first must learn that technology. Don't just blindly copy things without understanding them. Monkeys mastered that thousands of years ago. Apparently techies haven't caught
up to our co-species.
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run "c:\temp\devcon enable @SCSI\DISK&VEN_WDC&PROD_WD10EZEX-08WN4A0\4&39693902&0&030000",True
objShell.Run "c:\temp\devcon enable @SCSI\DISK&VEN_WDC&PROD_WD10EZEX-08WN4A0\4&39693902&0&040000",True
Don't copy - learn. Use PowerShell
PowerShell:
c:\temp\devcon enable "@SCSI\DISK&VEN_WDC&PROD_WD10EZEX-08WN4A0\4&39693902&0&030000"
c:\temp\devcon enable "@SCSI\DISK&VEN_WDC&PROD_WD10EZEX-08WN4A0\4&39693902&0&040000"
\_(ツ)_/