What is maximum size of packagevariables for DTEXEC ProcessStartInfo while executing form C#(Process.start())
What is maximum size of packagevariables for DTEXEC ProcessStartInfo while executing form C#(Process.start())
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Afaik maximum length of a process command line is 32k, as it falls into the Environment Block limitations. However if a batch is involved then the cmd.exe’s own limit of 8191 comes into play, see Command prompt (Cmd. exe) command-line string limitation.