Command Line Directory Switcher

0
85

If you want to switch between directories on the Windows command line you need to type in the path directly most of the time especially if the files are located on different partitions. The tab feature is great for completing a file or directory name but there is no option to switch directories fast.

Wherever Change Directory is the name of a Windows script that is offering a way to change directories in the Windows command line blazing fast. It indexes the directory structure of the computer system at first start of the application which takes some time to complete as it needs to scan all folders and index them.

The time it takes to do so depends largely on the hard drive, the folders and the performance of the computer system.

After that it is possible to change directories with the command “wcd directory”, for example wcd desktop to switch to the desktop directory.

The default search looks for every directory name that begins with the search term that the user enters. Wildcards can be used to change that behavior so that you can select letters in the middle or end of the folder name instead using them.

wcd dictionary changer

WCD will display all directories with desktop in their name giving the user the option to pick one to change to. If only one directory with the name was found on the system WCD will immediately make the directory change.

Wherever Change Directory supports local directories, Windows LAN UNC paths, alias directories and subdirectories.

A user who has the intention to work regularly with the software program should either move it into a system path directory or add the new directory to the system path to be able to run wcd from every location and not only its source directory.

The program offers a quick way to navigate between folders using the Windows command line. While designed specifically for Windows, it is compatible with Linux and Unix as well.