Saved Bookmarks
| 1. |
Solve : need a dos batch file for generating files with da? |
|
Answer» HI All, I need a DOS batch file that generates RESULT files with date and time EVERYTIME I run my batch file . Basically this DOS file created will compare to files and give out a report in a HTML format.For this file comparision I'm using Beyond Compare 2 software.Here is the code i wrote for it..but i cant create files with date and time everytime this batch file is run. set BC_HOME="C:\Program Files\Beyond Compare 2" set Auto_home=C:\Automation cd %Auto_home% call %BC_HOME%\BC2.exe @%Auto_home%\Compare.txt %Auto_home%\report.html %Auto_home%\sampletest1.txt %Auto_home%\sampletest2.txt PLease help me in this regard..Thanks in advance.Check your mailbox Rajah. This was ANSWERED in a PM. |
|