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 Chriss Miller 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. at1knowitall

    trying to add an HTML file to an existing HTML

    I have a forms drop down file and a go button that I have put in its own file (Formsmenu.html) and I want to include the formsmenu.html file in each of my webpages in a certain spot, but I can't call the file. Any suggestions. Thanks, Mark
  2. at1knowitall

    I get an error if the directory is empty and it stops running

    I get an error if any of the three directories are empty, is there a way to skip over the movefile if the directory is empty? Thanks, Mark Dim fso Set fso = CreateObject("Scripting.FileSystemObject") fso.MoveFile "\\whdb\new\*.*", "\\whdb\admin" fso.MoveFile "\\whdb\new1\*.*", "\\whdb\admin"...
  3. at1knowitall

    Move multiple files from multiple locations to a single directory

    I am needing to move files from \\whdb\new, \\whdb\new1 and \\whdb\new2 to \\whdb\admin directory. If anyone can help that would be greatly appreciated. Thanks, Mark

Part and Inventory Search

Back
Top