Skip to content

Instantly share code, notes, and snippets.

@danjpadgett
Last active March 3, 2017 15:09
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 danjpadgett/fba4cb545a7138df6c29d27e17c5ce2e to your computer and use it in GitHub Desktop.
Save danjpadgett/fba4cb545a7138df6c29d27e17c5ce2e to your computer and use it in GitHub Desktop.
REM - Copies TeamViewe Files for Start Menu
md "C:\ProgramData\TeamViewer"
xcopy "%~dp0TeamViewerQS_en-idcbydd25.exe" "C:\ProgramData\TeamViewer" /I /E /Y
xcopy "%~dp0Support.lnk" "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs" /I /E /Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment