Batch script compiler -


is there batch script compiler available? have big batch file , want check syntax going wrong. using @pause , echo can check what's going wrong compiler better option.

i suppose best find syntax checker, not real compiler, in batch many constructs compile @ runtime.
each %var% expansion needs compile in moment of expansion, content change everything.
possibility of self modifying code makes problem bit tricky.

perhaps someone, write batch debugger, should possible.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -