Skip to content

Instantly share code, notes, and snippets.

@Archigos
Created July 29, 2014 14:46
Show Gist options
  • Save Archigos/84160139f87194c7a911 to your computer and use it in GitHub Desktop.
Save Archigos/84160139f87194c7a911 to your computer and use it in GitHub Desktop.
Open iTunes
@ECHO OFF
PUSHD .
CLS
CD "C:\Program Files (x86)\iTunes\"
START iTunes.exe
POPD
EXIT /B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment