1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
@echo off
goto 'main'
: 'main'
cls
echo [Decompile] [FITD]
echo [Recompile] [FITC]
choice /c RD /T 9999 /D R /M "Recompile or Decompile?"
if...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
@echo off
echo Please make sure the folders are the name of the characters in the files!
set /p char=What character are you looking for?
set dir=%c...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
@echo off
set number=0
echo Please put this file one file away from where the actual PACKMANAGER is. For example, if PACKMANAGER is in C:\Users\Defa...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
@echo off
setlocal enableDelayedExpansion
set /p "string1=Enter the characters to be changed: "
set /p "string2=Enter the new characters: "
for %%...