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

Commit

Permalink
Added V6
Browse files Browse the repository at this point in the history
Added V6
  • Loading branch information
Asia81 committed Apr 1, 2017
1 parent bcf3f64 commit dfccfdf
Show file tree
Hide file tree
Showing 59 changed files with 3,362 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 PackEnglishV6/3DSBuilder.exe
Binary file not shown.
Binary file added PackEnglishV6/3dstool.exe
Binary file not shown.
48 changes: 48 additions & 0 deletions PackEnglishV6/CleanTool.bat
@@ -0,0 +1,48 @@
@echo off
title CleanTool 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

0 comments on commit dfccfdf

Please sign in to comment.