Hi everybody:
I'm newbie in fortran language, and I would like to inicializate a script into Fortran programe. I use Microsoft Developer Studio.
I tried this like:
call system('start /w CATH\xxx.exe>>output.dat')
or another option like:
a=system('CATH\xxx.exe>>output.dat')
but they did not work correctly. Somebody could tell me any solution.
Thanks in advance and cheers !!
I'm newbie in fortran language, and I would like to inicializate a script into Fortran programe. I use Microsoft Developer Studio.
I tried this like:
call system('start /w CATH\xxx.exe>>output.dat')
or another option like:
a=system('CATH\xxx.exe>>output.dat')
but they did not work correctly. Somebody could tell me any solution.
Thanks in advance and cheers !!