maxs-titus-overlay/laptop.bat

13 lines
316 B
Batchfile
Raw Normal View History

2024-03-13 13:05:32 -05:00
@echo off
cd /D "%~dp0"
color 0a
title [Laptop] Sams Chris Titus Overlay
2024-03-13 14:09:22 -05:00
echo Doing common stuff...
2024-03-13 14:10:55 -05:00
powershell -command "irm 'http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1' | iex"
2024-03-13 14:09:22 -05:00
2024-03-13 13:05:32 -05:00
echo Installing apps fron winget config file....
wingetl.bat
echo Done.
2024-02-26 15:23:51 -06:00
pause