filmov
tv
How to create a batch file on Windows 10 with 3 different simple ways
Показать описание
How to create and run a batch file on Windows 10
With 3 different simple ways.
In this video tutorial, I am going to show you 3 different simple way. An you can stop wasting your time typing commands manually and use a batch file instead — here's how on Windows 10.
#BatchFile
#Windows10
#HowToCreateBatchFile
Here Writing a simple batch file
To create a simple batch file on Windows 10, use these 3 steps:
1. From Command prompt.
2. From Text Document
3. From Notepad and Command prompt.
Type the following lines to create a simple batch file:
@ECHO OFF
Echo.
Echo.
Xcopy c:\FolderName\*.* c:\NewFolder\ /d/s/y/i/h
Echo.
ECHO Congratulations! Your first batch file executed successfully.
Echo.
PAUSE
Media
Thank you for watching and see you next time.
With 3 different simple ways.
In this video tutorial, I am going to show you 3 different simple way. An you can stop wasting your time typing commands manually and use a batch file instead — here's how on Windows 10.
#BatchFile
#Windows10
#HowToCreateBatchFile
Here Writing a simple batch file
To create a simple batch file on Windows 10, use these 3 steps:
1. From Command prompt.
2. From Text Document
3. From Notepad and Command prompt.
Type the following lines to create a simple batch file:
@ECHO OFF
Echo.
Echo.
Xcopy c:\FolderName\*.* c:\NewFolder\ /d/s/y/i/h
Echo.
ECHO Congratulations! Your first batch file executed successfully.
Echo.
PAUSE
Media
Thank you for watching and see you next time.