Inside of visual studio code, I\'m trying to execute a script.bat from the command line, but I\'m getting the following error:
File C:\\Theses_Repo\\t
I have faced the same problem due to security reasons on Windows 10. I managed to fix it by running the following command in PowerShell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted