module Mixlib::ShellOut::Windows

def _run_directly(command, exe)

def _run_directly(command, exe)
  [ exe, command ]
end