Search found 3 matches

by gussy81
04 Apr 2024 08:51
Forum: DOS Batch Forum
Topic: Success or failure echo
Replies: 3
Views: 655

Success or failure echo

OK so i have a script working for me. It mirrors one directory to the other and going forward it only mirrors files that have changed. I now want it to tell me if it has run successfully or not in the log as i want to run it out of hours daily: robocopy F:\ B:\ /e /mir /z /FFT /R:3 /W:5 Echo My Dail...
by gussy81
17 Jul 2019 01:19
Forum: DOS Batch Forum
Topic: create a folder based on filename
Replies: 2
Views: 4965

Re: create a folder based on filename

super steffen thank you!!
by gussy81
16 Jul 2019 09:01
Forum: DOS Batch Forum
Topic: create a folder based on filename
Replies: 2
Views: 4965

create a folder based on filename

hi, i have a script i found that helps me move 10 or so pdf files and create folders based on the files names. so for example i have a 1999-notes.pdf file and when i run script the folder '1999-Notes' is created and the pdf file is placed inside it. but i was hoping for a solution where the folder i...