hey all, copy this into a text editor and save out as a .ls file, name it what you want. I will be posting a link to the original later tonight, as this is going off the top of my head, so some code might be wrong, cant recall for sure.
here goes:
@asyncspawn
// change this variable to match your browser
//exe file path, you need the double slash too
Browser = “C:\program files\internet explorer\explorer.exe”;
// change this variable to the selected file you
// want to open in it, make sure to leave that
// space at the beginning
page = " www.flay.com";
generic
{
spawn(Browser+page);
}
(edit) I did leave out a semi colon and the squigly bracket, fixed it, this should would, well, it works here. just modify the code for your paths