Hi Guys-
Really new to vb scripting.
Trying to run a command prompt within vb script.
Dim fso,f,ext,firstChar,numOfPics,workingFolder,newFileName
workingFolder = "."
numOfPics = 0
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(workingFolder)
For Each file In...
Hi Guys-
Really quite new to vb scripting,
I'm trying to set up a command prompt within a vb script.
Dim fso,f,ext,firstChar,numOfPics,workingFolder,newFileName
workingFolder = "."
numOfPics = 0
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(workingFolder)
For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.