- DOSKEYS (permanent aliases)
- https://superuser.com/questions/1134368/create-permanent-doskey-in-windows-cmd
- Go here: HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\
- New String Value: "Autorun"
- Value: "C:\Users\USERNNAME\scripts\doskeys.bat"
- [TODO: add vbscript to automatically add registry record for this]
- Edit doskeys.bat, add your aliases.
- add "$*" to pass command-line arguments to your alias(doskey)
- EXAMPLE: doskey npp="C:\Program Files\Notepad++\notepad++.exe" $* (USAGE: npp MYFILE.txt)
- keyrate.cmd taken from SoF
- doskey kr=%USERPROFILE%\scripts\keyrate\keyrate.cmd $*
- kr 140 45
- This makes keyboard fast.
- kr 140 45
- doskey kr=%USERPROFILE%\scripts\keyrate\keyrate.cmd $*
-
Notifications
You must be signed in to change notification settings - Fork 1
cocolacre/scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Some scripts I write and use
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published