Method: Windows::Exec#echo
- Defined in:
- lib/beaker/host/windows/exec.rb
#echo(msg, abs = true) ⇒ Object
14 15 16 |
# File 'lib/beaker/host/windows/exec.rb', line 14 def echo(msg, abs=true) (abs ? ABS_CMD : CMD) + " /c echo #{msg}" end |