home *** CD-ROM | disk | FTP | other *** search
- From: Neal.Sanche@ttlg.UUCP (Neal Sanche)
- Sender: postmaster@ttlg.UUCP
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!alberta!nebulus!ttlg!postmaster
- Newsgroups: comp.os.msdos.programmer
- Subject: Dos Console Output
- Message-ID: <724545568.0@ttlg.ttlg.UUCP>
- Date: 16 Dec 92 12:23:00 mst
- Lines: 20
-
- To: homer@theory.tc.cornell.edu
-
- Homer:
-
- HS> I am using fortran CALL FSYSTEM ('DOS COMMAND')
- HS> to run various dos commands like MKDIR etc. How do I get
- HS> DOS to NOT write to the console during such operations, the
- HS> console will be used for graphics application.
-
- Try adding in your DOS COMMAND string '> NUL' at the end. For example
-
- 'COPY FOO.BAR C:\BAR > NUL'
-
- That may do the trick. Let me know if it solves your quandry.
-
- -Neal
-
- ... OFFLINE 1.41 * Recycle! For us... and them...
-
- * Origin: Paradigm BBS: A programmer's paradise. (42:100/11)
-