mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-08-30 16:29:47 +08:00
Update drop cia or folder here.bat
Basic error checking to exclude non-cia files.
This commit is contained in:
parent
cd14638920
commit
aac35f0ec0
@ -1,6 +1,11 @@
|
||||
@ECHO OFF
|
||||
set /p DSIP="Enter the IP of your 3DS: "
|
||||
for %%a in (%*) do (
|
||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
||||
for %%a in (%*) do (
|
||||
if "%%~xa"==".cia" (
|
||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
||||
)
|
||||
if "%%~xa"=="" (
|
||||
python %~dp0servefiles.py %DSIP% "%%~a"
|
||||
)
|
||||
)
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user