Class: IISAppCmd
- Inherits:
-
Object
- Object
- IISAppCmd
- Defined in:
- lib/IIS_appcmd.rb
Instance Method Summary collapse
Instance Method Details
#execute(arugment) ⇒ Object
2 3 4 5 6 |
# File 'lib/IIS_appcmd.rb', line 2 def execute(arugment) response = `c:\\windows\\system32\\inetsrv\\appcmd.exe #{arugment}` #puts response response end |