module Rake::Win32

def rake_system(*cmd)

Run a command line on windows.
def rake_system(*cmd)
  AltSystem.system(*cmd)
end