you could modify all the scripts to start with

@echo off
if isset VERBOSE if %VERBOSE% == "true" echo on
echo Installing <insert application name here>

If you'd like i can produce a script that does this in all script files for
you (supposing u have a linux system of course :) )

for the application name i would use the part behind the :: OPTIONAL  tag
in  the scripts

the 'if isset VERBOSE if %VERBOSE% == "true" echo on'  part i would put
there so that you could specify an environment variable VERBOSE (set
VERBOSE=true) so you could see the output if you want to...

if needed, just let me know and i'll see when i can put it between some
other small tasks in my task list

Michael





On Wed, Mar 12, 2008 at 3:24 PM, Richard V.B <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I would like to know if it's possible to make todo.pl more quiter when it
> executes the commands from the todo list. Instead of having the  command who
> is promnpted like
> Running : application.exe -s /serial : XXXXXXX.....
> i'd like to have like
> Running : Installation of Application.
>
> Thanks for your help
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>


-- 
Michael De Groote
ICT-coordinator Sancta Maria Basisschool Leuven
ICT-coordinator Sint-Pietersschool Korbeek-Lo
ICT-coordinator Scholengemeenschap Katholieke Basisscholen Leuven
ICT-coordinator Parkschool Leuven
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to