Engine migration in main application in rail 2.3.2 on window

Hello all,

I am developing a small rails engine. using rails 2.3.2 version on
windows OS

I followed steps from railscast video.
http://media.railscasts.com/videos/149_rails_engines.mov

I am stopped at how to do migration from rails engine to main
application

in railscasts video they given a rake task like

but this task is not for windows environment.

namespace :create_subscription do
desc “Sync extra files from create_subscription plugin.”
task :sync do
system “rsync -ruv vendor/plugins/floxee/db/migrate db”
end
end

Is there any command to run migration task.

Can any one tell me what should I use, so that I can run plugins
migration ?

Thanks,
Vikas.