home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!warwick!uknet!edcastle!festival!tmw
- From: tmw@festival.ed.ac.uk (Tom WRight)
- Newsgroups: comp.lang.fortran
- Subject: using system and error checking
- Message-ID: <29827@castle.ed.ac.uk>
- Date: 23 Dec 92 10:39:15 GMT
- Sender: nntpusr@castle.ed.ac.uk
- Lines: 13
-
- I've written some fortran code (F77) using system
-
- call system('rcp file host:')
-
- Is there any way of checking the return error code
-
- I've tried
-
- ier=system('rcp file host:')
-
- but to no avail
-
- thanks
-