Skip to content
Buzzen Chat Network

Start Up

A TG007 community discussion started by CharmedOne.

Discussion 3 posts
Page 1 of 1
Open
Topic #13825 · 3 published posts · 1,862 views

I wanna open a script window on start up & wanted to do it with a you tube video um what am, i missing here

 

on *:START:{ window -p @start | echo -a $dll(nHTMLn,attach,$window(@start).hwnd) | echo -a $dll(nHTMLn,navigate,http://www.youtube.com/watch?v=linkexample ) }

I dont have a alias just the code shown

ok so in scripts editor i can go to my alises & add this

 

nHTMLn_2.95 { return $shortfn($mircdirdll\nHTMLn_2.95.dll }

 

which if I edit the above code i posted like this

 

on *:START:{ /nHTMLn_2.95 | /window -p @start | echo -a $dll(nHTMLn,attach,$window(@start).hwnd) | echo -a $dll(nHTMLn,navigate,http://www.youtube.com/watch?v=linkexample ) }