We recently upgraded to Windows 7 and installed VC 6.1.9. Our executables that we used to run in background work, but we can no longer see the jobs behind them unless we run them in foreground. We don't like to keep the server logged in all the time just so we can see these jobs. It worked great in XP...if we needed to see why a job wasn't completed, we'd just log into our Windows 7 user and see what the problem was. Now, they are invisible. The task we are running is Execute and it's a batch file to launch the app.
In an Execute Script task, we run a VBS script and that fails right away in background. The error is btnRunJob was called...not found. If I cut and paste the filepath and log into Windows 7 with the same user id and run it, it works fine.