View Single Post
Old 07-06-2006, 03:41 PM   #3 (permalink)
Redline
PHP Student
 
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 150
Redline is on a distinguished road
Send a message via AIM to Redline Send a message via MSN to Redline
The programs I needed to run are windows apps. I figured out the solution:

Code:
# Load First Program
cd "C:\Program Path\"
START filename.exe

# Load Second Program
cd "C:\Program Path\"
START filename2.exe
__________________
Current Project
Redline is offline   Reply With Quote