I dont understand this line of vbs code for wsh.
Set fso = CreateObject("Scripting.FileSystemObject")
the filesystemobject already exist, so why do you need to put the "createobject" thing there?
Set fso = CreateObject("Scripting.FileSystemObject")
the filesystemobject already exist, so why do you need to put the "createobject" thing there?
Comment