Skip to content

Commit

Permalink
Pushing the change necessary to close Issue #4 ~ SunshineIntegration.…
Browse files Browse the repository at this point in the history
…bat ~ not determining the Wizard's directory reliably.

modified:   SunshineIntegration.bat
  • Loading branch information
sofmeright committed Sep 23, 2024
1 parent 637d064 commit b9e3492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SunshineIntegration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set HEIGHT=%2
set FPS=%3

:: Run the commands with the provided arguments
start "" /w PRPlanIT.com-VirtualDisplayDrv_Wiz.exe Reso_Adds %WIDTH% %HEIGHT% %FPS% && start "" /w PRPlanIT.com-VirtualDisplayDrv_Wiz.exe Driv_Relo
start "" /w "%~dp0PRPlanIT.com-VirtualDisplayDrv_Wiz.exe" Reso_Adds %WIDTH% %HEIGHT% %FPS% && start "" /w "%~dp0PRPlanIT.com-VirtualDisplayDrv_Wiz.exe" Driv_Relo

:: Optionally pipe the output to a log file (if needed)
PRPlanIT.com-VirtualDisplayDrv_Wiz.exe Reso_Adds %WIDTH% %HEIGHT% %FPS% > output.log 2>&1

0 comments on commit b9e3492

Please sign in to comment.