Hey I've released one combat arms cleaner already that's just a batch file and I'm working on batch file cleaner that also starts combat arms (via "CombatArms_Direct.exe"). But, I can't figure out how to work it. Ive tried both the "Run" and "Start" functions, but i can't get either to work. I'll post my code below and I'll make the section I'm struggling with red (section :5). Ive currently left that section with just a code to go onto the next command.

Batch Code:
Code:
@EcHo off
:start
title LIL GHO$T'S CA Unbannable
mode con cols=45 lines=10
set number=%random%
echo Set A = WScript.CreateObject("WScript.Shell") >>"%number%.vbs"
echo Msgbox "LIL GHO$T PRODUCTION! THANK LIL GHO$T (GHOST8631)!", 0,"LIL GHO$T CA UNBANNABLE | %time%" >>"%number%.vbs"
"%number%.vbs"
del "%number%.vbs"
if exist "CA Unbannable Unreported Files" goto 1
md "CA Unbannable Unreported Files"
:1
cls
if exist "C:\Nexon\Combat Arms\CAV.exe" goto 2
goto 3
:2
cls
del /f "C:\Nexon\Combat Arms\CAV.exe"
goto 3
:3
if exist "C:\Nexon\Combat Arms\dbghelp.dll" goto 4
goto 5
:4
cls
del /f "C:\Nexon\Combat Arms\dbghelp.dll"
goto 5
:5
goto 6
:6
cls
title LIL GHO$T'S Unbannable Hack ^| %time%
echo Searching And Deleting Files...
echo Keep This Open While Playing Combat Arms
echo Thank LIL GHO$T (GHOST8631) For This
if exist "C:\Nexon\Combat Arms\*.jpg" goto 7
goto 8
:7
cls
echo Searching And Deleting Files...
echo Keep This Open While Playing Combat Arms
echo Thank LIL GHO$T (GHOST8631) For This
copy /b "C:\Nexon\Combat Arms\*.jpg" "Unreported Files\%random%.png" >nul
del /f "C:\Nexon\Combat Arms\*.jpg"
goto 6
:8
cls
title LIL GHO$T'S Unbannable Hack ^| %time%
echo Searching And Deleting Files...
echo Keep This Open While Playing Combat Arms
echo Thank LIL GHO$T (GHOST8631) For This
if exist "C:\Nexon\Combat Arms\*.avi" goto 9
goto 6
:9
cls
echo Searching And Deleting Files...
echo Keep This Open While Playing Combat Arms
echo Thank LIL GHO$T (GHOST8631) For This
copy /b "C:\Nexon\Combat Arms\*.avi" "Unreported Files\%random%.avi" >nul
del /f "C:\Nexon\Combat Arms\*.avi"
goto 6
Someone please help.
**Note: ignore user in code.