Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rathorsunpreet/dos_scripts
Batch Scripts that I use personally.
https://github.com/rathorsunpreet/dos_scripts
batch batch-file batch-script batchfile dos programming script script-collection scripts
Last synced: 15 days ago
JSON representation
Batch Scripts that I use personally.
- Host: GitHub
- URL: https://github.com/rathorsunpreet/dos_scripts
- Owner: rathorsunpreet
- License: mit
- Created: 2024-05-13T22:56:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-26T21:46:22.000Z (8 months ago)
- Last Synced: 2024-11-10T09:15:44.310Z (2 months ago)
- Topics: batch, batch-file, batch-script, batchfile, dos, programming, script, script-collection, scripts
- Language: Batchfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DOS Scripts
Collection of batch files, that I use personally.## Installation
Download the package from Github and unzip it. Then, add those scripts to any folder in the *PATH* environment or add the folder containing these scripts to it.## List
Here is the list of batch scripts and a short description of what they do.| Script Name | Description |
| ----------- | ----------- |
| gotocode.bat | Jumps to C:\Users\\"username"\Documents\Code |
| listings.bat | Executes the command "dir /o /b:gn" and saves the output in a file|
| makeprompts.bat | Creates a user specified amount of command prompts |
| editor.bat | Creates a new file and opens it up for editing |
| systemfetch.bat | Batch script to display system info like neofetch |## Usage
Restart the *Command Prompt* to access the new scripts if you get an error on the lines of "Command not found". Otherwise, just type in the script file name.## Notes:
1. Update `gotocode.bat` with your own username.## License
[MIT](https://choosealicense.com/licenses/mit/)