How can I create a Cygwin shortcut that will open Cygwin at a specific folder? This would obviate having to type
cd /cygdrive/c/Users/Tom/Desktop/
Best to do like below:
HKEY_CLASSES_ROOT\Directory\shell\BashHere Enter Data: Bash Here HKEY_CLASSES_ROOT\Directory\shell\BashHere\command Enter Data: cmd.exe /c C:\cygwin\bin\bash.exe --login -c "cd '%1'; exec /bin/bash"