C:\Program Files (x86)\Google\Chrome\Application>chrome.exe pp.html
The above line works from a DOS window, but the spaces wont work in the Build->Set Builds Commands->Execute window. "%20" does not work.
"%f" substitutes for whatever is in the open editor window, so this should work:
C:\Program Files (x86)\Google\Chrome\Application>chrome.exe %f
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub