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)