https://github.com/guilt/cmd
CMD: Windows Autoexec
https://github.com/guilt/cmd
autoexec command developer environment windows
Last synced: 29 days ago
JSON representation
CMD: Windows Autoexec
- Host: GitHub
- URL: https://github.com/guilt/cmd
- Owner: guilt
- Created: 2020-10-02T21:31:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T21:54:05.000Z (about 1 month ago)
- Last Synced: 2026-03-04T01:41:54.643Z (about 1 month ago)
- Topics: autoexec, command, developer, environment, windows
- Language: Batchfile
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# CMD: Windows Autoexec
`AUTOEXEC.BAT` was automatically executed when people used to run DOS.
We do not have that facility in Windows anymore, but this is a
stop-gap for it.
When running a toolchain without **Powershell** or **Bash**, it was
historically important to me to be able to libraries, tools and
utilities and tools for development.
I still use this setup on any **Windows** machine I work on. I was
complaining about the lack of command line tooling available for
development on Windows, but I have started to work with the system
than against it. I maintain this Git repository periodically.
This is my **DotFiles** for Windows.
## Instructions
1. `git clone` or extract this repo into a directory called `CMD` in your home
directory. Such as `C:\Users\John\CMD`. This `README.MD` file should be
within it. Now just click and open the `AUTOEXEC.REG` registry entry.
It will add the registry entries in that file into your registry.
2. Open a new **Command Prompt** and now `AUTOEXEC.CMD` file will run
automatically.
## Thank You and Feedback
Reach out to me for any feedback.
Now Enjoy!
* Author: Karthik Kumar Viswanathan
* Web : https://karthikkumar.org
* Email : karthikkumar@gmail.com