Search found 1 match
- 05 Jun 2010 00:10
- Forum: DOS Batch Forum
- Topic: Help with batch file...
- Replies: 2
- Views: 4737
Help with batch file...
Hi all, I'm trying to automatize a task that consists on downloding every day some files from a ftp site. I'm having a problem with my batch file and I ran out of ideas for trying to solve this. My batch is like this: @echo off&SETLOCAL cd /D D:\FTP files\PCOMS md %date% cd %date% FOR /f "t...