Login Register


[RAINBOWS] Cool Computer Info checker (all os) filter_list
Author
Message
[RAINBOWS] Cool Computer Info checker (all os) #1
UPDATE: shrinks it to gadget size!
My first post in a few days. Hope you guys enjoy Biggrin (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 a
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Cool Computer Info checker (all os) #2
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.
"The past does not affect what you will become it only affects who you are."

Reply

RE: Cool Computer Info checker (all os) #3
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/Ceru...l/programs
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Cool Computer Info checker (all os) #4
(01-03-2014, 05:03 AM)Zev Turner Wrote: My first post in a few days. Hope you guys enjoy Biggrin (Do not use if you have epilepsy! I don't want to kill anyone!!)
Code:
@echo off 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 a

That was pretty interesting! Keep up the posts, man!

Reply

RE: Cool Computer Info checker (all os) #5
Will do @ninja805!
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Cool Computer Info checker (all os) #6
(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++.

My projects are here --> https://www.khanacademy.org/profile/Ceru...l/programs

Well i got 3000 pages for python for christmas (lots of reading to do :NerdSmile
"The past does not affect what you will become it only affects who you are."

Reply

RE: Cool Computer Info checker (all os) #7
holy crap... Well I could always ask my math teacher Tongue
He taught us how to use GSP5 because he was bored and he's SICK with python
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Cool Computer Info checker (all os) #8
(01-03-2014, 05:25 AM)Zev Turner Wrote: holy crap... Well I could always ask my math teacher Tongue
He taught us how to use GSP5 because he was bored and he's SICK with python

how "SICK"? :epic:
"The past does not affect what you will become it only affects who you are."

Reply

RE: Cool Computer Info checker (all os) #9
on a scale from light cough to apocalypse virus (guilty crown) he's about swine flu
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Cool Computer Info checker (all os) #10
(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
"The past does not affect what you will become it only affects who you are."

Reply







Users browsing this thread: