Sunday, December 15, 2019

Batch File Programming..

Batch File Programming..
Image result for batch file programing
What is a batch file?
A batch file is a collection of instructions that are used to run multiple commands at a time. It is basically a bundle of packages that are written In a sequence so that user does not have to put commands and instructions again and again. These files contain .bat extension. This means that you have to save the batch files by using .bat extension at the end of file name. These are basically DOS commands and also can run on command prompt.

How to write a batch file?
To write a batch file, first open a text editor (i.e, Notepad or Notepad++).
In Notepad, type the commands which you want to execute.
Example –
@echo off
echo Hi Techammer!
pause

Save them with .bat extension.
The output will be shown in command prompt as –
Hi Techammer!

Thanks For Supporting......

0 Please Share a Your Opinion.: