leaderagha
Programmer
I want to run a executable program in my program. My program is running following routine:
1. Main program
call .......(the subroutine or function which has the code about running the executable program.
2. Subroutine or function (to run the executable program)
For example: I want to call winamp.exe in my fortran code.How can I do this? Please give me a simple example code.
1. Main program
call .......(the subroutine or function which has the code about running the executable program.
2. Subroutine or function (to run the executable program)
For example: I want to call winamp.exe in my fortran code.How can I do this? Please give me a simple example code.