Hi experts,
Below is the sample output which gets generated after executing the .bat file, I want to save the output to a log file, how can i do it.Currently am using the below one, but its logging only the result not the entire result
DIR >> C:log.txt
26/09/2011 7:24:52.34
Volume in drive C is Local Disk
Volume Serial Number is 7C44-4CE9
Directory of C:UsersAdministratorDesktop\Deploy
26/09/2011 07:29
.
26/09/2011 07:29 ..
26/09/2011 07:29 2,851 Deploy.bat
26/09/2011 06:49 DeployTools
26/09/2011 06:49 Artifacts
23/09/2011 12:27 711 Settings.xml
..etc
but my execution output is like below,
[color=Black]
**************************************
* Deleting any existing files.*
**************************************
Could Not Find C:UsersAdministratorDesktopDebugDeploy emp_*.*
[color=Black]Settings XML file: "Settings.xml"
Preprocessing "TemplatesCreateTableOpco.sql" to "CreateTable.sql"...
XmlPreprocess v2.0.13.0
Copyright (c) 2004-2010 Loren M Halvorson
XML File Preprocessor
Settings XML file: "Settings.xml"
Preprocessing "TemplatesDeleteConfigurationData.sql" to "DeleteConfigurat
onData.sql"...
XmlPreprocess v2.0.13.0
Copyright (c) 2004-2010 Loren M Halvorson
XML File Preprocessor
Can any one give me the code for storing the above result to a text file please...