How to run filewatcher as a service

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
priyakumar
Posts: 1
Joined: Tue Jun 12, 2007 9:05 pm

How to run filewatcher as a service

Post by priyakumar »

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

Post by DataMystic Support »

No - you cannot 'see' the output from a service.

Try using this line:
echo Complete > c:\did_run.txt

and then check for the file 'c:\did_run.txt' to appear.
Post Reply