Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9702

Windows Terminal: Open cmd.exe then run script

$
0
0

I want to create .bat file to open cmd.exe in Windows Terminal and activate python environment

cd D:\pythonAppvenv\Scripts\activate

this successfully open cmd in Terminal and set the directory

wt.exe -d "D:\pythonApp" cmd

but I it failed to run venv\Scripts\activate

wt.exe -d "D:\pythonApp" cmd; venv\Scripts\activate

it open 2 tab with error: Termination behavior can be configured at advance profile settings


Viewing all articles
Browse latest Browse all 9702

Trending Articles