Page 1 of 1

Watched folder files are .cmd to run?

Posted: Mon Aug 29, 2011 11:22 pm
by jkwilliams08
On the "2-Action" tab what are the command and parameters if the folder to watch will contain the actual .cmd or .bat files which I want to run? I tried COMMAND: "c:\windows\system32\cmd.exe" with PARAMETERS: "%FILE%. This did not work.

Re: Watched folder files are .cmd to run?

Posted: Tue Aug 30, 2011 4:44 pm
by DataMystic Support
You need to lookup the help for CMD.EXE. I believe it is:

Code: Select all

c:\windows\system32\cmd.exe /C %FILE%