Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
How can I write a JScript script (w3_firstname_lastname.js) that takes two parameters to do the following:
How can I write a JScript script (w3_firstname_lastname.js) that takes two parameters to do the following:
1) I have to list all file names, size, date created in the given folder
2) Parameter1 = Root Folder name
Parameter2= File size
How do I get the script to check and validate the folder name, and the size?
How do I get the script to loop until it finds all files greater than the specified size?
3) How do I save the list into a file "Results.txt" using the redirection operator or by creating the file in the script?
4) How can I include comment block in all my codes?
Sorry for all of the questions but I am a true newbie and have no clue how this works, help pleas!!!