Search found 1 match

by dcjones
07 Oct 2010 08:55
Forum: DOS Batch Forum
Topic: Using a variable in file name when copying
Replies: 2
Views: 4611

Using a variable in file name when copying

Hi All, I have a simple batch file which uses CURL to FTP a file. The file name has a dynamic date like: LGWcapture-"yyyymmdd"-"hhnnss".txt The "yyyymmdd"-"hhnnss" changes each time the file is updated. My batch file is: curl -T c:\ComCapV4\logs\LGWcapture-&qu...