Paul Smith wrote:

> I don't know if "&&" works the same way in Windows; you might have to
> use ";" (does that even work)?

For the cmd.exe shell, '&&' does work as with the Bourne shell.  ';'
does not, however.  '&' is the equivalent of ';' when using cmd.exe. 
See
<http://technet.microsoft.com/en-us/library/bb490954(TechNet.10).aspx>

Brian


_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to