Create drop cia or folder here.bat

This commit is contained in:
Remnence 2017-02-05 18:05:09 -06:00 committed by GitHub
parent b004685b7f
commit c461239191

View File

@ -0,0 +1,4 @@
@ECHO OFF
set /p DSIP="Enter the IP of your 3DS: "
python %~dp0servefiles.py %DSIP% "%~1"
pause