Skip to content

SLoharkar/Auto-Start-Firefox-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Automatically Start Firefox Application Through Windows Batch Script

Introduction

  • In the Script Two Batch Script File
  • One for Start Firefox Application
  • Second for Stop Firefox Application

Features

  • Start & Stop Application Work on Multiple Application
  • It Also Helps in to Kill Application
  • Improves time efficiency
  • Required Less Knowledge to Run & Execute

Installation

  • Just, Clone this repository -
https://github.com/SLoharkar/Auto-Start-Firefox-Application.git
  • Download Specific File of Firefox Start or Firefox Stop
  • Copy Firefox Start & Stop Code and Paste on Command Prompt
  1. Copy Firefox Start Code
start /min firefox.exe
  1. Copy Firefox Stop Code
taskkill /IM firefox.exe /F

Dependencies

  • Windows OS
  • Mozila Firefox
  • Command Prompt

Supported Platform : Windows 7,8,10 & 11, Microsoft Server 2016 & 2019