You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I seen somebody claim a .bat file works to launch a game with online access
./legendary.exe launch Jackal
however for me, it does not work.
Would anybody know how to, if possible, create a shortcut to launch a game with online access without the need to type the commands everytime?
Found something that kinda works.
Turn the .bat file into a .ps1 file and have setup as follows.
cd C:/[YOURPATH]
./legendary launch [AppName]
then right click the file and run in Powershell.
Beta Was this translation helpful? Give feedback.
All reactions