Skip to content

Instantly share code, notes, and snippets.

@tateren
Created January 16, 2016 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tateren/5bb5a1649aa4c95fd9ae to your computer and use it in GitHub Desktop.
Save tateren/5bb5a1649aa4c95fd9ae to your computer and use it in GitHub Desktop.
Add-Type -AssemblyName System.Web
$EncodedString = [System.Web.HttpUtility]::UrlEncode($Args[0], [System.Text.Encoding]::default)
start http://example.com?q=$EncodedString"&"param=hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment