An open API service indexing awesome lists of open source software.

https://github.com/sloharkar/auto-start-firefox-application

Automatic Start Firefox Application Through Windows Batch Script
https://github.com/sloharkar/auto-start-firefox-application

batch-file batch-script cmd command-prompt firefox windows windows-10 windows-batch windows-batch-script

Last synced: about 2 months ago
JSON representation

Automatic Start Firefox Application Through Windows Batch Script

Awesome Lists containing this project

README

          

# 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 -
````bash
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
````bash
start /min firefox.exe
````
2. Copy Firefox Stop Code
````bash
taskkill /IM firefox.exe /F
````

## Dependencies
- `Windows OS`
- `Mozila Firefox`
- `Command Prompt`

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