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.
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
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!
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.