I need a batch file that will take two arguments ‘rootdirectory’ and ‘junkdirectoryname’. It should search ‘rootdirectory’ and all its subdirectories and delete all directories named ‘junkdirectoryname’ on all levels. It should also error check inthe begining that both arguments were provided and ‘rootdirectory’ exists.