09-03-2013 09:42 AM
TestStand 4.1 using call executable to call cmd with the argument expression (slightly edited)
"/C atprogram ... --verify -f C:\\test\\my folder\\map.hex > C:\\TEMP\\result.txt"
I can't use more quotes around "my folder" and my^ folder isn't accepted by atprogram.
Cheers,
Solved! Go to Solution.
09-03-2013 09:51 AM
can you use single quotes? Or is that a no go as well for that program?
09-04-2013 12:45 AM
09-04-2013 06:31 AM
I tried single quotes but no joy I'm afraid. Thanks for the suggestion though.
09-04-2013 06:33 AM
Many thanks Juergen! I was scratching my head for longer than I'd like to admit on that one.