Mac user needs help with copy on PC

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
sbrady19
Posts: 337
Joined: 12 Apr 2018, 05:22
Location: Central Florida
Contact:

Mac user needs help with copy on PC

13 May 2021, 09:04

I want to make a progress bar that shows how much of the file is currently copied.

I'm a mac user where you can watch the file size grow in the new destination folder. I dont see that on a PC. Seems when the whole file is copied, the icon shows up, so you cant really get the file size every .5 sec.

Can anyone help me understand this.
teadrinker
Posts: 4326
Joined: 29 Mar 2015, 09:41
Contact:

Re: Mac user needs help with copy on PC

13 May 2021, 14:17

Try this:

Code: Select all

CopyMoveFile(sourcePath, destDir, CopyMove := "Copy") { ; CopyMove can be "Copy" or "Move"
   ComObjCreate("Shell.Application").NameSpace(destDir)[CopyMove . "Here"](sourcePath)
}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: RandomBoy, Rohwedder, ruespe and 378 guests