How to make this batch file?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
loljunks
Posts: 1
Joined: 05 Sep 2014 23:26

How to make this batch file?

#1 Post by loljunks » 05 Sep 2014 23:28

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

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: How to make this batch file?

#2 Post by foxidrive » 05 Sep 2014 23:42

You want to `tile` the screen horizontally.

A VBS script can help do that.

Post Reply