Search found 6 matches

by rbharti
24 Apr 2012 10:26
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Re: Need immediate help with a batch script

these are the files that's in raj1 folder and same I have listed in filelist.txt. I also putting backslash in front of raj1 and raj2 but it didn't help. *filelist.txt RajnishBharti9YSS9G84ML64622.pdf role.txt sizing.rtf *raj1 folder has above three physical files * raj2 folder is empty * script.bat ...
by rbharti
24 Apr 2012 09:11
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Re: Need immediate help with a batch script

No error on the screen but it's not doing anything either.
by rbharti
24 Apr 2012 08:19
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Re: Need immediate help with a batch script

looks like it's looking for some sort of command to read the content of filelist.txt.
by rbharti
24 Apr 2012 08:04
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Re: Need immediate help with a batch script

Squashman, No it din't work I have modified like this and tried but it didn't do anything I had one file in raj1 folder and listed that file name in filelist.txt. Created raj2 folder and ran the script but failed. @echo off FOR /F "usebackq delims=" %%G in ("filelist.txt") do ( I...
by rbharti
24 Apr 2012 06:09
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Re: Need immediate help with a batch script

Thx squashman. Trying to understand and prepare a script but not sure how far I will go.

Is there anyone who can write up in batch script format.
by rbharti
24 Apr 2012 03:36
Forum: DOS Batch Forum
Topic: Need immediate help with a batch script
Replies: 11
Views: 8681

Need immediate help with a batch script

I am new to batch script.. Requirement is like this..

> Read the file content (it has list of file names)
> find all those files from above step in a folder A
> then move those files to folder B

Kindly please help on how I can do this using batch script.