[Gambas-user] Run command after making exe (options)

Benoît Minisini g4mba5 at gmail.com
Wed Feb 17 22:59:33 CET 2021


Le 17/02/2021 à 22:39, Bruce Steers a écrit :
> 
> 
> On Tue, 16 Feb 2021 at 19:43, Benoît Minisini <g4mba5 at gmail.com 
> <mailto:g4mba5 at gmail.com>> wrote:
> 
>     Le 15/02/2021 à 17:29, Bruce Steers a écrit :
>      >
>      >
>      > On Sun, 14 Feb 2021 at 21:02, Bruce Steers <bsteers4 at gmail.com
>     <mailto:bsteers4 at gmail.com>
>      > <mailto:bsteers4 at gmail.com <mailto:bsteers4 at gmail.com>>> wrote:
>      >
>      >     Hi.
>      >     I'm trying to use the "Run command after" option when making
>     an exe
>      >     to auto-alter some version texts in various files
>      >     i made a gbs script file that i can place in the source
>     folder and
>      >     it does the version change okay but i can't launch it.
>      >
>       > [...]
> 
>     I have replaced the '$(FOLDER)' substitution by '$(DIR)', fixed your
>     tooltip text, and replaced it by an explicit help label.
> 
> 
> 2 things.....
> 
> 1. Could we remove the quotes from $(DIR)  ?
> It would make it easier to use paths like '$(DIR)/filename'

Just write $(DIR)'/filename', it should work.

> 
> 2. also what's the chances of the TextBox becoming a TextArea for a 
> little more advanced scripting?

It should not be a problem. But this feature was intented for very 
simple things.

> 
> thirdly (sorry 3 things)
> possibly a checkbox to disable any text output in the console?
> currently even if my command has no output the console still prints the 
> command line. (it overides warnings tab)

Why? You must want to see the output of your command, to check that it 
was run and that there were no problem.

-- 
Benoît Minisini


More information about the User mailing list