Created
September 5, 2012 16:06
-
-
Save jan-swiecki/3639090 to your computer and use it in GitHub Desktop.
cd + change drive letter, for windows.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM put this file in C:/Windows | |
REM then if you are in `d:/abc/cdf` and type `go e:/xxx` in cmd.exe, you will go there :) | |
cd %~f1 | |
%~d1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment