Posts

Showing posts with the label Create and Run Batch File in Windows 10 Create and Run Batch File Windows 10 office.com/setup www.office.com/setup office setup

How to Create and Run Batch File in Windows 10

Image
You might be aware that on Windows 10 device, one batch file is present, which comprises of .bat extension that comprises innumerable orders; it is understood by the Command Prompt as well as work in order for doing a different activity. You don’t need to waste time typing orders. Rather, go for the batch file on your Windows 10 device. Generally, users put their orders manually for performing any single action. The presence of a batch file makes the work quicker of typing orders again, and this leads to saving plenty of time. Note: This blog is applicable for Windows 10 users. Making a batch file  Firstly, go to Start. Then, look for the Notepad option. After that, press on the result given on the top for starting the application. Next, write the given order. ”@ECHO OFF ECHO Congratulations! Your first batch file executed successfully.” PAUSE” Next, press the File menu. After that, choose the Save option. Next, write the title of the script. Making an ...