-
windows XP scheduler question
Hello:
I schedule a batch file to run every 5 minutes. It works well, but opens a substantial size window each time which is very distracting at this cadence. Is it possible to have it not open an explicit window, or open a small to insignificant one?
Thanks for any help.
Herb Sauer
-
I don't know if the XP task scheduler allows you specify window properties, but I do know that VB's Shell statement does. You could write a simple VB app that Shells your batch file in a hidden or minimized window and schedule the VB app to run every 5 minutes.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Thank you, Phil Weber, for your swift response. The XP scheduler does not have any apparent means to control the window, as you probably surmised. I will go find some information about VB. I guess that this old dog may have to learn a new trick.
-
If you can use a shortcut to launch the app, that shortcut can have properties to minimize the window.
Similar Threads
-
Replies: 1
Last Post: 05-02-2005, 02:21 PM
-
By Jeff Richard in forum VB Classic
Replies: 1
Last Post: 07-01-2002, 10:28 PM
-
By Arafat Salman in forum VB Classic
Replies: 0
Last Post: 12-15-2001, 05:27 AM
-
By Dennis in forum VB Classic
Replies: 10
Last Post: 02-15-2001, 04:52 AM
-
By Toni Bisson in forum VB Classic
Replies: 8
Last Post: 01-19-2001, 06:50 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|