Skip to content

Commit

Permalink
Running as admin is necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
GChuf committed Jan 9, 2022
1 parent d010d31 commit 17f3c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCWM/install.cmd
Expand Up @@ -35,8 +35,8 @@ REM Taken from: https://stackoverflow.com/questions/11525056/how-to-create-a-bat

if '%errorlevel%' NEQ '0' (
echo You need to run this script with administrator privileges!!!
echo You can continue anyway, but some functionalities might not work.
pause
exit
)

pushd "%CD%"
Expand Down

0 comments on commit 17f3c73

Please sign in to comment.