Home Coding, Scripting, Shaders

MEL - Assign button to the web search command

polycounter lvl 5
Offline / Send Message
jayantbhatt007 polycounter lvl 5
hi, I'm making a script where I want to assign a button to a web search command when I click on it I will open a browser. Here it is


string $browser;
$browser = `webBrowser -width 800 -height 600 -url "www.alias.com"`;

Sign In or Register to comment.