Search found 3 matches

by dosnovis
10 Nov 2009 15:12
Forum: DOS Batch Forum
Topic: Need help to FTP data automatically for the day using batch
Replies: 9
Views: 11626

Need help to FTP data automatically for the day using batch

Hi there, I need to develop a batch file which will automatically FTP data for the previuos day. The data in the server is in the format DYYYYMMDD*.csv where * represents a long string. The important part is YYYYMMDD. The batch file would first get the date from the system and then deduct one day fr...
by dosnovis
10 Nov 2009 14:28
Forum: DOS Batch Forum
Topic: Need help to purse multiple file by dos batch script
Replies: 2
Views: 4259

Thanks avery_larry for your help.

--AM
by dosnovis
06 Nov 2009 15:32
Forum: DOS Batch Forum
Topic: Need help to purse multiple file by dos batch script
Replies: 2
Views: 4259

Need help to purse multiple file by dos batch script

Hi there, I am trying to purse several files into one file which will do the following- All the files are at a location say C:\ftproot\Test The file names are like CBC_HW_001.csv, ABC_HW_001.csv, GBG_HW_001.csv etc. I want to purse them all like *HW_001.csv in one file where the first line from each...