How do you save a batch file?

1 answer

Answer

1082546

2026-04-12 10:26

+ Follow

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!

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.