| Author |
how to set .exe file as windows services?
|
jagrutkumar dalwadi
Ranch Hand
Joined: Mar 26, 2009
Posts: 75
|
|
how to set .exe file as windows services?
Please give some view on this.
|
 |
Jeremy Carter
Greenhorn
Joined: Dec 10, 2011
Posts: 4
|
|
Use srvany.exe and instsrv.exe
Check out:
http://support.microsoft.com/kb/137890
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3050
|
|
|
Moving to General Computing.
|
 |
nagarjuna borra
Ranch Hand
Joined: Jan 14, 2012
Posts: 41
|
|
use sc.exe,defualt utility that come with windows.
this will do what you want:
sc.exe create binpath= path_of_exe_file
for help:
sc.exe create /?
|
 |
 |
|
|
subject: how to set .exe file as windows services?
|
|
|