Search found 7 matches

by maverick1183
05 Oct 2012 03:10
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

Thanks a ton..Its working like a charm
by maverick1183
04 Oct 2012 02:29
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

Thanks.I will try this.
by maverick1183
04 Oct 2012 01:57
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

Hi,

Can you help me setting it a loop that it checks for files 3 times in the test_temp folder and tries to send it out at an interval of 5 minutes?
by maverick1183
03 Oct 2012 03:05
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

I am moving the files to folder "Test1_TMP" than i transfer them via FTP.So any of the files which are still their in the folder after running the script using scheduled task would be considered as a failed transfer
by maverick1183
03 Oct 2012 02:51
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

Thanks for the reply.I am not concerned here with the no of files transmitted.My script is scheduled hourly.I just want to make sure if during the scheduled time their is a disconnection with External FTP server,script automatically can detect that the files are still pending to be transmitted and c...
by maverick1183
03 Oct 2012 00:45
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Re: Command Line Script

Thanks for the quick reply.Below is the script i am currently using to send files every 1 hour.What i want this script to do is to after sending the files,check for the files in "Test1_TMP" for any issues in sending the files.I require this script to check 3 times at an interval of 5 minut...
by maverick1183
01 Oct 2012 04:04
Forum: DOS Batch Forum
Topic: Command Line Script
Replies: 11
Views: 6228

Command Line Script

Hi,
I am looking for a command line script to sen files to remote ftp server and command can additionally check every 5 minutes for the failed transfers and can resend?