We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dba25 commit 3921c38Copy full SHA for 3921c38
DualSenseX_CommandLineArgs.bat
@@ -4,7 +4,6 @@
4
:: - Replace GAMENAME with your game name.
5
:: - Replace TEXTFILENAME.txt with your text file name, while also including .txt extension and the quote after it.
6
:: - BatchFileLocation will get the directory of where this batch file is located on user's PC.
7
-:: - Make sure the batch file and the text file are located in the same folder directory
8
9
10
@@ -26,5 +25,5 @@ set "FinalTextLocation=%BatchFileLocation%%TextFileName%"
26
25
27
cd /D %AppLocation%
28
29
-START /B DualSenseX.exe --GameName %GameName% --FileLocation %FinalTextLocation%
+START /B DualSenseX.exe --GameName %GameName% --FileLocation "%FinalTextLocation%"
30
exit
0 commit comments