rake_system(*cmd)
Run a command line on windows.
# File lib/rake/win32.rb, line 21 def rake_system(*cmd) AltSystem.system(*cmd) end