Display an image as a splash screen when running Windows batch file, vbscript/wscript or Python cons
- by Malcolm
Any ideas how I can display an image file (bmp or png) centered on the screen as an application splash screen when running a Windows console script based on a batch file, vbscript/wscript or Python console script?
I'm not interested in a wxPython solution - that's too much overhead just to implement a cosmetic feature like a splash screen.
Thank you,
Malcolm