home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!uwm.edu!linac!mp.cs.niu.edu!news.ecn.bgu.edu!garrot.DMI.USherb.CA!desrg00
- From: desrg00@DMI.USherb.CA (GUY DESROSIERS)
- Newsgroups: comp.lang.pascal
- Subject: Can't use redirection ">" with EXEC call ???
- Message-ID: <C1Bo2x.K6s@DMI.USherb.CA>
- Date: 23 Jan 93 19:42:32 GMT
- Sender: usenet@DMI.USherb.CA (Pour courrier Usenet)
- Organization: Universite de Sherbrooke -- Dept. d'Informatique
- Lines: 14
- Nntp-Posting-Host: tohi
-
-
- I trying to do something like that (under TP 6.0)
-
- Exec('c:\dos\xcopy.exe', 'b:*.* > result.txt');
-
- I want to redirect the output in a file (result.txt).
- Exec doesn't seem to like redirection. Any idea what I
- do wrong.
-
- Thanks in advance.
-
- Guy DesRosiers
- Universtity of Sherbrooke
- E-Mail: desrg00@dmi.usherb.ca
-