mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
13 lines
No EOL
204 B
Batchfile
13 lines
No EOL
204 B
Batchfile
@echo off
|
|
cd /D "%~dp0"
|
|
color 0a
|
|
title [Desktop] Sams Chris Titus Overlay
|
|
|
|
echo Doing common stuff...
|
|
common.bat
|
|
|
|
echo Installing apps fron winget config file....
|
|
wingetd.bat
|
|
|
|
echo Done.
|
|
pause |