Dim FSO

   Set FSO = Wscript.CreateObject("Scripting.FileSystemObject")

'delete as appropriate below. First is for creation on local, second is for creation on remotes

   FSO.CreateFolder("C:\helm.config")
   FSO.CreateFolder("\\192.168.1.32\c$\helm.config")

   Set FSO = Nothing
