Creating a Batch File to Copy All Subdirectories onto Another Folder

preview_player
Показать описание
█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
♦ Batch Programming Playlist
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█
Рекомендации по теме
Комментарии
Автор

Is there a way to set up template folder with a bunch of sub-folders and files, then run a batch file that will request a Job Number then a job name. assuming job number is "12345" and job name is "ABCDE"
The batch will then rename the main copied folder to "12345 - ABCDE" and then also rename some template PDFs within certain subfolders as "12345 - Cost Estimate.pdf" and maybe another PDF template in another subfolder as "12345 - Map.pdf " (assuming there is a blank PDF in the sub-folder named "number - Cost Estimate.pdf" and another blank PDF in the other named "number - Map.pdf)
I know that it involves setting variables for Job Numbers and Job Name such as "set /num prompt" "set /nam prompt", but i don't know the batch language, only a bit of AutoLisp and not an expert at that either just the basics [i.e. (setq num (getstring "\nEnter Job Number") ) ]

jayare
Автор

Hi, any tips on this one. I have a folder that contains other sub folders. I’d like to copy those sub folders into 9-10 other folders. Thanks

sperolicious
Автор

I need a help, I have 100's of root folders and under each folder there are many sub-folders and files. I want all the files in the sub-folders to come to the root folder. is that possible.

SrikumarRengaraj
Автор

I need a help, how to copy windows registry folder from multiple host to target path

hirich
Автор

I need help to copy a folder...because it wont let me copy a folder...also, how can i extract files into a different directory using batch?

buqq
Автор

I have one question:
I have one folder (DATA) containing several folders(A, B, C, D) and all these folders contain sub folders(A1, A2; B1, B2, B3... ), all sub folders(A1, A2, B1, B2) contail html files. I want only the count of the html files "folderwise"(either A, B, C or A1, A2, B1, B2 wise).
I used dir but it gives the name list also which i dont want.
it will be a great help if you could answer my question.

harsh
Автор

can I ask you a question about Batch Programming?

NICKYGdj