Search found 2 matches

by That Guy
03 Sep 2015 22:55
Forum: DOS Batch Forum
Topic: I could use some Help
Replies: 2
Views: 1346

Re: I could use some Help

:) thanks I will try it.
by That Guy
03 Sep 2015 18:18
Forum: DOS Batch Forum
Topic: I could use some Help
Replies: 2
Views: 1346

I could use some Help

I could use some help from other people so I've been working on a Pseudo AI batch file and But whenever I try to input an response to reply2 it shuts down and I can't figure out why. Here's the code. @echo off :start cls echo Hello set /p reply1= if %reply1%==Hello goto Options if %reply1%==Hi goto ...