That works fine when running from the command line but the arguements are coming from another program and it doesn't seem to like it. At least I know that "" is the right answer - I'll have a hack at the calling app.
please maslett, make a little effort
read manual, read manual, read manual
you need "aaa bbb", but your shell eats quotes...
so give it something to eat
try: theshell \""aaa bbb\""
and so on
In the calling prog I set the arguements to:
arg \""arg 2\""
Yet when I look in the log file after running it I get:
STEP: 2 VALUE: "[Arguement] = arg \arg 2\"
Looks like the shell is eating the "s and not the
The calling program is actually an IVR program (talking telephone jobbies) - maybe it doesn't like quotes in variables - it's a pretty crappy system. I'll find a work around.
In the manual it states (about variable types):
Character: accepts as input all standard ASCII characters, including special characters and punctuation. The extended ASCII character set is not supported.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.