I have a power shell script.
it zips a file and send it across.
i want my script to automatically perform this step when time stamp of that file gets updated.
can i do it with help of a trigger or something.
Thanks.
*this is urgent and suggestions will be highly appreciated.
Maheshtyagi,
Welcome to the forum.
At first Iād like to comment on that:
On stackoverflow there is an answer that applies actually to all peer to peer forums where you expect others to voluntarily help you with your challenges. Please read it carefully.
You could use either a recurring scheduled task running every few minutes and check the time stamp or you may use a FileSystemWatcher
.
1 Like