Hi,
I am trying to run a Powershell script that will loop through a folder directory which contains sub folders and what I want to do is launch everything within the main folder directory and wait for the user input to continue before launching everything in each sub folders one by one but waiting for the user input before continuing down all the sub folders. So folder A contents are launched, the script waits for the user to say continue, once continue the script launches folder B's contents etc. Once complete down all sub folders, prompt that all files have now been launched.