mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-06-30 02:49:15 +08:00
5 lines
96 B
Batchfile
5 lines
96 B
Batchfile
@ECHO OFF
|
|
set /p DSIP="Enter the IP of your 3DS: "
|
|
python %~dp0servefiles.py %DSIP% "%~1"
|
|
pause
|