Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Folder Using the Shell ObjectContent of Create a Folder Using the Shell Object.vbsMD5 Hash: E95E6B589066E9E2DDE8B70E563444CE |
||
' Description: Uses the Shell object to create a new folder named C:\Archive.
ParentFolder = "C:\" set objShell = CreateObject("Shell.Application") set objFolder = objShell.NameSpace(ParentFolder) objFolder.NewFolder "Archive" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |