Visual studio code cmd error: Cannot be loaded because running scripts is disabled on this system

后端 未结 11 1510
北荒
北荒 2020-12-02 07:52

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

11条回答
  •  盖世英雄少女心
    2020-12-02 08:19

    If you don't need to explicitly run this on PowerShell, then you may want to try running it in the command prompt.

    Just type cmd and press enter. Doing so will open the command prompt in the current terminal window. It will behave same as a normal command prompt.

提交回复
热议问题