Jump to content

lookingout4it

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by lookingout4it

  1. 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 folder2) Parameter1 = Root Folder nameParameter2= File sizeThe script should check and validate the folder name, and the size The script should loop until find all files greater than the specified size3) 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 codesSubmit your week 3 work in w3_firstname_lastname.zip This is what was given to me for an assignment this week.. i do have part of a script built that get me file type, size and date modified, but I am not sure what to do with this. some assistance would be greatly appreciated! thank you!
×
×
  • Create New...