nmtotal.blogg.se

How to edit a bat file
How to edit a bat file












how to edit a bat file

In this case, it would print “Hello World” to the window and then immediately close the Command Prompt window. If you didn’t add PAUSE to the file, the batch file would simply run its commands and then automatically close. This particular batch file sets ECHO off (which cleans up the output by hiding the commands from being printed at the prompt, prints the text “Hello World” to the screen, and then waits for you to press a key before it ends. For example, you might want to name it hello_world.bat.














How to edit a bat file