all groups > dotnet myservices > october 2005 >
You're in the

dotnet myservices

group:

executing an external file from windows services



executing an external file from windows services H
10/27/2005 7:16:05 AM
dotnet myservices: I'm using System.Diagnostics.Process... to call a .bat file in a windows
application - and it works.
When i try the same piece of code in a windows services it does not work???

what am i doing wrong?

Thanks

Re: executing an external file from windows services Lee Gillie
11/8/2005 11:24:00 AM
Look for hints in the "does not work" indicator you get.
Localsystem account, the default for services, has very limited
authority. Does your service need to logon as a domain user instead?

[quoted text, click to view]
AddThis Social Bookmark Button