Matthieu123
Technical User
Hi all,
I'm running a executable of my fortran program to calculate waves in the coastal zone.
It outputs every timestep log info to the screen about its status.
Is there an easy way to save all the text (even if it is not visible anymore) in the cmd?
It writes down quite some things to the screen and I don't want to add an extra write format for a log file to every write (*.*) command in all the routines.
Thanks in advance!!
Matthieu
I'm running a executable of my fortran program to calculate waves in the coastal zone.
It outputs every timestep log info to the screen about its status.
Is there an easy way to save all the text (even if it is not visible anymore) in the cmd?
It writes down quite some things to the screen and I don't want to add an extra write format for a log file to every write (*.*) command in all the routines.
Thanks in advance!!
Matthieu