文件名称:开机启动任意程序_VC
文件大小:42KB
文件格式:ZIP
更新时间:2012-10-24 04:52:46
开机启动 任意程序 VC
It can start up to 127 programs of your choice. The started programs behave like Windows services in that they will be running in the background without the user having to log into the machine. A user cannot kill the programs started by this service without proper privilege unless, of course, the machine is shutdown. You can test and debug your programs outside of the Windows service. For example, you can run your programs in the Visual Studio debugger and step into the source code to find bugs, etc. When it is "bug free," you can deploy it in production, starting it from the Windows service. You can run a broad range of programs using this service, including .NET programs, VB scripts and batch files. This service has been used by the open source world to run numerous Java programs.
【文件预览】:
XYNTServiceProject
----XYNTService.dsp(4KB)
----XYNTService.vcproj(5KB)
----XYNTService.exe(76KB)
----XYNTService.ini(253B)
----XYNTService.sln(879B)
----XYNTService.cpp(20KB)