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
- Host: GitHub
- URL: https://github.com/sloharkar/auto-start-firefox-application
- Owner: SLoharkar
- Created: 2023-02-23T06:48:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T07:43:41.000Z (over 3 years ago)
- Last Synced: 2025-08-28T04:59:49.740Z (10 months ago)
- Topics: batch-file, batch-script, cmd, command-prompt, firefox, windows, windows-10, windows-batch, windows-batch-script
- Language: Batchfile
- Homepage: https://github.com/SLoharkar/Auto-Start-Firefox-Application
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`**