Computing.Net > Forums > Disk Operating System > How to find & delete files in DOS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to find & delete files in DOS

Reply to Message Icon

Name: Peter W.
Date: January 10, 2001 at 16:52:43 Pacific
Comment:

Hi,

My problem is that I tried deleting Norton Anti-Virus from my laptop which runs Windows 3.1. However, now I'm getting the following Application Error message: "PROGMAN caused a General Protection Fault in module NAVEX16.DLL at 0001:004B." I've been told that I have to find and delete this .dll file, but I can't even get into Windows to do so. How can I do this in DOS?

Thanks!



Sponsored Link
Ads by Google

Response Number 1
Name: Anonymous
Date: January 10, 2001 at 19:58:19 Pacific
Reply:

In MS-DOS, try using the "DEL *.*" command without the quotes in the norton antivirus folder. You will have to repeat that command in every sub-directory IN THE NORTON ANTI-VIRUS FOLDER *ONLY*!!!! Then, type the "rd foldername" (foldername is the name of the folder you want to delete). Try the commands above ONLY in the norton anti-virus folder(s). I don't really see why you want to delete it, yet again, I don't like it much either, so try that. One experience I had with the "del *.*" command was when I did that accidentally at the C:\ prompt, which now I can't run Windows 3.1 on that computer anymore becuase it is missing config.sys or something, and you must be careful on what folder you use that command in. ONLY use those commands to get rid of programs in DOS. If you want to get rid of ONE INDIVIDUAL FILE ONLY, type "del filename.extension" (filename is the name of the file, .extension is the extension, ex: .exe, .bat, .doc, etc.). I hope any of this information could have helped you in the least bit.


0

Response Number 2
Name: The Doof Doofus
Date: January 10, 2001 at 21:55:48 Pacific
Reply:

Well, that won't help much. From DOS type:
Edit C:\Windows\WIN.INI

When it opens in DOS Editor look for the line:

Run=

Delete the entry on the line that points to Norton anti-virus. it will be something like:

C:\xxx\Navxx

What you are looking for is the NAV part, I don't remember the full path.




0

Response Number 3
Name: Mickey
Date: January 11, 2001 at 04:14:40 Pacific
Reply:

If you are sure that you can delete this file just find it first:
C:\>DIR NAVEX16.DLL /S
Then delete it:
C:\>DELETE C:\PATH\NAVEX16.DLL

Mickey


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: How to find & delete files in DOS

How to run a .reg file in dos. www.computing.net/answers/dos/how-to-run-a-reg-file-in-dos/2297.html

How to create a log file in 1 line www.computing.net/answers/dos/how-to-create-a-log-file-in-1-line/12735.html

How can I remove files in DOS ? www.computing.net/answers/dos/how-can-i-remove-files-in-dos-/10052.html