yes the ^M is a dead giveaway... I was able to find the generated script in the /tmp folder on my unix server, run dos2unix and have it work.
my testing server is running on my windows box, and the test client is a redhat vm running on the same windows box. I use windows for the server because its what I know best, and i I can get this thing working, we will have 1 or or more windows hosts...
I created the script using the web ui only. nothing has been done on the command line. Is there a way to have the web ui detect the correct line ending scheme for the destination host and use it?
-or-
back to my original question on the parameters. How do i get them to work with just a single command? I tried something like this:
cd /home/oracle/startup ; echo starting @option.Process@
and when I pick the process name and run the script, all I see is: "starting"
In the end I want to pass a parameter to scripts or single commands. How do I accomplish that?