Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
rake_system(*cmd)
public
Run a command line on windows.
# File lib/rake/win32.rb, line 21
def rake_system(*cmd)
AltSystem.system(*cmd)
end