Anyone know a utility that triggers an action ...?

"'Mike Mattos' [email protected] [blat]" <[email protected]> Thu, 30 Nov 2017 07:54:03 -0500
Newsgroups gmane.mail.blat
Message-ID <[email protected]>
If using DIR make sure to check the file size isn’t zero!   

 

From: [email protected] [mailto:[email protected]] 
Sent: November 29, 2017 11:02 PM
To: [email protected]
Subject: RE: [blat] Anyone know a utility that triggers an action ...?

 

  

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?