Windows 10 Trouble opening bat files

iiEleven11

Active Member
I have a couple of batch files that i run when i play a specific game. I used to be able to double click them to execute some commands. Now i am forced to right click and run as admin. The error I get when i double click is "Windows cannot find "path of bat". Make sure you typed the name correctly, and try again." I feel like i've tried everything to fix this even gone as far as trying a new account. I know media creation tool could be the final solution but wanted to avoid that if possible. One thing I was wondering because I found conflicting information, is there a batch file environment variable and what is the correct path?

Note one of the bats is fairly simple. Just executing an exe in c: and throwing it some argument. Its entirety is this;
c:
cd c:\
keyrate.exe 125 1
 
Back
Top