Computing.Net > Forums > Windows 95/98 > ACCESS DENIED DELETING IN DOS MODE

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.

ACCESS DENIED DELETING IN DOS MODE

Reply to Message Icon

Name: DIANA
Date: June 22, 2000 at 16:27:34 Pacific
Comment:

I need to remove a file from windows98 in DOS mode to cancel every setting in the win tool POLEDIT because I restrict thr settins so much that I cannot open anything even log in windows.
So, when I try to delete the file in DOS mode, it promt "access denied".



Sponsored Link
Ads by Google

Response Number 1
Name: me
Date: June 22, 2000 at 16:32:44 Pacific
Reply:

Were you at "Ms Dos Prompt" or Dos? Will not allow very many dos commands at all in Ms dos prompt.


0

Response Number 2
Name: Kent
Date: June 22, 2000 at 16:39:38 Pacific
Reply:

attrib -r -h -s filename

that will take of the readonly, hidden, and system file status for the file.


0

Response Number 3
Name: Ydnan
Date: June 22, 2000 at 22:41:26 Pacific
Reply:

-Check the attributes of the file :
command: attrib (filename)
* if the file has a -h -r -s to the filename, this means that this file has been protected from deletion. This was usually done for a reason. deleting some files might cause problems with your OS.
-Remove the attribute
command: attrib -h -r -s
-Delete the fiel
command: del


0

Response Number 4
Name: Ydnan
Date: June 22, 2000 at 22:42:28 Pacific
Reply:

-Check the attributes of the file :
command: attrib (filename)
* if the file has a -h -r -s to the filename, this means that this file has been protected from deletion. This was usually done for a reason. deleting some files might cause problems with your OS.
-Remove the attribute
command: attrib -h -r -s (Filename)
-Delete the fiel
command: del (filename)


0

Response Number 5
Name: Dilawar
Date: June 25, 2000 at 12:22:49 Pacific
Reply:

If you 1st startup windows and then go Start - Programs - MS-Dos prompt, you will not be able to delete the programs that are currently being used by Windows.
On the other hand if you invoke the command Start - Shut Down - Restart in Ms Dos Mode, then you can delete to your hearts content. Just be careful you dont delete files you might regret later :-)
BTW, have you explored other ways beside manually deleting Poledit?


0

Related Posts

See More



Response Number 6
Name: Michelle Bammel
Date: August 2, 2001 at 19:01:12 Pacific
Reply:

I have the same problem but I encounter it when I attempt to run a command in a DOS window as follows:

start http://www.visualware.com

Does anyone know what might be causing the access denied message in this situation?


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: ACCESS DENIED DELETING IN DOS MODE

deleting in dos mode? www.computing.net/answers/windows-95/deleting-in-dos-mode/148557.html

getting around in dos mode www.computing.net/answers/windows-95/getting-around-in-dos-mode/70571.html

Adding and deleting registry keys in DOS mode www.computing.net/answers/windows-95/adding-and-deleting-registry-keys-in-dos-mode/44225.html