Replies: 1 comment
-
Looks like this is somehow related to: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With plain old Command Prompt (
cmd.exe
), when I set an environment variable and start a new Command Prompt from within the initial one viacmd.exe
, this environment variable is also present in the newly created Command Prompt. I can also combinecmd.exe
withstart
to create a new window and the environment variable is available there.I can't figure out how to achieve this in Windows Terminal creating a new tab using
wt.exe nt
. Also I wasn't able to find a possibility to predefine environment variables e. g. in Profiles. I can't believe I'm the only one missing this so may be I'm just missing something...Example
Start
cmd.exe
and execute the commands prefixed with>
Combined with
start
to create a new windows from the initial one:Similar "workflow" in Windows Terminal:
Beta Was this translation helpful? Give feedback.
All reactions