• Windows XP 06-19-2009 Comments Off

    http://support.microsoft.com/kb/555463

    1. dell computer gx620 has an auto on feature. Auto on time set to 9:45AM.
    2. scheduled task set ’shutdown -s -t 01′ to shutdown at 1:30AM every day.
    3. Windows set to autologin Customer user (http://support.microsoft.com/kb/315231).
    4.  All scripts are stored in vidmenu on Customer desktop.
    5. Screensaver turned off for Customer.
    6. Login script: automate ftp in windows: ftp -n -s:”c:\Documents and Settings\Customer\Desktop\vidmenu\cmdftp.txt” oasisbowl.com cmdftp.txt contains:

     lcd “c:\Documents and Settings\Customer\Desktop\vidmenu”
    user xxxxxx
    <password>
    bin
    cd /httpdocs/vidmenu get menuBuford.txt
    quit

    7. set iexplore homepage to C:\Documents and Settings\Customer\Desktop\vidmenu\menu.html which contains:
    <head>
    <meta HTTP-EQUIV=”REFRESH” content=”60; url=http://www.oasisbowl.com/vidmenu/menu.swf”>
    </head>
    <center>
    Please wait. Menu is loading…
    </center>