Hello,
I am using g77 (cygwin, Win XP Pro) and I would like to pass a command (e.g. 'cls') to the dos-shell.
CALL System('cls')
do not work.
I I use
CALL System('cls', k)
the returned value of k is
127
Can you help me?
Thanks, Lars