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...