1

I know that to make an input in be read in upper case in python is: (example)

    input = input('example input').upper()
    if inupt == 'YES':
        start()
    else:
        input == 'NO':
            end()

but how do I do this, or something similar in Batch?

Luke Shea
  • 25
  • 5

0 Answers0