Get Answers to all your Questions

header-bg qa

How to make simple batch file...

Answers (1)

best_answer

Batch files have commands that the command prompt can understand and execute. 

Here are the steps: 

  1. Open Notepad
  2. use the syntax @ECHO OFF (disabling the display prompt), ECHO (Prints this message), PAUSE (Keeps the window open)
  3. Save with .BAT extension
Posted by

Deependra Verma

View full answer