aspose file tools
The moose likes General Computing and the fly likes how to set .exe file as windows services? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "how to set .exe file as windows services?" Watch "how to set .exe file as windows services?" New topic
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
    
    1

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 /?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to set .exe file as windows services?
 
Similar Threads
Java executable
Get File Version
How to convert java file to .exe file.
How to run tomcat
Invoke exe from java