Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

Executing another prog in code

Last post 05-07-2008, 3:44 PM by tim18. 1 replies.
Sort Posts: Previous Next
 05-07-2008, 3:27 PM 30254357  

Executing another prog in code

I would like to create an autorun CD with a short program, Setup.exe, that calls/executes a Windows Installer Package, Install.msi.  However, not sure what statement to put into Setup.exe to execute Install.msi.  The following code appears to be what I need:  iret = SYSTEM(Install.msi).  However, not sure.

Thank for any comments\information.

 
 05-07-2008, 3:44 PM 30254361 in reply to 30254357  

Re: Executing another prog in code

If this is a Fortran SYSTEM function call, the argument is quoted such as iret=system("install.msi")
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...