PDA

View Full Version : getting errro while running scripting command


Manpreet Singh
31-Aug-2011, 06:57 AM
Hi All,

I am getting error while running script from cmd prompt. The script is

bcompare.exe @C:\Project\beyondCompare\createFileDiffReport.txt "C:\Project\beyondCompare\ExcelWorksheet.xlsx" "C:\Project\beyondCompare\ExcelWorksheet_1.xlsx" "C:\Project\beyondCompare\report1.html"

Please help me for this. Thank You.

I have attached the error screen shot. Please have a look at it.

Thank You.
Manpreet Singh
Cell :- +91-9008733744

Aaron
31-Aug-2011, 08:49 AM
Hello,

It looks like you have a space between the xls and x in the 2nd file definition. Was this in your original command line call as well?

You may also want to try putting quotes around "@c:\project\beyondcompare\createfilediffreport.txt". While there are no spaces in your example, if this file name did have a space in it, it would need the quotes.