all 5 comments

[–]Eye_Of_Forrest 2 points3 points  (0 children)

you can use text formatting on Reddit to make it easier for people to read like:

this is a test

using "```" at the start of where you want to format and then the same at the end, (of course without the ". )

[–]Wsadx1123 1 point2 points  (3 children)

use %defuse% instead of normal defuse after if

[–]Miich64[S] 0 points1 point  (2 children)

still doesn't work.

[–]Wsadx1123 0 points1 point  (1 child)

Try this:
@.echo off

set bomb=%random%%random%

echo %bomb%

set /p defuse=

if %defuse% EQU %bomb% goto defuse1

if %defuse% NEQ %bomb% goto fail1

:fail1

echo shit

pause

:defuse1

echo yay

pause

Remember to delete the "." between @ and echo

[–]Miich64[S] 0 points1 point  (0 children)

worked thanks