home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!sage.cc.purdue.edu!sexonbd
- From: sexonbd@sage.cc.purdue.edu (Benjamin David Sexson (Ben))
- Newsgroups: comp.sys.ibm.pc.misc
- Subject: Re: Help me please
- Message-ID: <By6s5A.AnK@mentor.cc.purdue.edu>
- Date: 23 Nov 92 20:41:33 GMT
- References: <1992Nov23.104949.135@cuphub.cup.edu>
- Sender: news@mentor.cc.purdue.edu (USENET News)
- Organization: Purdue University Computing Center
- Lines: 16
-
- I think you erased your autoexec.bat. It is a setup file that DOS
- reads after config.sys at startup. Here is a copy of mine. I don't
- think you will want to just copy mine but, the prompt line for instance
- will tell what directory you are in. Also the path line sets wich dirs
- DOS looks in after it has searched the current dir, you don't have one
- so DOS only looks in the current dir.
-
- @ECHO OFF
- >PROMPT $p$g<
- SET TEMP=C:\TEMP\
- >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<
- LOADHIGH C:\MOUSE\MOUSE SER 1
- LOADHIGH C:\MOUSE\CLICK
- LOADHIGH C:\SMARTDRV.EXE /E:1024 1024 512
- LOADHIGH C:\DOS\DOSKEY.COM
- C:\STAC\SSWAP.COM C:\STACVOL.000 /SYNC
-