cmder/bin
Mike 0311e129ca Handle quoted paths
I was annoyed at having to use short paths all the time in my aliases. It wasn't until I found a command that actually refused to work with a shortpath (running iisexpress.exe) I was determined to find a solution. 

It appears that the reason the quoted paths weren't working was due to the ::validate alias stuff. The for command would stumble on a quoted path, arguing that /foo was unexpected...

The additions on lines 7-8 wrap the input in quotes and then strip the inner quotes. This variable is used in the for loop (instead of %*) for validating the alias. So long as the alias is valid (contains no spaces) then the existing method of appending the new alias to the aliases file works just fine because it still uses %*.
2015-02-22 23:48:33 -06:00
..
agent.cmd Support %HOME% variables containing spaces 2014-12-18 10:30:14 +01:00
alias.bat Handle quoted paths 2015-02-22 23:48:33 -06:00
Readme.md fixed errors and grammar 2013-12-13 00:32:22 +01:00

Bin

This folder will be injected into the PATH environment variable at runtime.