This is unfortunately not working

It's the same issue you mentioned earlier in this thread:
http://community.slickedit.com/index.php?topic=798.msg3491#msg3491I also made a few tests, but w/ no luck using the Slick way...
You can try this nasty hack to achieve the sync'd cd:
VsCmd.exe "cd $PWD"to feed a cmdline to SE from an external shell script
VsCmd.exe assumes 1 (resident) SE instance and just:
1. activates SE window if existing
2. simulates 'ESC' to goto cmdline (no other dialog should be active)
3. simulates typing of SHIFT-HOME + 'cmdline>' text + ENTER
to mark poss. existing cmdline text, overtype it with <cmdline> and hit ENTER to execute it.
The ultimate (freeware) tool to do that (and much, much more) is Autohotkey
http://www.autohotkey.comSee attached the ahk source and the compiled (there is a script compiler bundled with Autohotkey) executable:
Syntax: VsCmd.exe <cmdline> (just invoke it w/o parameter to get a 'syntax' pop-up)
HS2
PS: Congrats being the 1000th community member !