NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
WSH (Score:1)
Batch certainly sucks, it even has two(!) incomplete sets of escaping rules.
So instead of that complete and utter mess, why not use Windows Scripting Host [wikipedia.org]? That sounds a lot easier.
Reply to This
Re: (Score:1)
A very long ago, when I needed to automate things and didn't know .net/perl/python I was using WSH (via its javascript), and I must say it sucks even more. Especially since windowed/console mode is a global setting, plus it had some funny glitches in child processes execution. So, batch files are much better.