g77, cygwin, Win XP Pro, CALL System(Command, Status)

Lars Steinke lars.steinke@tu-clausthal.de
Thu Mar 18 15:28:00 GMT 2004


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




More information about the Gcc-help mailing list