NonSteamLaunchers-On-Steam-.../humble-app/start-humble.cmd
2023-06-03 14:09:26 -06:00

12 lines
178 B
Batchfile

@echo off
cd /d "C:\Program Files\Humble App\"
set /p Url=<"C:\.auth"
if defined Url (
start "" "Humble App.exe" "%Url%"
) else (
start "" "Humble App.exe" "%*"
)
exit