Answers for "run batch file without cmd window"

1

run batch file from cmd

Command Prompt
To run a batch file with Command Prompt, use these steps.

Open Start.
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
Type the path and name of the batch file, and press Enter:

C:PATHTOFOLDERBATCH-NAME.bat
Posted by: Guest on March-05-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