Search found 1 match

by dosMan
22 Sep 2008 02:42
Forum: DOS Batch Forum
Topic: Would like to have help on creating script
Replies: 0
Views: 7374

Would like to have help on creating script

Hello, i would like to have batch to create another batch everyday dynamically. but have some problems, my part of batch is as follow: echo date /t >> %FTP_LOG_DIR%LOG.log >> Log.bat echo time /t >> %FTP_LOG_DIR%LOG.log >> Log.bat the above have problem as it has double redirection. So did anyone kn...