home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5269 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  820 b 

  1. Path: sparky!uunet!wupost!spool.mu.edu!agate!ames!claris!szebra!David.Fox
  2. From: David.Fox@Saigon.COM
  3. Newsgroups: comp.unix.bsd
  4. Subject: How to make mwrite work?
  5. Keywords: mtools, mwrite
  6. Message-ID: <1992Sep8.000059.24355@Saigon.COM>
  7. Date: 8 Sep 92 00:00:59 GMT
  8. Distribution: usa
  9. Organization: Station Zebra Corp, Sunnyvale CA Ph:408-739-1520
  10. Lines: 17
  11.  
  12. How does one use mwrite correctly:
  13.  
  14. I have a file "astro.zoo" in my root directory under 386bsd, and
  15. I want to write this to a floppy (B:) in msdos format.  I've tried
  16. all sorts of variations on a theme, the theme being "mwrite unixfiles
  17. msdosdirectory" as per the usage().
  18.  
  19. I've tried - amongst others:
  20.  
  21. mwrite astro.zoo b:
  22. mwrite astro.zoo b:\
  23. mwrite astro.zoo B:\
  24.  
  25. etc.
  26.  
  27. Everything responds with "open(): no such file or directory.  astro.zoo
  28. is definitely there.
  29.