Wed Sep 16, 2009 9:26 am
OK I've already configured automatic notification printing completed....
Instruction
1 create file "logstatus.cmd " to dude folder c:\dude\logstatus.cmd
content of file below........
set dir=c:\dude
del c:\dude\status.txt
echo THAI Domestic Network Report >> c:\dude\status.txt
echo Date : %1 >> c:\dude\status.txt
echo Status : %2 >> c:\dude\status.txt
echo Please take action and resolve problem urgently. >> c:\dude\status.txt
echo Maintenace by BKKVN-N >> c:\dude\status.txt
print /d:\\ws300300\HP c:\dude\status.txt
rem pause
rem %1 is ....date time event
rem %2 is ....service status
rem \\ws300300\hp is .....Printer device ; share or local device
2 setup sharing printer or local printer depend on "print command"
3.setup print status notification type execute locally detail as picture below....
have a good job....
You do not have the required permissions to view the files attached to this post.