View Single Post
  #1  
Old 08-26-2004, 02:03 AM
jnapier jnapier is online now
Registered User
 
Join Date: 07-29-2003
Posts: 32
Scheduled Task Does nothing

I have a scheduled task to Run a viual build script. I have tried creating this task with the "Create Scheduled Task" command in VisualBuild and manually through the command line.

The task will start as expected and launch VisualBuild but the process does nothing. I can view the process with the task manager and it just sits there. I gues it would just sit there forever if I let it. I get no errors and the process just stays in the background doing nothing.

The "Create Scheduled Task" command sets up that task to run with VisBuildPro.exe. I modified the task to use VisBuildCmd.exe and the result is even worse. I never see the VisBuildCmd.exe process start and then the task just ends like it completed successfully. This happens only a few seconds after I ran the task.

Please help. Any reccomendations on schedulers besides the windows service?
Reply With Quote