Search found 1 match
- 17 Jun 2016 04:46
- Forum: DOS Batch Forum
- Topic: Align Windows via bat
- Replies: 4
- Views: 6110
Align Windows via bat
Hi, I programmed a little bat file that opens two folders on the desktop. Is it possible to automatically align the folders on the screen ? Like dragging it on the side with the mouse or pressen Windows+Arrow Key ? Code is: explorer "D:\mypath" IF exist F:\mypath explorer "F:\mypath&q...