in reply to Win32 backticks fail when too many ENV vars

msdn maximum environment size tells me that it's 32k unicode chars or 64k bytes

  • Comment on Re: Win32 backticks fail when too many ENV vars

Replies are listed 'Best First'.
Re^2: Win32 backticks fail when too many ENV vars
by jimbojones (Friar) on Dec 07, 2006 at 21:07 UTC
    Thanks for the update

    The following MS documentation must be wrong: it lists the max sizes as:
    The maximum individual environment variable size is 8192bytes.

    The maximum total environment variable size for all variables, which includes variable names and the equal sign, is 65,536KB

    I thought I was far away from that. Now it's clear that it's a typo.

    Regards, J