I'll do a small app then in c++ and hook the mouse onto an area of the screen and move the cursor every 2.5 minutes or something, should be pretty straight forward.
thx
Search found 4 matches
- 06 May 2010 12:03
- Forum: DOS Batch Forum
- Topic: Batch Script to Refresh screen?
- Replies: 5
- Views: 7055
- 06 May 2010 11:28
- Forum: DOS Batch Forum
- Topic: Batch Script to Refresh screen?
- Replies: 5
- Views: 7055
Re: Batch Script to Refresh screen?
I think you can invoke F5 (Refresh Key) in Batch and then use ping to set up on an interval and just use echo to loop so its continual and does not close.
I know c++ but thought of something more simple as its for work.
I know c++ but thought of something more simple as its for work.
- 06 May 2010 08:58
- Forum: DOS Batch Forum
- Topic: Batch Script to Refresh screen?
- Replies: 5
- Views: 7055
Batch Script to Refresh screen?
Is it possible to make a Batch Script that remains open but minimised that will either automate F5 to refresh my screen or will move my mouse or something every 2.5 minutes using the ping command, this is to avoid my work computer locking after 5 minutes of idle time.
Thanks,
Thanks,
- 22 Oct 2009 07:00
- Forum: DOS Batch Forum
- Topic: Big batch project > problems!
- Replies: 1
- Views: 3654
Big batch project > problems!
Hi, I need to create a batch file for work that will open up certain applications to help automate the task of getting ready each morning. I know i can use start /d command for this but its not as straight forward as that. First problem ive run into is starting an application that is installed on th...