Batch Help Needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Batch Help Needed

    I just recently started writing batch file codes and I was wondering if anyone could help me.
    So I'm trying to create a quizzing program that gives you a total score at the end of it.
    What I need to know is how to have a statement that says:
    If %value% == y (then score =0+1).
    Thanks for any help.

    #2
    if value==y set score = 0+1

    Comment

    Working...
    X