Thanks DesertDwarf for reply. I do not have a guide showing how SuperCopier2 command line works? If you have any idea, please help me.
There is a post about teracopy software. I just follow the same tricks here. But it's not working. I steel believe This community will must help me.
Ask the makers of SuperCopier how its command line works. We can't tell you that, but if you need help working out how to make Opus generate whatever it is that it needs, we can then help with that part.
Khalid, you'll need to talk to the developer of SuperCopier or an advanced user to find out how the command line works. It's entirely possible SuperCopier does not even have command line functionality, so there would be no way to integrate SuperCopier into Opus.
Thank you so much Dear DesertDwarf for give me good advice. I have no knowledge about the command line arguments. I found a post in here
=93
Please have a look is that command line can any help,
actually I have no idea what I am looking for. If I do any mistake please forgave me.
1.PNG765284 19.4 KB
Thanks Dear DesertDwarf for try to help me. I believe Some Day will we Success to integrate Supercopir with Opus. I test your code but it doesn't work. Its show the following error
API is already running for the current session
you can't run SuperCopier2 more than Once per Session
Thank's Dear Jon for reply. I try again, and this time I exit super first from my task bar system try as the screenshot below.
After exit supercopier when I try the button with the following code from my Opus tollbar>> Then supercopier program open again in my task bar system try But the copy Process dose not run. nothing happen.
I found this context menu when I Drag any folder with my Mouse Right Button to other file display & If I Select "SuperCopier copy here" Then Supercopier Works fine. Is there any way to works that "SuperCopier copy here" option in my Mouse Left Click Drag & Drop?
Hi Leo I Asked in their forum. But I don't get any reply yet. But I found some post about command line. Please have a look in this command line If anything helps us to integrate Supercopier with Opus.
That looks like what DesertDwarf's commands did, but for some reason it was complaining that it was already running. (Which is strange as there's no reason you couldn't copy multiple things at the same time.)
I need to route the information about a file copy in such a way that the default copier that is installed is triggered. I did it with the SHFileOperation function from the windows shell api and it worked for me but only with the windows copier, not with the supercopier or any other copier installed.
But this is not the desired functionality. What is desired is to invoke the installed windows copier such as Supercopier, Teracopy, Ultracopier or another. It is evident that these tools implement an extension of the Windows Shell and make a customization of the copy process. I've been looking at the code on GitHub for some of these tools to see the copy hook handler they implement and I can't find a way to achieve my goald.
I need to invoke the windows shell in such a way that these copiers detect the event and handle it in their own way. If anyone has a suggestion it would be welcome.