in linux I have moved the local dropbox folder using this python script --> http://dl.dropbox.com/u/119154/permalink/dropboxdir.py
How do I script to do the same in windows?
The script you linked to doesn't use an officially supported interface for interacting with Dropbox, but rather connects directly to some internals of the Dropbox desktop client, which isn't recommended. We don't currently have an official API for interacting with the Dropbox desktop client like this, but I'll be sure to pass this along as a request.