| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
VB.NET - Windows 2000 Service - Exe
|
Original Message
|
Name: Infinite Recursion
Date: June 1, 2004 at 08:47:55 Pacific
Subject: VB.NET - Windows 2000 Service - ExeOS: Win2kCPU/Ram: 512 |
Comment: I'm trying to create a service that executes an application on certain interval. The service itself is created and runs on the intervals specified, however, it is not executing the other program. I tried the following VB.NET code to run another application from within the service, but to no avail... Shell(EXEFILE) and System.Diagnostics.Process.Start(EXEFILE) Where EXEFILE is the path of my executable... Does anyone have any ideas on how i can run the executable from within the service? thanks. Chris
Report Offensive Message For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home