Question: 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
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) Optionally, you can 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
This needs to be saved as js. Also I am new at this and need to know where to out in the folder I want to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
