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
Post a Comment