Page 1 of 1

how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 15:27
by giuliastar
hi

nirsoftware BulkFileChanger is a very powerfull portable tool
i have added a custom icon and i have added this command

Code: Select all

openwith """e:\bulk\BulkFileChanger.exe"" <drop>"
but i doesn't work , i mean xyplorer opens bulkfilechanger but does not send the selected file
BulkFileChanger is very powerfull portable tool , i have read the command line but had no luck

is there a way to let it work?
thanks

Re: how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 15:59
by highend
i have read the command line
Of what, BulkFileChanger?

I doubt that...

Maybe this works...

Code: Select all

sendkeys "^c";
    run "path\to\BulkFileChanger\BulkFileChanger.exe";
    wait 150;
    sendkeys "^v";

Re: how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 16:22
by giuliastar
highend wrote: 12 Apr 2019 15:59
i have read the command line
Of what, BulkFileChanger?

I doubt that...

Maybe this works...

Code: Select all

sendkeys "^c";
    run "path\to\BulkFileChanger\BulkFileChanger.exe";
    wait 150;
    sendkeys "^v";
hi

Code: Select all

sendkeys "^c";
run "e:\bulk\BulkFileChanger.exe";
   wait 150;
    sendkeys "^v";
sadly it doesn't work
it opens explorer and and copy dialog "you have initiated a copy operation (paste from clipard)"

Re: how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 16:39
by highend
No clue how Windows? Explorer is involved in this...

So, find a different way...

Re: how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 16:55
by giuliastar
highend wrote: 12 Apr 2019 16:39 No clue how Windows? Explorer is involved in this...

So, find a different way...
hi
but with other programs work , may i know the xyplorer command to send files to an application in this case BulkFileChanger
about
No clue how Windows? Explorer is involved in this..
. ,you could just try it once
thanks

Re: how can i send many files or folder to BulkFileChanger?

Posted: 12 Apr 2019 17:09
by highend
There is no direct way to send files to that program simply because it doesn't accept them as arguments (that still calls the gui of it)...