Search found 8 matches
- 02 Oct 2018 08:00
- Forum: DOS Batch Forum
- Topic: Copy folder structure
- Replies: 1
- Views: 2913
Copy folder structure
Hi guys, This most likely has been answered but a quick search did not find exactly what I need. I have a folder structure that I need to paste into several different folders. https://preview.ibb.co/mWRWOe/lob_folder_struct_paste.jpg I need the structure on the left "A" inside all the folders on the...
- 31 Oct 2017 09:38
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
YES ! I downloaded the file you attached and it worked like a charm !
You just saved me SOOOOO much time !!!! WOW !!!!
Thanks sooooo much!!!!
I Owe you big time !!!
You just saved me SOOOOO much time !!!! WOW !!!!
Thanks sooooo much!!!!
I Owe you big time !!!
- 31 Oct 2017 09:19
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
Im not sure im doing it right, I took the the code and pasted it into a notepad and saved it as "testmove.cmd" then I dropped that in the root folder and ran the script but it didnt seem to move any files. https://thumb.ibb.co/kALdvw/here.jpg Did I have to add anything to the code?
- 31 Oct 2017 07:24
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
Ohh I think I see what you mean
So yes, In my real files there are several lvl1 subfolders in the root dir. So if i understand correctly, the script needs to search from root and not lvl one.
So yes, In my real files there are several lvl1 subfolders in the root dir. So if i understand correctly, the script needs to search from root and not lvl one.
- 31 Oct 2017 06:56
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
Hi , been a bit busy sorry for my late response.
The pdfs from the 3rd level (lvl3 - XX) are the ones I need to move, Im guessing it would need to search there ?
Thanks again for your help !
The pdfs from the 3rd level (lvl3 - XX) are the ones I need to move, Im guessing it would need to search there ?
Thanks again for your help !
- 27 Oct 2017 11:53
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
So im really not sure what im doing..
I created a test file structure.
https://drive.google.com/open?id=0B6L96 ... 3FRVHJEUXc
If you have the time, could you show me what i need to do to obtain my goal?
Thanks a million !
I created a test file structure.
https://drive.google.com/open?id=0B6L96 ... 3FRVHJEUXc
If you have the time, could you show me what i need to do to obtain my goal?
Thanks a million !
- 27 Oct 2017 06:49
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Re: Batch Move files
Hi aGerman, Thanks for your reply. The "folder" varialble represents the root , like the first level l? Here is an example of another file placement G:\JOB FOLDER\FOLDER1\FOLDER2\EMPLOYEE NAME\SECOND LEVEL\THIRD LEVEL followed by the .PDF The files names are no problem, ive bulk renamed th...
- 26 Oct 2017 14:11
- Forum: DOS Batch Forum
- Topic: Batch Move files
- Replies: 13
- Views: 7757
Batch Move files
Hi there , Im new to your forum and am glad to meet you all ! So I have a problem with a huge amount of files I need to move up one level to its parent directory. I have searched all around but it seems like my issue is unique ( perhaps ) Bascally I have 3 levels of sub folders and I need to elimina...