function set_Cookie()
{
document.cookie = "myurl=" + document.location.href + ";path=/";
}
set_Cookie();
document.write("
");
document.write("
USER COMMENTS >");
document.write("
Linux supports this too
");
document.write("The same can be done under Ubuntu Linux. Simply go to System > Preferences > Sessions. Then click the \"Add\" button under the Startup Programs tab and add you favorite program you want to auto start when you boot up and log in.
BTW: Windows 2000 also supported the auto startup feature, which has similar instructions to the Windows XP instructions.. Graeme Geldenhuys");
document.write("DOS
");
document.write("This has been available even since the good old DOS days. Just had to edit the autoexec.bat file
I personally like don't like everything popping up at me when windows boots and would rather wait to windows (finally) finishes booting, before loads something.. Brian");
document.write("");