A repository containing small scripts or utility executables for Windows cmd console.
Description of each item and help is available in the wiki
simply run
irm https://raw.githubusercontent.com/revoconner/cmd-utilities/main/setup.ps1 | iex in powershell or
curl -sL https://raw.githubusercontent.com/revoconner/cmd-utilities/main/setup.ps1 | powershell -NoProfile -Command - from cmd.
It will download the files, put it into a folder in C:\Aliases if it doesnt exist, or in C:\Aliases1 if it does, then set that folder to user path.
- Simply download the repo (As a zip if you want to, then unzip). As an example, folder structure is shown below as is on my PC.
- Copy the folder path (in my case that's
C:\Aliases) to your environment PATH variable as shown. - A new cmd window should ideally load the utilities to be used, else a reboot will definitely do it.
- Search for env in start and open the result as shown below.
- click on the button marked in the image below.
- Select the entry called
Pathas shown in the image below, then click the edit button. Ideally do this on the first panel (which is for your user account, and not the bottom which is system wide) - This will open up this window, where you can click on
Newbutton and then enter the path to your folder which is in my caseC:\Aliases - Select the new entry and click the move up button, till it's at the top (will require multiple clicks).
- Then simply click okay on all the dialog boxes and windows.
Note:
- I am putting the exe in the repo itself since they are tiny and that means anyone downloading it gets it from a single place.
- Where the it's an executable, the C++ script is attached as well.
- These has only been tested on my PC which is Windows 11 Enterprise 24H2 LTSC version, and while unlikely, may not work on your machine.
- Feel free to post an issue if anything doesn't work, but a quick fix is not guaranteed.




