Re: g77, cygwin, CALL System('cls')
From: Tim Prince (tprince_at_computer.org)
Date: 03/18/04
- Next message: beliavsky_at_aol.com: "Re: Add Noise"
- Previous message: Gordon Sande: "Re: Add Noise"
- In reply to: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Next in thread: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Reply: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Mar 2004 13:38:52 -0800
"Charles Russell" <STOPworworSPAM@bellsouth.net> wrote in message
news:x9l6c.21590$zP2.6685@bignews5.bellsouth.net...
>
> "Lars Steinke" wrote
>
> > I am using g77 with cygwin on Windows XP Professional.
> > I have a problem with:
> >
> > CALL System('cls')
> >
>
> Try the cywin mailing list. They are much happier if you check the cygwin
> FAQ and mailing list archives first.
>
>
As 'cls' is not a cygwin or posix command, you may not find much help there.
If you want this to work, figure out where that command resides and add its
path to the PATH in whatever shell you may be using. Are you sure you
didn't do something like that to your previous cygwin installation?
- Next message: beliavsky_at_aol.com: "Re: Add Noise"
- Previous message: Gordon Sande: "Re: Add Noise"
- In reply to: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Next in thread: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Reply: Charles Russell: "Re: g77, cygwin, CALL System('cls')"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|