I haven't done one of these in a while and I'd appreciate the help.
here's the sample code:
:beam_type_toggle
if %beam_type%==E (set beam_type=X)
if %beam_type%==X (set beam_type=E)
goto menu
(:menu is the main section it goes back to)
I'm sure you can see what I'm trying to do. I want it to simply change the "E" and "X" whenever this section is executed. I thought this would be nice and simple and it probably is but it just doesn't do it and I can't be bothered to read through Microsoft's documentation. This is just a small thing I need to get done quickly. Thanks for your help
I tried putting the values in and out of quotations but it did nothing