mastercrafter03 Posted November 21, 2012 Posted November 21, 2012 So i think the title might explain it. Details: activating computer programs w/ other programs.
Strahan Posted November 21, 2012 Posted November 21, 2012 To fire off program2 from within program1, do shell.run("/program2"). Obviously, swap / for the appropriate path to program2 (i.e. if program2 is in the folder stuff, "/stuff/program2"). I cannot recall if it can be omitted if program2 is in the same path as program1, so I figured I'd err on the side of caution heh.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now