# Bug report ### Bug description: [activate.bat](https://github.com/python/cpython/blob/3f5c5649cfefe5b03cebe53b3ae766e2739eee23/Lib/venv/scripts/nt/activate.bat) does not know anything about `VIRTUAL_ENV_DISABLE_PROMPT`, unlike [Activate.ps1](Activate.ps1), [activate.fish](https://github.com/python/cpython/blob/3f5c5649cfefe5b03cebe53b3ae766e2739eee23/Lib/venv/scripts/posix/activate.fish) & [bash/zsh activate](https://github.com/python/cpython/blob/3f5c5649cfefe5b03cebe53b3ae766e2739eee23/Lib/venv/scripts/common/activate) scripts. ### CPython versions tested on: CPython main branch ### Operating systems tested on: Windows <!-- gh-linked-prs --> ### Linked PRs * gh-151215 * gh-151225 * gh-151263 * gh-151264 <!-- /gh-linked-prs -->
Bug report
Bug description:
activate.bat does not know anything about
VIRTUAL_ENV_DISABLE_PROMPT, unlike Activate.ps1, activate.fish & bash/zsh activate scripts.CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs