Thanks. The batch file encoding that Visual Basic used was UTF-8. So I made a batch file with notepad and made it UTF-8, and I got the same result as what happened with the batch file that was created with Visual Basic. Is there a way that I can change the encoding to be ANSI in Visual Basic? If there is, what is the code?
Sorry for all of my stupidity. This is just the first time that I have actually tried to make an application. I am just use to Batch because I know so much about it. And I thought the way that I did the while loops would work because that is what I did to loop some things in Python. Python is my first actual programing language that I have used, other then Batch, Html types. I had to make a game with Python for my Culminating Task, and my teacher said that he bet that no one would be able to make a game of tic tac toe against the computer, but I showed him wrong. About Three Thousand lines later, I handed it in, still don't know what mark I got, but I was the only one in my class that could actually accomplish this.