P
Patrick Hill
Hi, I have a console application that takes command line arguments. Now it
seems my program fails if the total number of characters of the input
parameters is greater then 102 anyone know why and how to work around this?
Example:
This will run:
compareitconsole.exe
nemesis,arrowhhs.3.x.tip,\\nemesis\C$\arrowhhsscriptsfromsourcecontrol\3.x.tip\sql\,C:\FO\Pat45678.txt
Total Number of characters: 102
This will not run
compareitconsole.exe
nemesis,arrowhhs.3.x.tip,\\nemesis\C$\arrowhhsscriptsfromsourcecontrol\3.x.tip\sql\,C:\FO\Pat456789.txt
Total Number of characters: 103
Is this just a limitation? is there a way to pass in more then 102
characters?
Thanks
Patrick
seems my program fails if the total number of characters of the input
parameters is greater then 102 anyone know why and how to work around this?
Example:
This will run:
compareitconsole.exe
nemesis,arrowhhs.3.x.tip,\\nemesis\C$\arrowhhsscriptsfromsourcecontrol\3.x.tip\sql\,C:\FO\Pat45678.txt
Total Number of characters: 102
This will not run
compareitconsole.exe
nemesis,arrowhhs.3.x.tip,\\nemesis\C$\arrowhhsscriptsfromsourcecontrol\3.x.tip\sql\,C:\FO\Pat456789.txt
Total Number of characters: 103
Is this just a limitation? is there a way to pass in more then 102
characters?
Thanks
Patrick