DialogHandlerと連携してファイル選択/保存ダイアログで指定場所に飛ぶ

DialogHandler http://frozenlib.net/dialog_handler/
というソフトが便利だったのでAHKで一発で呼べるようにした
うーんスピーディでよろしい

#IfWinActive, ahk_class #32770
^B::Run, D:\app\DialogHandler\DialogHandler.x86-64.exe E:\Download\
^D::Run, D:\app\DialogHandler\DialogHandler.x86-64.exe D:\document\
#IfWinActive