How to Create a Bat File?


We will look for the answer to the question of how to create batch files with bat extension in Microsoft Windows operating systems with an example.
Open a text file and add the following lines:
@ECHO OFF TITLE Baslik belirtiniz ECHO GIRIS METNI YAZILIR. PAUSE XCOPY /E /I /H /R /Y Dosyalar\resim.jpg %SystemDrive%\WINDOWS ECHO KOPYALAMA BAŞARILI PAUSE START Dosyalar\uygulama.exe ECHO YUKLEME BASARILI PAUSE
XMLMAKE A COMMENT
COMMENTS - 0 COMMENTS