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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux