3 lines
70 B
Ruby
3 lines
70 B
Ruby
|
|
require 'win32ole'
|
||
|
|
WIN32OLE.new('WScript.Shell').popup("Hello world")
|