View Single Post
  #9  
Old 07-26-2007, 02:31 PM
warrenc warrenc is online now
Registered User
 
Join Date: 12-21-2004
Posts: 13
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?
Reply With Quote