how can i send many files or folder to BulkFileChanger?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

how can i send many files or folder to BulkFileChanger?

Post 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

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

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

Post 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";
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

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

Post 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)"

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

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

Post by highend »

No clue how Windows? Explorer is involved in this...

So, find a different way...
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

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

Post 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

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

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

Post 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)...
One of my scripts helped you out? Please donate via Paypal

Post Reply