Create a VBScript script (w2_sharnecia_phillips.vbs) that takes one parameter to do the following
1)List all files names, size, date created in the given folder
2)Parameter = Root Folder name The script should check and validate the folder name
3)save the list into a file "Results.txt" using the redirection operator or by creating the file in the script.
4)Make sure to include comment block (flowerbox) in code. 5)
Sample run:- C:\entd261>cscript.exe w2_sharnecia_phillips.vbs "c:\entd261" >results.txt