https://github.com/bankole2000/batch-scripts
Collection of Self Made Windows Batch Script files For personal Use
https://github.com/bankole2000/batch-scripts
Last synced: 4 months ago
JSON representation
Collection of Self Made Windows Batch Script files For personal Use
- Host: GitHub
- URL: https://github.com/bankole2000/batch-scripts
- Owner: Bankole2000
- Created: 2019-08-12T19:51:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T09:25:35.000Z (about 6 years ago)
- Last Synced: 2025-04-09T18:13:23.656Z (over 1 year ago)
- Language: Batchfile
- Size: 171 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some Useful Batch-scripts
A collection of batch scripts for personal use on windows. For **System and applications Setup**, **Navigation**, **Browsing**, quick **push** to github, and **file backup** from the command line.
[](https://bankole2000.github.io/alc4.0strategy)
_
"I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it."
- **Bill Gates**
_
## What is This?
A small collection of batch scripts I wrote for personal use. Built with [DOS Batch](https://getbootstrap.com/), [Choco](https://chocolatey.org/), and a bit of [Patience](https://simpleprogrammer.com/improve-your-patience-developer/)...
## Main Features:
- **devSetup.bat** - Batch file to quickly setup and install several `Choco` and `NPM` software packages (*designed for Public Use*).
- **backup.bat** - Batch file to quickly backup files from different locations in the windows file structure (*for private use*).
- **browse.bat** - Batch file to quickly open local and internet urls in chrome (*for private Use, requires chrome*).
- **go.bat** - Batch file to quickly open local and internet urls in chrome (*for private Use, requires chrome*).
- **push.bat** - Batch file to quickly push to remote repository (*designed for Public Use, requires github account*).
- **RemoveDrive.exe** - Executable file to eject USB drives from the Command Line. (*designed for Public Use).
> Note: Batch Files designated "*for private use*" can easily be adapted for your own personal use as well, just require a little costumization. Working on the docs for that. Updates will be in this readme.
## BackStory - Why I made this
*Update Coming Soon*
## How to Use
*Update Coming Soon*
## Features in Development
- [x] App Descriptions in **devSetup.bat**
- [x] Customizations in **go.bat**
- [ ] Help Commands in all batch files
- [x] Clean up - README.md Update
## Contribution
Contributions are highly welcome. Feel free to fork, clone, make pull requests, report issues etc.
### Some notes on the code
```DOS
push
REM eg - push master
```
> just a note
```DOS
global variables like
%USERPROFILE%
%appData%
```
## Acknowledgments
*Update Coming Soon*
That being said
_
Adieu, Till I push again... I must return to my meditations on the Ways of Automation and the terminal of command
_