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 ?