显示一个多线程Windows位图徽标屏幕. 位图文件必须是Windows bitmaps (.BMP). 图片可以是24-bit色(16.7 million colors).
(dos_splash filename duration [T])
filename
Windows位图文件(.BMP).
duration
持续时间(秒).
T
如果指定, 用户可以通过按键或点击鼠标解除徽标屏幕.
nil
Command: (dos_splash "mylogo.bmp" 10)
nil