Windows 7 Batch File Error - Access Denied

wellerrocks2

New Member
Joined
Mar 27, 2012
Messages
8
Hi Guys,

So, Basically When I Hold Shift+Right Click On a Folder And Open Command Prompt Here
I Get Access Denied...

HELP ME PLEASE :silence:

Cheers Weller :D
 

Solution
It may be one or more of the commands in the batch file rather than the batch file itself. Try testing by creating a simple batch file with an innocent command (say dir) and see if it allows that.

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,703
Is it happening on all folders or is it maybe a protected folder you are trying to access?
 

wellerrocks2

New Member
Joined
Mar 27, 2012
Messages
8
Well i have tryed giving me all permissions in properties>security etc but it hasnt changes ANYTHING let me try on another folder - the command im trying is windows.bat

EDIT:- nope all folders
 

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,703
It may be one or more of the commands in the batch file rather than the batch file itself. Try testing by creating a simple batch file with an innocent command (say dir) and see if it allows that.
 

Solution

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,703
Sounds like time to analyse the contents of the batch file.
 

Back
Top