Search found 5 matches

by almulder
30 Mar 2012 10:05
Forum: DOS Batch Forum
Topic: Need a batch file please
Replies: 8
Views: 5746

Re: Need a batch file please

Thanks again for your help here. Yep everything worked just the way i needed.
by almulder
28 Mar 2012 15:25
Forum: DOS Batch Forum
Topic: Need a batch file please
Replies: 8
Views: 5746

Re: Need a batch file please

OK i think i have found a back door way oof doing it, but i am sure there is an easier way. here is what i did. @echo off pushd "M:\ServerFolders\MKV Movies HD" for /f "delims=" %%a in ('dir /a:h folder.jpg /b /s') do ( ATTRIB -h "%%~dpa\folder.jpg" if not exist "%...
by almulder
28 Mar 2012 14:44
Forum: DOS Batch Forum
Topic: Need a batch file please
Replies: 8
Views: 5746

Re: Need a batch file please

ok i think i might have an issue. The file is a hidden file that we are looking for so it does not find it. Is there a way to still make this work?
by almulder
28 Mar 2012 09:33
Forum: DOS Batch Forum
Topic: Need a batch file please
Replies: 8
Views: 5746

Re: Need a batch file please

Thanks so much guys. I will check it out when I get home later today
by almulder
27 Mar 2012 23:13
Forum: DOS Batch Forum
Topic: Need a batch file please
Replies: 8
Views: 5746

Need a batch file please

Ok i don't really do batch files, but i know they can be used for many things. And now the need has arrived for the need of one. i need a file to run and check a folder and all sub folders and look for a file and if that file is there make a copy of it but with a different name, but if that file alr...