If and goto command - Academic Computer Center
The if command has an addtional option the not switch. It changes the result of the condtional statement. For example if the condition is true, using the not changes it to a false. If the condition is false using the not changes the condition to true. Exp...