Re: Testing algorithm
- Posted by mattlewis (admin) Oct 09, 2008
- 928 views
SDPringle said...
The problem with running system_exec one line at a time is that the batch file is not only a set of commands. It also has flow control statements and labels.
Sure, but they're just there for crude error checking. We can just ignore them (and echo commands, too). It's a known format, which we control, so it shouldn't be difficult to do.
Matt