OK. This is where I need the help.
My intent is to call a .sh file that when run on Linux compiles C++ code. When it is finished it just returns back to the command prompt. In the mean time, it is displaying all sorts of build output.
The prompt looks like this when you are on the Linux PC:
[root@linuxbld3 2.39.0100]#
So for the sake of an example, suppose I want to call a script called test.sh that is located in /home/player. The script has the following:
#!/bin/sh
echo "This is a test for Visual Build Pro"
How do I set it up in the telnet step to call the script?
|