Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gmBlahaj authored Sep 3, 2021
1 parent 128081a commit df38cc7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Motherboard Checker source code .txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//hiding the commands
@echo off

//Funny haha colours
color 2E
color 4

//text
echo Welcome to EliYeets Motherboard checker!

//command for finding name/manufacturer
wmic baseboard get product,Manufacturer

//trustable source
echo source: Trust me bro!

//stopping cmd from closing
pause

0 comments on commit df38cc7

Please sign in to comment.