Right now I just have a script that will create a SUB DOMAIN folder based on the .html file but really at a loss from there.
Dim fso
Dim Folders
Dim CurrentFolder
Dim Files
Dim NewFolderName
Dim TruncatedFileName
Set fso = CreateObject("Scripting.FileSystemObject")
Set MainFolder =...
I am trying to move some files around and rename them, my files are specifically;
SUB_DOMAIN
index.htm
SUB_FOLDER1
index.htm
SUB_FOLDER2
index.htm
SUB_FOLDER3
index.htm
SUB_FOLDER4
index.htm
SUB_FOLDER5
index.htm
SUB_FOLDER6
index.htm
There are hundreds of SUB_DOMAINS all different city...
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.