https://github.com/sm-react/driveup
fix lowercase dive letter issue on Windows
https://github.com/sm-react/driveup
cmd cmder hotfix issue letter nodejs windows
Last synced: 10 months ago
JSON representation
fix lowercase dive letter issue on Windows
- Host: GitHub
- URL: https://github.com/sm-react/driveup
- Owner: sm-react
- Created: 2017-05-07T08:56:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T10:21:42.000Z (over 8 years ago)
- Last Synced: 2025-01-24T22:42:42.316Z (12 months ago)
- Topics: cmd, cmder, hotfix, issue, letter, nodejs, windows
- Language: Batchfile
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Drive up
Hotfix for the lowercase drive letter issue on Windows OS
### Usage
- first install it as a global dependency:
```shell
>npm i driveup -g
```
- fix your drive letter to uppercase in the current dir:
```shell
e:\DevelopWeb\_Theming\driveup>driveup
E:\DevelopWeb\_Theming\driveup>
```
- run your prefered shell:
```shell
e:\DevelopWeb\_Theming\driveup>startcmd cmder
```
it will run the [Cmder](https://github.com/cmderdev/cmder) in the current dir with uppercase drive letter
- run your prefered shell in the custom dir:
```shell
e:\>startcmd cmder e:\DevelopWeb\_Theming\driveup
```
it will run the [Cmder](https://github.com/cmderdev/cmder) in the `E:\DevelopWeb\_Theming\driveup`
for example if you're using `Total Commander` you may want to add such shortcut to launch `Cmder` from current dir:

### Credits
created by [@UsulPro](https://twitter.com/UsulPro)