A
A
andriiG2015-02-03 18:26:06
Browsers
andriiG, 2015-02-03 18:26:06

Why isn't the entire link sent via BATCH?

I'm trying to open a file in a browser via batch. I need to pass the following URL to the browser: "file:///C:/Users/Andrii/Desktop/N21_Presentations/PlanPresentations.swf?key1={395DDFCE-6D06-4A06-94FF-F771B2B05099}".
But the browser only gets to the question mark, that is: "file:///C:/Users/Andrii/Desktop/N21_Presentations/PlanPresentations.swf"
Code:

start file:///C:/Users/Andrii/Desktop/N21_Presentations/PlanPresentations.swf?key1={395DDFCE-6D06-4A06-94FF-F771B2B05099}

For verification, I tried to do the same through .NET , the result is the same.
System.Diagnostics.Process.Start("url");

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question