Hi,

2) /opt/SUNWuttsc/bin/uttsc -a winword.exe -c "c:\program files\microsoft office\office11\" termsrvr1. - I can't launch the application. Whenever i executed the above command i got this prompt in return " > ".

That's because in your command above, the last \" is interpreted by the shell as an escaping of the double quote so as far the shell knows, your string isn't terminated (the one started after the -c) and it's expecting you to finish it (and prompting you for some extra data with the ">"). I'd imagine that if you just drop the terminating backslash in that path, i.e execute: /opt/SUNWuttsc/bin/uttsc -a winword.exe -c "c:\program files\microsoft office\office11" termsrvr1
it should work better.

Regards,

Cyrille
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to