Search found 2 matches

by on7june
04 Jan 2016 03:02
Forum: DOS Batch Forum
Topic: Lookup folder to copy file
Replies: 4
Views: 3112

Re: Lookup folder to copy file

Apologies for my knowledge in writing scripts since I am new to windows scripting. The scenario is we have a folder in remote server where 10 files will be dropped in for every one hour. Currently we have process which will copy the files through FTP and load in to our local folder. From this local ...
by on7june
04 Jan 2016 02:31
Forum: DOS Batch Forum
Topic: Lookup folder to copy file
Replies: 4
Views: 3112

Lookup folder to copy file

I need to loop through a folder (FolderA) for each file we need to check a Lookup folder (LKPFldr) if the file doesn't exist then the current file from FolderA should be copied to this lookup folder LKPFldr and also to another folder called processFldr. These steps should be performed for each file ...