mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +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: "
|
||||
for %%a in (%*) do (
|
||||
if "%%~xa"==".cia" (
|
||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
||||
python "%~dp0servefiles.py" %DSIP% "%%~a"
|
||||
)
|
||||
if "%%~xa"=="" (
|
||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
||||
python "%~dp0servefiles.py" %DSIP% "%%~a"
|
||||
)
|
||||
)
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user