On 5/14/07, Garry Bettle <[EMAIL PROTECTED]> wrote: > I'm running a schedule program (FYI, PyCron) to run a *.bat file at a > predetermined time. The problem is that if I Remote Desktop to that > computer, I can't "see" the commandbox running - it doesn't appear in > the taskbar at the bottom of the remote desktop.
Is PyCron running as a service in the background, or is it running as a foreground task with a user logged into the machine? If the former, the service normally does not have a desktop presence, just as you don't see the other dozen services running on your machine. You'll need to check with your documentation to determine if there's a means to tell it that it has permission to interact with the desktop and how to expose the UI. If there's a logged in user, the default behavior of Terminal Services client is to log into a separate session. If you want to view the "console" session - the one that's running on the machine, you need to specify that. Where that checkbox is depends on the version of the client, I believe. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

