![]() |
|
[RAINBOWS] Cool Computer Info checker (all os) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [RAINBOWS] Cool Computer Info checker (all os) (/Thread-RAINBOWS-Cool-Computer-Info-checker-all-os) Pages:
1
2
|
[RAINBOWS] Cool Computer Info checker (all os) - Inori - 01-03-2014 UPDATE: shrinks it to gadget size! My first post in a few days. Hope you guys enjoy (Do not use if you have epilepsy! I don't want to kill anyone!!)Code: @echo off
mode con: cols=40 lines=6
title Computer Info by Kage No Namida
echo Do you have epilepsy? (Y/N)
set /p a=
if %a%==y exit
if %a%==Y exit
if %a%==n goto a
if &a%==N goto a
:a
cls
color 01
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto b
:b
cls
color 02
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto c
:c
cls
color 03
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto d
:d
cls
color 04
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto e
:e
cls
color 05
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto f
:f
cls
color 06
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto g
:g
cls
color 07
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto h
:h
cls
color 08
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto i
:i
cls
color 09
echo Time: %time%
echo Date: %date%
echo OS: %os%
echo Computer: %username%
echo Name: %userprofile%
ping localhost -n 1 >nul
goto aRE: Cool Computer Info checker (all os) - shimmy568 - 01-03-2014 you seem like the person that could love programming in some language like python. i started off with batch and didn't like how other programming languages didn't have the goto in them but honestly you will have alot more fun with other languages. RE: Cool Computer Info checker (all os) - Inori - 01-03-2014 Thanks man, I'll take you up on that. I started some javascript for tech a while back and my stepmom has about 3000 pages on CCS and C++. My projects are here --> https://www.khanacademy.org/profile/CerulianOfficial/programs RE: Cool Computer Info checker (all os) - ninja805 - 01-03-2014 (01-03-2014, 05:03 AM)Zev Turner Wrote: My first post in a few days. Hope you guys enjoy That was pretty interesting! Keep up the posts, man! RE: Cool Computer Info checker (all os) - Inori - 01-03-2014 Will do @ninja805! RE: Cool Computer Info checker (all os) - shimmy568 - 01-03-2014 (01-03-2014, 05:18 AM)Zev Turner Wrote: Thanks man, I'll take you up on that. I started some javascript for tech a while back and my stepmom has about 3000 pages on CCS and C++. Well i got 3000 pages for python for christmas (lots of reading to do :Nerd
RE: Cool Computer Info checker (all os) - Inori - 01-03-2014 holy crap... Well I could always ask my math teacher ![]() He taught us how to use GSP5 because he was bored and he's SICK with python RE: Cool Computer Info checker (all os) - shimmy568 - 01-03-2014 (01-03-2014, 05:25 AM)Zev Turner Wrote: holy crap... Well I could always ask my math teacher how "SICK"? :epic: RE: Cool Computer Info checker (all os) - Inori - 01-03-2014 on a scale from light cough to apocalypse virus (guilty crown) he's about swine flu RE: Cool Computer Info checker (all os) - shimmy568 - 01-03-2014 (01-03-2014, 05:30 AM)Zev Turner Wrote: on a scale from light cough to apocalypse virus (guilty crown) he's about swine flu dang that sucks well give him my best wishes to get better soon |