I manage my Windows clients mostly with a tool call WinBatch. One of the nice features is the option to display a progress bar and update that progress bar while the script is running.
aStatusBar (0,title,message1,10,0) to open the statusbar
aStatusBar (1,title,message2,10,1) to update the statusbar
aStatusBar (2,"","",10,10) to close the statusbar
Is there anything similar for OS X that would allow me to do something like that in a script executed via policy?
Thanks,
Dirk