Sorry, not sure what happened to that code
Do While X = 0
strAnswer = InputBox _
("Please enter a name for your video file:","Create File")
If strAnswer = "" Then
Wscript.Echo "You must enter a file name."
Else
Set objFSO =...
Thanks very much for that info.
I have since modified the script to do one other thing, which is check to see if the filename the user wants to create already exists. But I'm not sure how to make it so that if it is a duplicate file name, it sends them back to the beginning input dialog box to...
I'll first apologize for my lack of knowledge on this subject. I put together a script using examples I found else where, so I'm pretty sure this is not the most efficient way to do what I want.
My program (running on Win Server 2003) creates a video file with the same name every time. We will...
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.