PDA

View Full Version : Scheduled Tasks


gmichaud
05-04-2004, 07:43 AM
Hello,

I'm using the scheduled task that Visual Build configured for me to build my project twice a day. When a failure occurs, the Visual Build process keeps running and I need to stop it manually or configure a timeout in the scheduled task configuration.

Am I doing anything wrong?

kevina
05-04-2004, 10:57 AM
Use the /s flag in your scheduled task [silent execution], or use the console version of visual build pro [visbuildcmd.exe].

See the "Scheduled Builds", "Gui App", and "Console App" entries in the help file for details on the /s flag and general concepts related to scheduled tasks and optional flags.

gmichaud
05-04-2004, 11:09 AM
Thank you, it worked.

I think however that the Create Scheduled Task should configure it to use VisBuildCmd instead of the GUI version.