Skip to content

Commit 3921c38

Browse files
authored
Add files via upload
1 parent 06dba25 commit 3921c38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: DualSenseX_CommandLineArgs.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
:: - Replace GAMENAME with your game name.
55
:: - Replace TEXTFILENAME.txt with your text file name, while also including .txt extension and the quote after it.
66
:: - 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
87

98

109

@@ -26,5 +25,5 @@ set "FinalTextLocation=%BatchFileLocation%%TextFileName%"
2625

2726
cd /D %AppLocation%
2827

29-
START /B DualSenseX.exe --GameName %GameName% --FileLocation %FinalTextLocation%
28+
START /B DualSenseX.exe --GameName %GameName% --FileLocation "%FinalTextLocation%"
3029
exit

0 commit comments

Comments
 (0)