Update drop cia or folder here.bat

This commit is contained in:
Remnence 2017-02-05 18:14:46 -06:00 committed by GitHub
parent c461239191
commit cd14638920

View File

@ -1,4 +1,6 @@
@ECHO OFF
set /p DSIP="Enter the IP of your 3DS: "
python %~dp0servefiles.py %DSIP% "%~1"
for %%a in (%*) do (
python %~dp0servefiles.py %DSIP% "%%~a"
)
pause