How to open browsers using batch files April 28, 2021• Open a notepad file. Paste the below mentioned code @echo off %SystemRoot%\explorer.exe "" • Open browser in search bar. Open fi...Read More
How to open Outlook using Batch file April 28, 2021• Open a notepad file. Paste the below mentioned code @echo off %SystemRoot%\explorer.exe "" • Open outlook in search bar ==> O...Read More
How to Create multiple folders using Batch files September 12, 2020 STEPS TO CREATE MULTIPLE FOLDERS Step 01: Open notepad application Step 02: Type md in excel cell( give a space after md ), and past...Read More
How to open Multiple links in separate browsers using Batch files September 12, 2020 STEPS TO OPEN LINKS IN SEPARATE BROWSERS Step 01 : Open notepad application Step 02: P aste the below given Command to open...Read More
How to close an application using Batch Files September 12, 2020 STEPS TO CLOSE APP IN SINGLE CLICK Step 01: Open notepad application Step 02: Paste the below given Command to close the application...Read More
How to open share path link using Batch files September 12, 2020 STEPS TO OPEN SHAREPATH LINK Step 01: Open notepad application Step 02: Paste the below given Command to open the sharepath/local d...Read More
How to open links in Single click by using Batch Files September 12, 2020 Follow these steps Step 01 : Open notepad application Step 02: Type start "www.google.com" Step 0...Read More
Batch files command to Shutdown, Restart September 12, 2020 Step 01: Open notepad application Step 02 : Copy and paste the below given Command @echo OFF ECHO "Choose an option .....Read More