home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / misc / 6101 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.2 KB

  1. Path: sparky!uunet!news.tek.com!ogicse!emory!sol.ctr.columbia.edu!eff!news.oc.com!convex!harper
  2. From: harper@convex.com (David Harper)
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: \ and /
  5. Message-ID: <1992Nov10.204558.22762@news.eng.convex.com>
  6. Date: 10 Nov 92 20:45:58 GMT
  7. Article-I.D.: news.1992Nov10.204558.22762
  8. References: <BxGtBJ.6qM@usenet.ucs.indiana.edu> <9NOV199218433306@venus.tamu.edu> <1992Nov10.040903.25474@ida.liu.se>
  9. Sender: usenet@news.eng.convex.com (news access account)
  10. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  11. Lines: 41
  12. Nntp-Posting-Host: rigel.convex.com
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16.  
  17. In article <1992Nov10.040903.25474@ida.liu.se> c89ponga@odalix.ida.liu.se (kand. Pontus Gagge) writes:
  18. >ebb7683@venus.tamu.edu (BLACKMAN, EDWARD B) writes:
  19. >
  20. >>In article <BxGtBJ.6qM@usenet.ucs.indiana.edu>, mkohlhaa@silver.ucs.indiana.edu (mike) writes...
  21.  
  22.   [ previous stuff deleted ]
  23.   
  24. >>Check out 4DOS (current release: 4.01D).  It's a command.com replacement, and 
  25. >>will allow use of / in place of \, and has MANY other advantages over plain old
  26. >>command.com.
  27. >
  28. >>Ed
  29. >
  30. >...but unfortunately this will work only for the shell commands. There is
  31. >no way to make applications accept unix-slashes. On the other hand, the 
  32. >slashes *are* used more frequently out in the shell.
  33.  
  34.   Anarkey (available on most PC archive sites) has a simple way around this
  35.   problem; translate the command line before passing it on.  Thus, when you
  36.   type:
  37.   
  38.         /sys/bin/keenprog -s -q filename
  39.  
  40.   what gets passed in to command.com (or your favorite command processor) is:
  41.  
  42.         \sys\bin\keenprog /s /q filename
  43.  
  44.   Anarkey also has an easy way of supressing the translation for those
  45.   programs that are hardcoded to expect unix style conventions.  4DOS is
  46.   great and I use it myself, but I let Anarkey have a shot at the command
  47.   line first since there are some things it does that I like better.
  48.   
  49. >(Just felt like picking nits.)
  50.  
  51.   Me too 8-)
  52.  
  53.  
  54. Dave Harper    -     Convex Computer Corp.            E-mail address:
  55. 3000 Waterview Pky.  Richardson, TX 75080             harper@convex.com
  56.  
  57.   
  58.