I’m automating a process and already made a powershell script for that. Now I need to make something which will call that script everytime a new folder has been added to a specific location i.e. a new build is dropped.
What should I use for this. Is WCF too much? And if not, got any leads for that? Any useful links.
Or is another powershell script better for that?
Keep in mind I need to check subfolders too.
Thanks.
Personnaly I’ld use System.IO.FileSystemWatcher
Use this to stop watching event