|
Home > Archive > FoxPro Help and Support > January 2006 > VFP run as system service
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
VFP run as system service
|
|
|
| Dear All, I am using VFP6, is it possible for application run as a system's
service and avoid user to kill the background running task ? Thanks.
| |
| Josh Assing 2006-01-07, 9:23 am |
| Yes; it's possible. You can use srvany to get it loaded.
There can be no UI for a service; but the user can always kill it with "net stop
<myservice>"
-josh
(I use FireDaemon to run several VFP apps as services)
On Sat, 7 Jan 2006 05:40:03 -0800, "andy" <andy@discussions.microsoft.com>
wrote:
>Dear All, I am using VFP6, is it possible for application run as a system's
>service and avoid user to kill the background running task ? Thanks.
--- AntiSpam/harvest ---
Remove X's to send email to me.
| |
| Lee Mitchell 2006-01-09, 1:24 pm |
| Hi Andy:
There is an example on how to run VFP as a service on
www.universalthread.com. Go to the Download section, choose Visual FoxPro
as the Forum and search for the ID number 13560. The title is "Run a Vfp
exe as a Service."
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/i...cid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Dear All, I am using VFP6, is it possible for application run as a
system's
>service and avoid user to kill the background running task ? Thanks.
|
|
|
|
|