I've got a .btm file to load a number of applications using the START command with the specification of which monitor to use and some of them to be maximized on that particular monitor such as
Included in the .btm, I launch two instances of File Explorer (Windows Explorer before Win10) starting in different drives. I would like to have one launch on the left half of the screen and the other on the right half of the screen similar to how Windows Key-Left and Windows Key_Right work.
Is there some switch to the START, or ACTIVATE or some other command that will do this? Or do I have to use %_xpixels, %_ypixels, do the math to figure out the /POS values needed to give similar effect?
Code:
START /MONITOR=2 /MAX /PGM "C:\Program Files (x86)\Intuit\QuickBooks 2020\QBW32.EXE"
Included in the .btm, I launch two instances of File Explorer (Windows Explorer before Win10) starting in different drives. I would like to have one launch on the left half of the screen and the other on the right half of the screen similar to how Windows Key-Left and Windows Key_Right work.
Is there some switch to the START, or ACTIVATE or some other command that will do this? Or do I have to use %_xpixels, %_ypixels, do the math to figure out the /POS values needed to give similar effect?