maximum length of ExternalParametersProvider return value depends on cmd.exe

Started by AP_ops, November 22, 2012, 04:10:09 PM

Previous topic - Next topic

AP_ops

Hi

I recognized that the length of ExternalParametersProvider values have to be less or equal the default width of cmd.exe because the line wraps and your value can be cut off in the end.
this is not much of an issue, you can simply change the default console width of cmd.exe, but maybe you find a better solution to it. In larger environments it could b a pain if you, for whatever reason, need to have a larger return value.

regards