Make Multiple Copies of a File in Windows | Command Prompt

preview_player
Показать описание
Want to make multiple copies of a file in Windows? Make copies in one line of code on command prompt!

Hey guys,

Welcome to our channel! Hope everyone is healthy and happy :)

In this video, we will demonstrate how to create copies or make copies of a file in Windows. This is particularly useful in practical scenarios where one would want to create multiple data entry files for data collection. Well interestingly, it can be done using a single line of code on the command prompt!

Hope you loved it! Don't forget to like, subscribe and share It with your friends and relatives.

Please feel free to write your thoughts, questions or any feedback that you may have! 😊

Рекомендации по теме
Комментарии
Автор

for /l %f in (1, 1, 10) do (copy "main.xlsx" "copy_%f.xlsx")

thebulletinize
Автор

thank it helps o lot, you are the best

wybierztabele
Автор

Thank you Bro it's very useful ❤️

ajaytiwari
Автор

Thank you so much! I spent hours trying to find exactly this!

Old_SDC
Автор

loved it for now is the perfect time to use it!!
thank you so much!

andrewwheeler
Автор

Well done Mr. Kayra. Thank you so much.
Kindly paste the code in description.
for /l %f in (1, 1, 10) do (copy "main.pdf" "%f.pdf")

amnoorulaman
Автор

To anyone who needs to know that's a lowercase (small) L not a one (1) so it's /l not /1

dg-hughes
Автор

put that code in the description, it would be much better

shivanshsingh
Автор

The system cannot find the file specified

Not sure what I’m doing wrong, everything is the exact same

brendanhoffman
Автор

How do you use this to copy folders, not files?

baryn
Автор

Un grand merci pour ton aide que des Bénédictions tombent sur toi et toute tes proches ❤🍇🍇🍇🍇❤❤❤❤❤🍇

A big thank you for your help may blessings fall on you and all your loved ones ❤🍇🍇🍇🍇❤❤❤❤❤🍇

harentzharentz
Автор

What does a /1 unexpected at this time mean?

amberblakley