Create a JScript script (w3_firstname_lastname.js) that takes two parameters to do the following:
1) List all files names, size, date created in the given folder
2) Parameter1 = Root Folder name Parameter2= File size
The script should check and validate the folder name, and the size The script should loop until find all files greater than the specified size
3) save the list into a file "Results.txt" using the redirection operator or by creating the file in the script.
4) Make sure that you include comment block in all your codes