Jump to content

Windows Explorer - copy/move files/folders


Recommended Posts

is somehow possible to run explorer.exe

with a copy/move command within autoit script

like windows does ?

 

I mean , like

right click on a folder/file +copy (from source path)

and right click on destination path+paste

 

practically I want to do this silent and see only native windows explorer progress bar

 

c

Edited by oneLess
Link to comment
Share on other sites

thank you

I don't have problems with the above functions

I wonder if we can ask windows to do its filecopy

and see ONLY its native progressbar ( which is very nice in windows 10)

 

c

/edit

copy.jpg

Edited by oneLess
Link to comment
Share on other sites

Have a look at _WinAPI_MoveFileEx and _WinAPI_CopyFileEx

EDIT: Did not see that image the when I posted the above - those functions won't show that,.

In the abscence of better advice have a look at using Powershell: http://blog.backslasher.net/copying-files-in-powershell-using-windows-explorer-ui.html

 

Edited by Jfish

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

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