Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

Use WinClose for explorer windows. WinKill has remarks in the helpfile for the exception of handling explorer windows.

:D

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
×
×
  • Create New...