If statement == equals statement not supported
A free cross platform command prompt
Status: Beta
Brought to you by:
darkbatcher
Testing on Windows 10 before trying on LInux
It failed a very simple if statement.
DOS9 C:\programs\xrunner>xrun.cmd
Error : "==" was unexpected.
This may be caused by the second of the following lines of code:
set echoatstart=%~3
if "%echoatstart%" == "5" echo on
An if statement with == in it is very common.