Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Added V11
Browse files Browse the repository at this point in the history
  • Loading branch information
Asia81 committed Sep 6, 2017
1 parent 0bc3a3a commit 52be8c0
Show file tree
Hide file tree
Showing 34 changed files with 5,092 additions and 0 deletions.
Binary file added BatchICOs/Clean.ico
Binary file not shown.
Binary file added BatchICOs/TeamOnodera.ico
Binary file not shown.
Binary file added PackEnglishV11/3dstool.exe
Binary file not shown.
49 changes: 49 additions & 0 deletions PackEnglishV11/CleanTool9.bat
@@ -0,0 +1,49 @@
@echo off
title CleanTool9 by Asia81
color C
cls
echo.
echo !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
echo !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
echo.
echo This file will erase the following files in this folder:
echo.
echo - All .xorpad files
echo - All .3ds files
echo - All .cci files
echo - All .cxi files
echo - All .cia files
echo - All .app files
echo - All .out files
echo - All .cfa files
echo - All .sav files
echo - All .tmd files
echo - All .cmd files
echo - All .bin files
echo - All .lz files
echo - All "Extracted*" folders
echo.
echo !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
echo !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
echo.
pause
del *.xorpad >NUL 2>NUL
del *.3ds >NUL 2>NUL
del *.cci >NUL 2>NUL
del *.cxi >NUL 2>NUL
del *.cia >NUL 2>NUL
del *.app >NUL 2>NUL
del *.out >NUL 2>NUL
del *.cfa >NUL 2>NUL
del *.sav >NUL 2>NUL
del *.tmd >NUL 2>NUL
del *.cmd >NUL 2>NUL
del *.bin >NUL 2>NUL
del *.lz >NUL 2>NUL
rmdir ExtractedExeFS /s /q >NUL 2>NUL
rmdir ExtractedRomFS /s /q >NUL 2>NUL
rmdir ExtractedBanner /s /q >NUL 2>NUL
rmdir ExtractedManual /s /q >NUL 2>NUL
rmdir ExtractedDownloadPlay /s /q >NUL 2>NUL
rmdir ExtractedO3DSUpdate /s /q >NUL 2>NUL
rmdir ExtractedN3DSUpdate /s /q >NUL 2>NUL

0 comments on commit 52be8c0

Please sign in to comment.