Jump to content

[MaSteR]

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by [MaSteR]

  1. First off follow the steps in http://unattended.msfn.org/intermediate/ap...xp_advanced.htm

    Download the newest updates from:

    http://www.microsoft.com/office/orkarchive/xpupdt.htm

    Extract the files using winrar or (as in the guide, assuming C:\OXPupdates is where you put them):

    Current list as of 05/22/2005

    Run Extract.cmd to extract the SP

    Run Patch.cmd to Patch the Install... assuming the defaults in the guide above

    Np... next time use search please :) So we don't get a whole bunch of searches with just questions leading to "Use search". Unless ofcourse you can't find it etc.. Just a rant... I hate the google search I rather have it point to the main Search button on top... this might be confusing for some. Oh well enough of ranting. :)

    Extract.cmd

    Patch.cmd

  2. I think your talking about this for a window without a Title:

    >>>>>>>>>>>> Window Details <<<<<<<<<<<<<

    Title:

    Class: #XXXX

    Size

    >>>>>>>>>>>>>>>>>>>

    Start of Example:

    AutoItSetOption("WinTitleMatchMode", 4)

    ; Get the handle window for a

    $handle = WinGetHandle("classname=#XXXX")

    ; Send some text directly to this window's edit control

    ControlClick($handle, "", "Button3")

    End of example;

    Hope that helps :).

×
×
  • Create New...