Guest User

Untitled

a guest
Jun 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def open_browser(url = Custom_System::URL)
  2. browser = Win32API.new("shell32", "ShellExecuteA", %w(p p p p p i), "i")
  3. browser.call(0, "open", url, 0, 0, 1)
  4. end
Add Comment
Please, Sign In to add comment