- run as a service, not run as an application
- Posted by John Abraham on May 22nd, 2006
How to make a program (PowerPro) to run as a service than run as an
application.
Your kindest most honest response will be appreciated.
------
PIII / 1Ghz / 384mb ram / WinXP Pro Sp2 / AntiVir / Kerio 4.2.1 / Ad-aware /
Spybot / a-squared / Spyware Doctor / Proxomitron / A4Proxy
- Posted by Wesley Vogel on May 22nd, 2006
I just found my post, this one on some Indonesian Blog site. With no credit
I might add. The turkey!
Run a Program as a Service
How To Create a User-Defined Service
http://support.microsoft.com/kb/137890
How To Run Automation Manager as a Windows NT Service
http://support.microsoft.com/kb/193238
Seems to have gone missing...
INFO: Invokable TP Written as an Application to Run as a Service
http://support.microsoft.com/kb/151239
Instrsrv.exe installs and removes system services from Windows NT and
Srvany.exe allows any Windows NT application to run as a service.
Srvany.exe: Applications as Services Utility & Instsrv.exe: Service
Installer are included in...
Windows Server 2003 Resource Kit Tools
http://www.microsoft.com/downloads/d...displaylang=en
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:eYbkYEdfGHA.2416@TK2MSFTNGP03.phx.gbl,
John Abraham <Nobodyknows@unknown.com> hunted and pecked:
- Posted by bionicthumb on May 22nd, 2006
I'm not sure which program you're speaking of as there are many applications
that are known as "PowerPro". However, you can make any application a
service by typing...
"sc create <service_name> binPath= <path_to_executable>"
Example:
sc create MyService binPath= c:\test\MyProgram.exe
Note that the space after "binPath=" is intentional.
"John Abraham" wrote:
- Posted by Wesley Vogel on May 22nd, 2006
Good point.
Type: sc create /? in a command prompt.
See sc create here...
Paste the following line into Start | Run and click OK...
hh ntcmds.chm::/sc.htm
How to Create a Windows Service Using Sc.exe
http://support.microsoft.com/kb/251192
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:19949D90-CAD3-46D9-B294-66C84BEAE1A9@microsoft.com,
bionicthumb <bionicthumb@discussions.microsoft.com> hunted and pecked: