SLoharkar / Auto-Start-Firefox-Application

Automatic Start Firefox Application Through Windows Batch Script

Home Page:https://github.com/SLoharkar/Auto-Start-Firefox-Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automatic Start Firefox Application Through Windows Batch Script

https://github.com/SLoharkar/Auto-Start-Firefox-Application


Languages

Language:Batchfile 100.0%