I have coded the script in such a way that it has to compare two folders and store the differences in an excel sheet .it is doing good.But everything gets copied to the first column of the excel.but i want it in such a way that it stores the results column wise..say for example,i want to have "name of the file","size" in the sheet.and the values should be saved in corresponding columns.
Here is my script.
load "C:\Users\Mohan\Desktop\mohan" "C:\Users\Mohan\Desktop\mohan2"
expand all
folder-report layout:side-by-side options:column-size output-to:C:\Users\Mohan\Desktop\report.xls
Here is my script.
load "C:\Users\Mohan\Desktop\mohan" "C:\Users\Mohan\Desktop\mohan2"
expand all
folder-report layout:side-by-side options:column-size output-to:C:\Users\Mohan\Desktop\report.xls
Comment