Open up a notepad.
Type in the the batch parameter you need to run.
Then save it as a .bat file.
File > Save as > myfile.bat
Example:
If you need to to copy a file (filename picture001.jpg) in C: drive to the D: drive, you can create the batch to do the task by typing the following parameter in the batch file.
xcopy [path of the file] [destination path]
xcopy C:\picture001.jpg D:
Now save it as a batch file and double click to run it.
Enjoy!
Copyright © 2026 eLLeNow.com All Rights Reserved.