All Forums >> [Scripting] >> WSH & Client Side VBScript >> need help Listing two deffirent directories into HTML Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have here a working script that will list all the files in the given directory into HTML, and then will send it to an email address using the CDO. And the output in the body of the email would be listed in a table that would look something like this: Directory Listing for \\Server001\archive 1 test.zip 3.1MB 2 test2.zip 3.2MB 3 test3.zip 3.0MB
But, I wanted to add another directory te be included in the email, so that I have something like this: Directory Listing for \\Server001\archive 1 test.zip 3.1MB 2 test2.zip 3.2MB 3 test3.zip 3.0MB