restruct
This commit is contained in:
parent
7481ca855b
commit
75702baa68
@ -128,7 +128,7 @@ echo.
|
|||||||
call install-vlc.cmd
|
call install-vlc.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
call install-desktoplinks.cmd
|
call install-shortcuts.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem should be done as late as possible ...
|
rem should be done as late as possible ...
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set SOURCE=links
|
|
||||||
set TARGET="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
|
||||||
|
|
||||||
echo copying desktop icons ...
|
|
||||||
xcopy /CDI /HERBY %SOURCE% %TARGET%
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
|
||||||
|
|
15
scripts/install-shortcuts.cmd
Normal file
15
scripts/install-shortcuts.cmd
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set DESKTOP="%PUBLIC%\Desktop"
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo copying desktop shortcuts ...
|
||||||
|
xcopy /CDI /HERBY desktop %DESKTOP%
|
||||||
|
|
||||||
|
echo copying startmenu shortcuts ...
|
||||||
|
xcopy /CDI /HERBY startmenu %STARTMENU%
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
@ -12,9 +12,8 @@ echo ####### %0 #######
|
|||||||
echo installing VLC player ...
|
echo installing VLC player ...
|
||||||
%EXE% /L=1033 /S
|
%EXE% /L=1033 /S
|
||||||
|
|
||||||
echo renaming Desktop shortcut ...
|
echo removing Desktop link ...
|
||||||
move /Y "%PUBLIC%\Desktop\VLC media player.lnk" ^
|
del /F "%PUBLIC%\Desktop\VLC media player.lnk" 2>nul
|
||||||
"%PUBLIC%\Desktop\VLC.lnk"
|
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
Loading…
Reference in New Issue
Block a user