Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

activate /max fortnite

Does anyone have fortnite installed? I can get a btm file to launch it, but i can't activate /max fortnite it doesn't seem to recognize the window title? i'm actually trying to get it to maximize on monitor 1 of 2 maximized.

is there a list window titles feature?
 
Since FN resizes on me at the prematch screens, i have this btm file execute the command to maximize it..
through testing i figured that there are two spaces in the title after the word fortnite.

@echo off
IF iswindow "Fortnite " echo "FN detected"
:start
if iswindow "Fortnite " activate "Fortnite " max
if iswindow "Fortnite " delay 20
if iswindow "Fortnite " goto start

:end
echo "fn Not detected"
echo end


Is there a command to move an already launched screen to monitor=1 ? I've looked through the help file and the only think i see is start.. and that's for starting (which doesn't work because the launcher branches out i guess)
 
UPDate: i was able to use keystack and the windows key combo to sh ift it to the other monitor (shift-win-left arrow)

i'm one happy camper right now lol
 
Is there a command to move an already launched screen to monitor=1 ? I've looked through the help file and the only think i see is start.. and that's for starting (which doesn't work because the launcher branches out i guess)

You can't move it with START POS ?
 

Similar threads

Back
Top