Skip to content

Anyway to launch Epic and Steam games directly from moonlight? #65

Closed Answered by vhenzor
vhenzor asked this question in Sunshine
Discussion options

You must be logged in to vote

Actually I ended creating a batch script who start the url shortcut for each of my Epic and Steam games and linked theirs .bat files as a detached commands in sunshine.

1- You first need to place a copy of all your Epic and Steam games shortcut in a folder, it will make things easier.

2- Then create a .bat file following this script :

@ECHO OFF
cd /d C:\Games\Shortcut 
start "" "Rocket League.lnk"

C:\Games\Shortcut = the path of your shorcut folder
"Rocket League.lnk" = the name of your shortcut

3- Save and repeat for all your games.

4- Add the .bat files in sunshine as a detached commands

Replies: 0 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@vhenzor
Comment options

@ReenigneArcher
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vhenzor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants