home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / coherent / 4027 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!ames!ig!delphi.com!GREGL
  2. From: GREGL@DELPHI.COM (Greg Law)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Coherent installed on nonsupported Toshiba 5200
  5. Message-ID: <01GO0DBIIZY091W0YW@delphi.com>
  6. Date: 25 Aug 92 23:36:31 GMT
  7. Sender: daemon@presto.ig.com
  8. Reply-To: "Coherent operating system" <COHERENT@indycms.bitnet>
  9. Lines: 28
  10.  
  11. Ray Thornton says:
  12.  
  13. > The only major trouble I've had is not being able to get the Coherent
  14. > dos commands to work. For example:
  15. >
  16. >    dosdir c:
  17. >
  18. > works successfully and generates a directory on the screen.
  19. >
  20. >    dir c:\news\comp\os\os2
  21. >    dir c:news\comp\os\os2\*.*
  22. >
  23. > generates an error that 'newscomp' cannot be found.
  24.  
  25. (The dir vs. dosdir above is a typo on my part!)
  26.  
  27. The problem is that you should be using forward slashes with the dos
  28. commands. For example, use this instead:
  29.  
  30.     dosdir c:/news/comp/os/os2
  31.  
  32. and it will work, I almost guarantee it. :-)
  33.  
  34. Another lus for Coherent 4.0 is that it does work with large DOS partitions.
  35. I used it today to transfer several files to a directory on a 100MB drive
  36. (single partition) and it worked like a charm.
  37.  
  38.     -- Greg
  39.