CommandLine parameters overlapping
AnsweredMy command line parameters are as following {{LFN}}{{LFP}}{{U}} but they seem to be overlapping one another when being passed to my executable for example my username should be Uname@Email.com but it's coming into my application as BM222.xlsxUname@Email.com. It seems my file name is overlapping into the user name. The file name is Loan BM222.xlsx. Is there something I need to do make sure the parameters is separated by commas?
-
The parameter feature seems to have issues with file names with spaces in them. Is there a way to handle file names with spaces like My File Name.pdf to be passed as a whole string?
0 -
Hello, Kevin.
It would depend on the executable being run and how it expects parameters. For values that have spaces in them, like "Loan BM222.xlsx" they may need quotes around the filename to be passed as a whole string.
0
Please sign in to leave a comment.
Comments
2 comments