Jump to content

Simple Functions Difficult In Autoit!


gcue
 Share

Recommended Posts

as part of an win XP unattended install, im trying to set the following under my computer:

my computer > view > list

my computer > view > status bar

tools > folder options > view > apply to all folders

i've tried using

run("explorer.exe /select,c:")

WinWaitActive("My Computer", "", "3")

WinMenuSelectItem("My Computer", "", "&View", "&List")

WinMenuSelectItem("My Computer", "", "&View", "Status &Bar")

WinMenuSelectItem("My Computer", "", "&Tools", "Folder &Options") .... didnt know where to go from there..

none of the settings apply. :whistle:

i also tried:

run("explorer.exe /select,c:")

WinWaitActive("My Computer", "", "3")

ControlClick("My Computer", "", "CabinetWClass2")

ControlClick("My Computer", "", "CabinetWClass7")

neither work B)

can anyone help?

i would really appreciate it!!!

-thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...