diff --git a/servefiles/drop cias or folder here.bat b/servefiles/drop cias or folder here.bat new file mode 100644 index 0000000..e727bf2 --- /dev/null +++ b/servefiles/drop cias or folder here.bat @@ -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