Hi,
I have created a executable that gets deployed as a windows service
via Installshield..
This exe calls a bat file internally to launch a java application..
The problem i'm facing is it does not start the bat file when the
service gets started from services menu..it calls the bat file when
executed outside the purview of the service..
The bat file and the exe are on the same folder..
The path to this folder is added to path env var..
Please tell me what could be wrong..
Thanks,
NKH