RE: Anyone know a utility that triggers an action ...?
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <63455F9886214024A9D4D0E8EC79C60A@extensa> |
Unless you want the batch file to run the moment that specified file comes into existence, you can always use Windows Scheduler to check the folder at a given frequency. Using a batch file, the DIR command will give rise to ERRORLEVEL value which can be used for doing what you want. Skand Bhargava -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thursday, November 30, 2017 6:58 AM To: [email protected] Subject: [blat] Anyone know a utility that triggers an action ...? Need to monitor a folder and Run a batch file with blat once a file with certain name and/or extension is stored therein. Any suggestions?