Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HEMICharger

    Rename and move file based on user input

    If I knew you, I'd buy you a beer. Thanks, I appreciate the help.
  2. HEMICharger

    Rename and move file based on user input

    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 =...
  3. HEMICharger

    Rename and move file based on user input

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

    Rename and move file based on user input

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

Part and Inventory Search

Back
Top