Skip to content

Instantly share code, notes, and snippets.

@okumura
Last active December 26, 2015 15:29
Show Gist options
  • Save okumura/7172870 to your computer and use it in GitHub Desktop.
Save okumura/7172870 to your computer and use it in GitHub Desktop.
Setup EmEditor for Windows.
rem EmEditor (x64)
wget http://www.emeditor.com/pub/emed64_13.0.6.exe
start /wait emed64_13.0.6.exe /exenoui /passive NOTRAYICON=1 REGKEY=xxxxxx
rem EmEditor (x86)
wget http://www.emeditor.com/pub/emed32_13.0.6.exe
start /wait emed32_13.0.6.exe /exenoui /passive NOTRAYICON=1 REGKEY=xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment