I have a script that makes other scripts run using the start command.
For instance:
start example.bat
It works fine when I don't run it as an administrator, however, when I do, the script says that it can't find the script it's supposed to run.
In this case, when I want to run the same example.bat but instead running the current script in administrator mode, I get an error that says Windows can't find "example.bat", even though I've changed nothing besides running it in admin.
Why's that, and how can I fix it? I would like the script that it is running to also run as an administrator too.