Method: Fig::Windows.shell_exec_windows
- Defined in:
- lib/fig/windows.rb
.shell_exec_windows(cmd) ⇒ Object
38 39 40 41 42 |
# File 'lib/fig/windows.rb', line 38 def self.shell_exec_windows(cmd) with_generated_batch_script(cmd) do |f| Kernel.exec(f) end end |