home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!gatech!wittsend!gisatl!p42.f411.n133.z1.FIDONET.ORG!Ben.Coleman
- From: Ben.Coleman@p42.f411.n133.z1.FIDONET.ORG (Ben Coleman)
- Newsgroups: comp.os.msdos.programmer
- Subject: DOS CONSOLE OUTPUT
- Message-ID: <787.2B2D74E3@gisatl.FIDONET.ORG>
- Date: 15 Dec 92 04:03:00 GMT
- Sender: ufgate@gisatl.FIDONET.ORG (newsout1.26)
- Organization: FidoNet node 1:133/411.42 - (GIS)Atlanta, Atlanta GA
- Lines: 30
-
-
- > I am using fortran CALL FSYSTEM ('DOS COMMAND')
- > to run various dos commands like MKDIR etc. How do I get
- > DOS to NOT write to the console during such operations, the
- > console will be used for graphics application.
-
- > For example if you copy a file, it always says '1 file copied.'
-
- Try redirecting the command output to NUL, as in:
-
- CALL FSYSTEM('DOS COMMAND >NUL');
-
- Ben
-
-
- --
- ----------------------------------------------------------
- __
- / \ User: Ben Coleman
- /|oo \ Via FidoNet node: 1:133/411.0
- (_| /_)
- _`@/_ \ _ FidoNet <==> UUCP Gateway
- | | \ \\ FidoNet Net 133, Atl96
- | (*) | \_ ))
- ______ |__U__| / \// David Deitch, Administrator
- / FIDO \ _//|| _\ / Galaxy Information System
- (________) (_/(_|(____/ (jm) (GIS) Atlanta
-
- UUCP: wittsend!gisatl!411.42!Ben.Coleman
- INTERNET: Ben.Coleman@p42.f411.n133.z1.FIDONET.ORG
-