Universal-Inject-Generator/go.bat

4 lines
180 B
Batchfile
Raw Permalink Normal View History

2015-11-04 18:44:45 +00:00
@echo off
if exist input\hs.app (for %%x in (input\*.cia) do call tools\process.bat "%%x" input\hs.app) else (echo [!] hs.app not found, use Decrypt9 to dump it on your 3DS)
2015-11-04 18:44:45 +00:00
pause