ultranoize
Technical User
Hi
I'd like to write a simple fortran program "myprog.exe" which i can execute through a batch file by doing
call myprog.exe arg1 arg2 arg3
The question is then how do i write the program in fortran so it reads the command line arguments??
I'd like to write a simple fortran program "myprog.exe" which i can execute through a batch file by doing
call myprog.exe arg1 arg2 arg3
The question is then how do i write the program in fortran so it reads the command line arguments??