Jump to content

Start Up


CharmedOne

Recommended Posts

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 ) }

Link to comment
Share on other sites

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 ) }

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...