Search found 5 matches

by simplyeshu
05 Feb 2012 00:05
Forum: DOS Batch Forum
Topic: Help with Batch script to move files !!
Replies: 9
Views: 10671

Re: Help with Batch script to move files !!

Hello Ocalabob, Thank you very much. Really the output is looking very nice. Will it work on Windows Server 2008 R2 if i run this as a batch file and schedule it for a particular time ? I want to insert a new line whenever i run this batch file. I have tried with echo. but its not working. @echo off...
by simplyeshu
04 Feb 2012 10:08
Forum: DOS Batch Forum
Topic: Help with Batch script to move files !!
Replies: 9
Views: 10671

Re: Help with Batch script to move files !!

Thank You very much Dyreen.. So kind of you... I will go thru the http://www.allenware.com/icsw/icswidx.htm
by simplyeshu
04 Feb 2012 09:46
Forum: DOS Batch Forum
Topic: Help with Batch script to move files !!
Replies: 9
Views: 10671

Re: Help with Batch script to move files !!

I think you have added error levels to distinguish... Wht i can see is it is showing as errorlevel=_ when files are moved if any and showing errorlevel=1_ when there are no files... is it possible to write the script something like if there are no files it should display the message no files to be m...
by simplyeshu
04 Feb 2012 09:37
Forum: DOS Batch Forum
Topic: Help with Batch script to move files !!
Replies: 9
Views: 10671

Re: Help with Batch script to move files !!

Hi Dyreen... It working perfectly...but after running the batch file i dont want cmd dialog box to stay like that till we press any key it should disappear and also in the output.log file i dont want to see "errorlevel=1_" message. Also i dont want to see the commands running, it should ru...
by simplyeshu
04 Feb 2012 01:55
Forum: DOS Batch Forum
Topic: Help with Batch script to move files !!
Replies: 9
Views: 10671

Help with Batch script to move files !!

Hi Frens...

Any Sample script to move the files from one directory to another directory?