Мульти-ярлыки
TODO
@echo off
start "" "shortcuts\github.lnk"
start "" "shortcuts\vs2019.lnk"
@echo off
set need_open_chrome=
set /p need_open_chrome="Open Chrome? [y/n]:"
start "" "shortcuts\github.lnk"
start "" "shortcuts\vs2019.lnk"
if not "%need_open_chrome%" == "y" exit /b
start "" "shortcuts\chrome.lnk" --start-maximized