Page 1 of 1

Auto exec

Posted: 2007-11-22 10:47:14
by motxu
is ther a way to auto run a script without having to exec it?
i mean, every time u log in it runs without having to exec it
Thanks guys ;)

Posted: 2007-11-22 17:44:11
by $keR

Code: Select all

sub autoload
--- script -----
end sub

Posted: 2007-11-22 18:27:34
by grundick
$keR wrote:

Code: Select all

sub autoload()
--- script -----
end sub

8)

Posted: 2007-11-26 15:02:19
by motxu
thanks guys ;)