home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / apps / 6070 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!wet!rick
  2. From: rick@wet.UUCP (Rick Rutledge)
  3. Newsgroups: comp.os.msdos.apps
  4. Subject: Re: Problems with SMARTDRIVE and PATH
  5. Message-ID: <4948@wet.UUCP>
  6. Date: 10 Jan 93 03:15:35 GMT
  7. References: <1993Jan9.141229.46263@kuhub.cc.ukans.edu>
  8. Organization: Wetware Diversions, San Francisco
  9. Lines: 23
  10.  
  11. rsl11@kuhub.cc.ukans.edu writes:
  12. >
  13. >2. I have aproblem with the path statement of dos.
  14. >If I type the following statement in the dos prompt
  15. >PATH = C:\DOS; C:\WINDOWS; C:\STACKER;
  16. >in capital letters it works but if I put it in a batch file such as the
  17. >autoexec.bat file it tells me "Too many parameters". Does anybody have any
  18. >ideas as to what the problem might be?
  19.  
  20. First, ditch the spaces.  Second, leave off the last semicolon; you only
  21. need it between paths, not after each path.  Case should be irrelevant; DOS
  22. shifts everything to upper case before parsing it.
  23.  
  24. Try this:
  25.  
  26. Path=C:\DOS;C:\Windows;C:\Stacker
  27.  
  28. Good Luck.
  29. -- 
  30. ------------------------------------------------------------------------------
  31. Rick Rutledge              {hoptoad|ucsfcca}!wet!rick            rick@wet.UUCP
  32. "Voici le secret." dit le renard.  "On ne voit bien qu'avec le coeur.
  33. L'essentiel est invisible aux yeux." -Antoine de St. Exupery, _le Petit Prince_
  34.