mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-03 06:46:35 +08:00
commit
a71759d2df
11
servefiles/drop cias or folder here.bat
Normal file
11
servefiles/drop cias or folder here.bat
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@ECHO OFF
|
||||||
|
set /p DSIP="Enter the IP of your 3DS: "
|
||||||
|
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