1

I want to set a specific resolution for this batch file window. how to set it.? And can I embed an mp3 audio file to it? I want it to play during startup while it shows the welcome in batch file window. See the code you will get a clear idea, what I want to do. -Thank You

@echo off
color 0a
title welcome 
echo welcome batch


echo #     # ####### #        #####  ####### #     # #######     
echo #  #  # #       #       #     # #     # ##   ## #          
echo #  #  # #       #       #       #     # # # # # #            
echo #  #  # #####   #       #       #     # #  #  # #####       
echo #  #  # #       #       #       #     # #     # #           
echo #  #  # #       #       #     # #     # #     # #           
echo  ## ##  ####### #######  #####  ####### #     # #######       
>NUL TIMEOUT /T 10 /NOBREAK

0 Answers0