Search found 1 match

by priyakumar
Wed Jun 13, 2007 2:45 am
Forum: FileWatcher Support
Topic: How to run filewatcher as a service
Replies: 1
Views: 10485

How to run filewatcher as a service

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 :( ?