home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8568 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!newsserver.pixel.kodak.com!laidbak!tellab5!ruth.wheaton.edu!gmribeir
  3. From: gmribeir@david.wheaton.edu (Glauber)
  4. Subject: Re: Summary: P.D. MAKE for msdos
  5. Message-ID: <1992Aug16.180833.1734@wheaton.wheaton.edu>
  6. Sender: news@wheaton.wheaton.edu (USENET News System)
  7. Organization: (n.) Body of persons united for a specific purpose.
  8. References: <1992Aug11.060205.18285@vpnet.chi.il.us> <1992Aug13.052930.19832@druid.uucp>
  9. Date: Sun, 16 Aug 1992 18:08:33 GMT
  10. Lines: 34
  11.  
  12. In article <1992Aug13.052930.19832@druid.uucp> darcy@druid.uucp (D'Arcy J.M. Cain) writes:
  13. >glauber@vpnet.chi.il.us (Glauber Ribeiro) writes:
  14. >> [Re: Gnuish Make]
  15. >>     Second catch is, there is an irritating inconsistency in 
  16. >>dealing with the backslash. You normally have to use 2 backslashes 
  17. >>instead of 1 (e.g,: c:\\dos\\edit instead of c:\dos\edit). UNLESS 
  18. >>the backslash appears on a line that is an internal messydos 
  19. >>command (e.g.: "dir c:\dos\*.*" is correct). Moreover, it doesn't 
  20. >
  21. >Have you tried using the forward slash?
  22.  
  23.     I will, and if it works i will tell. But i suspect that
  24. the DOS programs won't be happy.
  25.  
  26.  
  27. >
  28. >>recognize "cls" as a valid msdos command (use "command /c cls", 
  29. >>instead). If you can live with these booboos, you will love this 
  30. >>program.
  31. >
  32. >Why not create a "clear.bat" and use clear instead of cls?  simpler
  33. >and also compatible with the Unix command.
  34.  
  35.     One more batch file, etc. I'm trying to make this as
  36. self-contained as possible. command /c cls works just the same.
  37.  
  38.                     Glauber
  39.  
  40.  
  41.  
  42. -- 
  43. Glauber Ribeiro - Wheaton College, IL  (USA)
  44.                   glauber@david.wheaton.edu 
  45.                   glauber@vpnet.chi.il.us
  46.