Jump to content

close all Windows Explorer


Recommended Posts

sorry if this has been asked, how do i make an .au3 script to close all Windows Explorer?

i use this:

Send("!F")

Send("C")

but it wont work, because of focus problem, then it stops.

thank you.

Read the helpfile -> WinClose, WinKill and WinList etc.

Link to comment
Share on other sites

thanks.

WinClose ( "title" [, "text"] )

WinKill ( "title" [, "text"] )

winclose or winkill require the title of window, it is impossible to list all the folders name in my hdd.

Retrieves a list of windows.

WinList ( ["title" [, "text"]] )

and how do i use winlist to list the open window and then close them?

thanks again.

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...