Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollasch/win-scripts
Useful Windows Command Shell Scripts
https://github.com/hollasch/win-scripts
command-line command-line-tool script scripts-collection tools windows
Last synced: 14 days ago
JSON representation
Useful Windows Command Shell Scripts
- Host: GitHub
- URL: https://github.com/hollasch/win-scripts
- Owner: hollasch
- Created: 2016-02-20T19:56:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T23:22:59.000Z (about 1 year ago)
- Last Synced: 2024-10-15T09:53:51.209Z (4 months ago)
- Topics: command-line, command-line-tool, script, scripts-collection, tools, windows
- Language: Batchfile
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Useful Windows Command Shell Scripts
====================================================================================================This is a collection of Windows command shell (.cmd) scripts that I find useful.
### Scripts
- `admin` -- Execute command as administrator
- `batch-lf-fail` -- Illustrates how cmd files may fail if they have LF line endings
- `clip-edit` -- Invoke %EDITOR% to place content on the clipboard
- `envgui` -- Launch the Windows environment variable GUI
- `get-tempfile` -- Creates a temporary file (or directory) name for command scripts
- `pathlist.py` -- Pretty report of current path list, noting non-existent and duplicate entries
- `pdfcat` -- Concatenates multiple PDF files into one
- `sleep` -- One-liner simple sleep (in seconds)
- `touch` -- Creates/updates the timestamp of a given file
- `upsearch` -- Locate nearest target file upwards from current working directory
- `vmove` -- Batch move/rename utility using the preferred %EDITOR%### Snippets
- `admin-launch.cmd` -- Demonstrates how to auto-relaunch a script with admin priviledges
- `failexit.cmd` -- How to properly exit a CMD script with a non-zero exit code & ERRORLEVEL----
Steve Hollasch
[email protected]
https://github.com/hollasch