maxs-titus-overlay/desktop.bat

13 lines
204 B
Batchfile
Raw Normal View History

2024-02-26 15:23:51 -06:00
@echo off
cd /D "%~dp0"
2024-02-26 17:56:36 -06:00
color 0a
title [Desktop] Sams Chris Titus Overlay
echo Doing common stuff...
common.bat
2024-02-26 15:23:51 -06:00
echo Installing apps fron winget config file....
wingetd.bat
echo Done.
pause