mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Fix servefiles batch script when in directory with spaces.
This commit is contained in:
parent
adc5c2d347
commit
54572a02e1
@ -2,10 +2,10 @@
|
|||||||
set /p DSIP="Enter the IP of your 3DS: "
|
set /p DSIP="Enter the IP of your 3DS: "
|
||||||
for %%a in (%*) do (
|
for %%a in (%*) do (
|
||||||
if "%%~xa"==".cia" (
|
if "%%~xa"==".cia" (
|
||||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
python "%~dp0servefiles.py" %DSIP% "%%~a"
|
||||||
)
|
)
|
||||||
if "%%~xa"=="" (
|
if "%%~xa"=="" (
|
||||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
python "%~dp0servefiles.py" %DSIP% "%%~a"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
pause
|
pause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user