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