Problem with Command Line program

Avatar
  • updated
  • Answered
I am trying to use the command line to generate a weblog report for different domain using the same log file. I used the sample program and below is the command I execute.

WLExpert "Sample" -n"Sample -dwww.smsync.com/ smartsyncpro/ -l"C:\Program Files\WebLog Expert\sample.log" -r"c:\TEMP\weblog\"

The command line program doesn't seems to register the options that I entered into the system. Please advise!
command line
Avatar
Michael
There is a problem with command line parameters in this case. There is a quote missing after -n"Sample and www.smsync.com (not www.smsync.com/ smartsyncpro/) is to be entered as domain. So the correct command line is

WLExpert "Sample" -n"Sample" -dwww.smsync.com -l"C:\Program Files\WebLog Expert\sample.log" -r"c:\TEMP\weblog\"