james
james

Reputation: 1035

Can Intellij automatically run commands when opening the embedded terminal?

I use the embedded terminal intellij on Windows and I always run a set of commands as soon as it opens. Commands such as setting aliases etc etc. Is it possible to get intellij to run the automatically?

Upvotes: 2

Views: 862

Answers (1)

lena
lena

Reputation: 93748

No, it's not currently supported; please follow IDEA-210036 for updates.

Note that you can set up init script in the AutoRun registry value to execute a set of commands on each cmd.exe start - see How to run a command on command prompt startup in Windows. But this will affect all your cmd shell instances, not just the cmd.exe in the terminal embedded in WebStorm

Upvotes: 1

Related Questions