thanks for the replies guys
i intentionally left out details
the code that gets executed is something like:
Code: Select all
"d:\folder 1\my folder 2\abc def xyz\more spaces\my code.exe" "d:\folder 1\folder abc def\zy ze\ab23c.csv" "d:\folder 1\folder abc def\zy ze\bbbabc.csv" "d:\folder 1\folder abc def\zy ze\aaabc.csv" "d:\folder 1\folder abc def\zy ze\c.csv" "d:\folder 1\folder abc def\zy ze\ac.csv" "d:\folder 1\folder abc def\zy ze\a.csv"
all i want is DOS to give me this.
And it does!!!!!!!!
it works perfectly - only on 2 laptops it just doesnt work.
i have a pause at the end to see what gets executed.
what gets executed is:
Code: Select all
"d:\folder 1\my folder 2\abc def xyz\more spaces\my code.exe" "d:\folder 1\folder abc def\zy ze\ab23c.csv"
@aGerman i wasnt aware of the & bug. probably is a problem. maybe i'll look into making sure it's not later. for now all OK.
string limit: i think i'll be ok with that. good to know though.
@pieh-ejdsch the problem is getting the string and not the execution. the execution of processing one after another is done by my code.
is there any other way i can get many string names into a dos prompt by selecting and right clicking and using sendto?thanks