vbscriptbatch-fileiso-image

Extract ISO using vbscript


Today's problem is this:

I need to extract an ISO image file for windows updates using VBScript. Reason for using VBScript is because everything in on stand-alone systems, and I'm trying to automate the process by making scripts.

That ISO file will be on a CD/DVD, via D:

If it is possible and anyone can help me, that would be awesome!

Although, if it is not possible, could it be done using standard windows command line, using a batch file?


Solution

  • VBScript provides no function for extracting ISO images. And as @rojo already said in his comment: why would you burn an ISO image on a CD as a file in the first place? You don't gain anything by doing this. More appropriate procedures are: