Makebat Plugin - Request

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Electric_Soul
Junior Member
Junior Member
Posts: 7
Joined: 2008-10-13, 21:57 UTC

Makebat Plugin - Request

Post by *Electric_Soul »

Hello

I'd like to use several command line tools with MakeBat, but the input of Makeput does allow around 320 characters only, which makes it impossible to create complicated tasks.

Request: Please make it possible to enter a line longer then approx. 300 charaters

How about 1000 ? :)

Thanks

-------------------------------
Sorry, I just realized wrong board:
Last edited by Electric_Soul on 2009-03-18, 20:30 UTC, edited 1 time in total.
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

No harm---

Post by *Clo »

[mod]Moved to Plugins and Addons…
Clo, Moderator[/mod]
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
nsp
Power Member
Power Member
Posts: 1917
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Makebat Plugin - Request

Post by *nsp »

Electric_Soul wrote:Hello
I'd like to use several command line tools with MakeBat, but the input of Makeput does allow around 320 characters only, which makes it impossible to create complicated tasks.


How about 1000 ? :)
Not exactly a response to your question, but if you want, you can use TCBL instead of makebat. You will have to edit and save the created batFile instead of directly executing it.

Source Code is also include in makebat if you have delphi (turbo delphi is 100% free) just replace all temporary buffer [0..259] to [0..1024] and build you own makebat.dll
Electric_Soul
Junior Member
Junior Member
Posts: 7
Joined: 2008-10-13, 21:57 UTC

Post by *Electric_Soul »

Thanks for both hints :)

I think I am gonna try the delphi thing first. I am a C++ beginner so i cannot be that hard to compile and such :)

Thank you
Electric_Soul
Junior Member
Junior Member
Posts: 7
Joined: 2008-10-13, 21:57 UTC

Post by *Electric_Soul »

aight


actually............. NICE plugin you made there

thanks for that :)
min2max
Junior Member
Junior Member
Posts: 13
Joined: 2009-12-25, 05:53 UTC

Post by *min2max »

My demand is the support of multi-commands for each file in the selection list. I guess, for MakeBat, this could be included simply by adding a new placeholder (e.g. %n) for <new line>.

TCBL seems to have this feature, that's really great!

Thanks.
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

min2max wrote:My demand is the support of multi-commands for each file in the selection list. I guess, for MakeBat, this could be included simply by adding a new placeholder (e.g. %n) for <new line>.

TCBL seems to have this feature, that's really great!

Thanks.
There's '&' char, which allows you to run multiple commands in one line, so it would be unnecessary complication.
User avatar
franck8244
Power Member
Power Member
Posts: 704
Joined: 2003-03-06, 17:37 UTC
Location: Geneva...

Post by *franck8244 »

You can try WdxInfoPacker in your case without "wdxinfo" but it can build complex file...
TC#88260 -
min2max
Junior Member
Junior Member
Posts: 13
Joined: 2009-12-25, 05:53 UTC

Post by *min2max »

m^2 wrote:There's '&' char, which allows you to run multiple commands in one line, so it would be unnecessary complication.
Thank you for the hint. This to some extent solves one of my longstanding problem. I really found TCBL amazing though.
Post Reply