This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added V10
- Loading branch information
Showing
51 changed files
with
5,837 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
@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 "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 *.app >NUL 2>NUL | ||
del *.out >NUL 2>NUL | ||
del *.cia >NUL 2>NUL | ||
del *.sav >NUL 2>NUL | ||
del *.tmd >NUL 2>NUL | ||
del *.cmd >NUL 2>NUL | ||
del *.cfa >NUL 2>NUL | ||
del *.bin >NUL 2>NUL | ||
del *.out >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 |
Oops, something went wrong.