Eu sugiro que você use o autohotkey . você pode criar um script como este:
loop{
; wait until the Save As dialog appears
WinWaitActive,Save As
; jump to the target dir
send D:\project{enter}
; wait until the Save As dialog gone
WinWaitNotActive,Save As
}
para quando o salvar como o diagol aparecer, o autohotkey mudará automaticamente o dir para você.