w10install/scripts/install-vlc.cmd
Michael H.G. Schmidt 6c70e3de70 .
2021-02-03 13:37:54 +01:00

19 lines
337 B
Batchfile

@echo off
set EXE=..\software\vlc-3.0.12-win64.exe
echo ####### %0 #######
echo installing VLC player ...
%EXE% /L=1033 /S
echo renaming Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\VLC media player.lnk" ^
"%PUBLIC%\Desktop\VLC.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######