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

0

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

Open the Registry Editor and navigate to this key:

> Computer\HKEY_CLASSES_ROOT\batfile\shell\open\command
> 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 "How can i get batch files to run through the new window terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language