I am new to AutoIt and am having an issue with opening windows explorer to a specific network folder location.
I did do some seatching on the forums and I found the following:
Run("explorer.exe" & "c:\windows")
However this doesn't even work for me, and it isn't even a network location.
What I am ultimatly trying to accomplish is:
1. Open several explorer windows to different folder locations
2. Move each explorer session to different locations on the screen.
3. Do some folder serching in each session (same base search in each).
4. Select the results in the session
5. Change the file attribute to "read only"
6. Close each folder when completed.