The invisible seperate list box sounds like it might be what I need. I kind of wondered if what I was asking wasn't clear enough.
In the dropdown list I have the text app1, app2, app3, app4. ...
Type: Posts; User: Leathel; Keyword(s):
The invisible seperate list box sounds like it might be what I need. I kind of wondered if what I was asking wasn't clear enough.
In the dropdown list I have the text app1, app2, app3, app4. ...
Any suggestions or am I stuck with two dropdown lists?
In a dropdown list I have an application name a user will choose. This application resides on a server with a different name. But it is a 1:1 ratio. 1app to 1 server.
So app1=serv1, app2=server2...
I got it working.
What I was trying to do is either >test.txt or 2>test.txt at the end of the command string, but the Pipe object doesn't seem to allow this.
Just incase somebody else needs...
For running a certain external application I have been using the File object with run application "cmd /C application.exe"
The application has to be run this way so I can get the stderr output...