$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-08-01 14:53:51
David Abrahams wrote:
> John Torjo <john.lists_at_[hidden]> writes:
>
>
>>Now, I looked a little through the source code, and saw the constant
>>MAXLINE.
>>
>>Assuming I define it to a larger value (like, 16384), will it work
>
>
> No
>
>
>>, or do I need to modify extra pieces of code?
>
>
> You mean, like, rewrite the Windows command shell? ;-)
>
For what do we need to depend on command shell?
Can we just call CreateProcess to run actions, and use cmd /c only when
we need to run .bat/.cmd files?
Andrey