Skip to content

Instantly share code, notes, and snippets.

@ArtskydJ
Created August 5, 2015 17:13
Show Gist options
  • Save ArtskydJ/d49f69164d9e3b873c91 to your computer and use it in GitHub Desktop.
Save ArtskydJ/d49f69164d9e3b873c91 to your computer and use it in GitHub Desktop.
REM For work, I can open attachments from a service ticket. Unfortunately, many
REM support team members put spaces in the attachment file names. I am able to
REM configure the browser, so I am setting this batch file as the browser. It
REM will launch chrome, and put quote marks (") around the URL so it will be
REM interpreted as one URL, even when there are spaces in it.
@echo off
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "%*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment