Import Server log

I have just completed installing Piwik under IIS server in my environment. I am planning to use the “import your server logs” option to track usage. However, when I typed in the command suggested by Piwik, nothing showed up ( no error, the cursor keeps showing up). I am not sure if I typed in the correct syntax.

C:>python “C:\inetpub\wwwroot\analytics\misc\log-analytics\import_logs.py” --ur
l=http://localhost/analytics “C:\Users\Administrator\Desktop\u_ex150324.log”

http://localhost/analytic is the website that leads to piwik console
U_ex150324.log is the log on the IIS server I want to track.

Is the command in the correct syntax? If not, then what should I change?

hello

try to put double quotes around URL ?

Still no luck when I put the double quote around the URL

C:>python “C:\inetpub\wwwroot\analytics\misc\log-analytics\import_logs.py” --ur
l=“http://localhost/analytics” “C:\Users\Administrator\Desktop\u_ex150324.log”