home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / modula2 / 972 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.1 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!THAMA1.APGEA.ARMY.MIL!thutt
  2. From: thutt@THAMA1.APGEA.ARMY.MIL
  3. Newsgroups: comp.lang.modula2
  4. Subject: Oberon CopyFromDOS problems
  5. Message-ID: <9207271416.aa11097@thama1.apgea.army.mil>
  6. Date: 27 Jul 92 19:14:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: Modula2 List <INFO-M2%UCF1VM.BITNET@cmsa.Berkeley.EDU>
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 22
  12.  
  13.  
  14.     In my discussions with the people from ETH, I have found that the
  15.     following syntax will work:
  16.  
  17.     System.CopyFromDOS dosfile => Oberon.File.Name
  18.  
  19.     I have a document at home (email, actually) which describes the
  20.     CopyToDOS parameters.  I believe they are the same, but who would want
  21.     to copy OUT of Oberon? :-)  In any event, if you need to copy out of
  22.     Oberon -- just ask, and I will bring the stuff in and tell you how to do
  23.     it.
  24.  
  25.     For example, to copy your autoexec.bat into an Oberon file called
  26.     `My.Autoexec.Bat':
  27.  
  28.     System.CopyFromDOS c:\autoexec.bat => My.Autoexec.Bat ~
  29.  
  30.  
  31.     Hope this helps
  32.     Taylor
  33.     thutt@thama1.apgea.army.mil
  34.     (No, I am not in the Army!)
  35.