Method: PSWindows::Exec#echo

Defined in:
lib/beaker/host/pswindows/exec.rb

#echo(msg, abs = true) ⇒ Object



14
15
16
# File 'lib/beaker/host/pswindows/exec.rb', line 14

def echo(msg, abs=true)
  (abs ? ABS_CMD : CMD) + " /c echo #{msg}"
end