Answers for "batch file open new cmd window"

0

batch run command in new terminal window

start cmd /k echo Hello, World!
Posted by: Guest on October-16-2021
0

How can i get batch files to run through the new window terminal

Open the Registry Editor and navigate to this key:

> ComputerHKEY_CLASSES_ROOTbatfileshellopencommand
> Then modify the (Default) value to the following:
> wt.exe -w 0 new-tab -d . -p "Command Prompt" "%1" %*
Posted by: Guest on October-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language