How to run filewatcher as a service
Posted: Wed Jun 13, 2007 2:45 am
I have created a service as per the instructions given in the help file. The service is running. In the action i have given a bat file to be executed
"@echo off
echo Printing %1
print %1
echo Complete"
I am not able to see the output of this. Can anyone help ?
"@echo off
echo Printing %1
print %1
echo Complete"
I am not able to see the output of this. Can anyone help ?