How to Create a Batch file in Windows 8 ?

In this article , we will explore one of the easiest way on how to create batch file in Windows 8 . The process of creating batch file in Windows 7 or other versions of Windows too remains the same.

What is a Batch File ?

Batch file is a text file that have some kind of commands in them or is used to execute a batch of DOS commands .

How to Create a Batch file in Windows 8 ?

There are various ways with which the user can create the batch file . The purpose of the batch file to executed has to be identified by the user creating the batch file and its context as well.

The batch files can typically be used to automate a process / task of the user.

To create a simple batch file in Windows 8 , Follow the below steps

1. Open Note pad.

2. Type the following

Echo off

ipconfig

3. Save the file as “batch.bat” on the desktop

4. From the Desktop , double click the “batch.bat” file to open the batch file and execute the commands in it . In the above example , ipconfig will be displayed.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you will learn about sync provider notifications in Windows 11 and how to disable or enable it...
In this tutorial, let’s learn how to enable or disable the startup sound in Windows 11. By default, when Windows...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...