Watched folder files are .cmd to run?

Discuss our other products here. Get help with installation and running, notify us of bugs, request new features and enhancements.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
jkwilliams08
Posts: 1
Joined: Mon Aug 29, 2011 11:16 pm

Watched folder files are .cmd to run?

Post 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.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Watched folder files are .cmd to run?

Post 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%
Post Reply