home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!THAMA1.APGEA.ARMY.MIL!thutt
- From: thutt@THAMA1.APGEA.ARMY.MIL
- Newsgroups: comp.lang.modula2
- Subject: Oberon CopyFromDOS problems
- Message-ID: <9207271416.aa11097@thama1.apgea.army.mil>
- Date: 27 Jul 92 19:14:00 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Reply-To: Modula2 List <INFO-M2%UCF1VM.BITNET@cmsa.Berkeley.EDU>
- Distribution: world
- Organization: The Internet
- Lines: 22
-
-
- In my discussions with the people from ETH, I have found that the
- following syntax will work:
-
- System.CopyFromDOS dosfile => Oberon.File.Name
-
- I have a document at home (email, actually) which describes the
- CopyToDOS parameters. I believe they are the same, but who would want
- to copy OUT of Oberon? :-) In any event, if you need to copy out of
- Oberon -- just ask, and I will bring the stuff in and tell you how to do
- it.
-
- For example, to copy your autoexec.bat into an Oberon file called
- `My.Autoexec.Bat':
-
- System.CopyFromDOS c:\autoexec.bat => My.Autoexec.Bat ~
-
-
- Hope this helps
- Taylor
- thutt@thama1.apgea.army.mil
- (No, I am not in the Army!)
-