home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / ibm / pc / misc / 14934 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.1 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!sage.cc.purdue.edu!sexonbd
  2. From: sexonbd@sage.cc.purdue.edu (Benjamin David Sexson (Ben))
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: Help me please
  5. Message-ID: <By6s5A.AnK@mentor.cc.purdue.edu>
  6. Date: 23 Nov 92 20:41:33 GMT
  7. References: <1992Nov23.104949.135@cuphub.cup.edu>
  8. Sender: news@mentor.cc.purdue.edu (USENET News)
  9. Organization: Purdue University Computing Center
  10. Lines: 16
  11.  
  12. I think you erased your autoexec.bat.  It is a setup file that DOS
  13. reads after config.sys at startup.  Here is a copy of mine.  I don't
  14. think you will want to just copy mine but, the prompt line for instance
  15. will tell what directory you are in.  Also the path line sets wich dirs
  16. DOS looks in after it has searched the current dir, you don't have one
  17. so DOS only looks in the current dir.
  18.  
  19. @ECHO OFF 
  20. >PROMPT $p$g< 
  21. SET TEMP=C:\TEMP\
  22. >PATH C:\;..;C:\WINDOWS;C:\STAC;C:\DOS;C:\GIF;C:\JPEG;C:\NORTON;C:\PK\ZIP;C:\PK\PAK;C:\PK\ZIPSPLIT;C:\LHA;C:\ZOO< 
  23. LOADHIGH C:\MOUSE\MOUSE SER 1
  24. LOADHIGH C:\MOUSE\CLICK
  25. LOADHIGH C:\SMARTDRV.EXE /E:1024 1024 512
  26. LOADHIGH C:\DOS\DOSKEY.COM
  27. C:\STAC\SSWAP.COM C:\STACVOL.000 /SYNC 
  28.