Answers for "windows batch run commands in new cmd window"

0

batch run command in new terminal window

start cmd /k echo Hello, World!
Posted by: Guest on October-16-2021
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

Code answers related to "windows batch run commands in new cmd window"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language