I just create a symbolic link to my fixed folders. I simply put them in the place of the actual folders (Strategy, History), and it works without any fuss.

Using mklink:
Code:
cd c:\Zorro
move .\Strategy .\Strategy_old
move .\History .\History_old
mklink /d .\Strategy c:\ZorroFoldersFixed\Strategy
mklink /d .\History c:\ZorroFoldersFixed\History