How do I make a batch file that starts two programs and pans them to the left and right of the screen? (Like doing Windows Logo + arrow keys)
Here's an example:
http://i.imgur.com/UP2WtHc.png
How to make this batch file?
Moderator: DosItHelp
Re: How to make this batch file?
You want to `tile` the screen horizontally.
A VBS script can help do that.
A VBS script can help do that.