home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!jabaru.cec.edu.au!csource!gateway
- From: John.Gibney@f386.n632.z3.fidonet.org (John Gibney)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: dos console output
- Message-ID: <724656328.AA02399@csource.oz.au>
- Date: Tue, 15 Dec 1992 13:46:04
- Sender: gateway@csource.oz.au
- Lines: 22
-
- In a message originally to All, homer@theory.tc.cornell.edu says:
-
- Ho> I am using fortran CALL FSYSTEM ('DOS COMMAND')
- Ho> to run various dos commands like MKDIR etc. How do I get
- Ho> DOS to NOT write to the console during such operations, the
- Ho> console will be used for graphics application.
- Ho>
- Ho> For example if you copy a file, it always says '1 file copied.'
-
- Uhmm... have you tried:-
-
- CALL FSYSTEM ('mkdir MYDIR > nul')
-
- Any output from the spawned command should end up in the NUL
- device... at least, that's what happens when I do things at
- the DOS prompt.
-
-
- John :-)
- ___ Blue Wave/QWK v2.10
-
- * Origin: Eastern Mail Centre [PEP] OZ. +61-3-725-1621 (3:632/386)
-