Love the duel ampersands( for joining commands at terminal ) & do indeed use the operator to chain multiple arguments all the time. I ve never seen it used in a basics programing tut on yt. I just stopped & thought one day "wouldn't it be good if I could chain argvs/commands" you know like for example: say you require a directory with special POSIX & Permissions with a sub-directory which parents another directory each contain a file of varying format. Let create a main_folder( directory ) to house our experimental app, & we will need an assets directory for our styles( JS/CSS ) & an html file. Now we could create the host folder, then after the magic go back to iterm & make the first sub-directory, then touch a file.js to it... it's not very pretty, wasting time. The productive approach is to all in one chained argument, create the Host folder it's sub(parent-sub) the child-sub for our JS, so we need a js.file in the child, also a css.file in the parent directory & an html.file within the root( da host-folder ) $ mkdir -m 775 chain_gang && sudo chmod +a "group:everyone deny delete" chain_gang && cd chain_gang && mkdir assets assets/styles assets/javascript && touch index.html assets/styles/customization.css assets/javascript/animationfx.js && subl . Neat, we are done! all dir's & files all in a single argument. kind regards Michael Devenport (find me @WEBrip) under the alias Eigengrau Sunáptō.
Color options can also be changed by right clicking the cmd window border and pressing properties, the shift right click cmd can be unlocked via the registry if you dont wanna shift right click.
Getting the transparent screen is the most interesting thing of this video, should have explained how to get that. The " | clip" command is very nice though !! Actually learned something today ;) Thanks
+OhRandom It shows all the folders in your computer in a tree format. if you open the file explorer and click the little arrow next to each thing on the left it's almost the same except that the tree shows the files and documents in those places.
When I learned the | trick many years ago, I heard it called the "pipe" function. So you could "pipe" the output into a text file or in this case, into the clipboard.
When changing the colors, why don't you just right click on the top windows bar and click on properties and choose colors. This will give you a wider range of colors and options. Also to add, the CMD tricks that you speak about are somewhat common and I'm not saying that just because I had taken a Command Line Administration Course.
+TheHacker0007 Thanks for the tips, but for presentation purposes it would be easier if your window wasnt transluscent.Also at 5:37 you said backslash when I think you meant forward slash :)
I know how to make any color see-through if you have Windows 10. If you go to Command Prompt (not CMD) Properties, and you go to colors, there is an "opacity" bar. I set it to 50% so it's half see-through.
I couldn't stomach the mouth noises in this video, so I didn't get so far as to see the IP stuff, but if it was showing 127.0.0.1, it's known as "home", and is the same for everybody, AFAIK. There's a reason the joke "there's no place like 127.0.0.1" exists. Also, 192.168.[number].[number] is a local address. As for hacking the router... haha, I dunno about that one. xD Accessing the router is done by browsing to the router's IP address, which varies from router to router, then you typically log in with your admin credentials.
By the way, You do NOT need to use the extension .exe with the command: "notepad.exe" - Just "notepad" is sufficient in of itself ! FYI: "write'' is the shortcut for use of the WordPad app, which is called-up from the system as "write.exe"
+TheHacker0007 The colors that you had mentioned that colum is background and second colum is text, or vise versa is incorrect, either or can be background or text color.
How do you elevate your command prompt with a command. Because if you click "run as administrator" @ my school, it asks you for an administrator username and password.
PS: The pipe feature does NOT work for Windows XP, in that the command prompt there, does not sport the featured "Clip" as does Vista and Win7. You have to add a third party download from SoftPedia, a Product called: decadence of evolution cb version 1.0.0.1, aka cb.exe to your system32 folder to use the command prompt with pipe, thusly: "ipconfig /all | cp" and then it'll work just fine, in Windows XP ! ! !|
You just change the opacity bro. Just open cmd click at the top and go to properties and just change the opacity. (Doesn't look that good to be honest. You gotta have a really good background or something)
Actually letters and numbers can make fore/background. Type background character first and foreground second EXAMPLE: color 23 -or- color a5 -or- color 6b -or- color ac
Hey!! I have a problem with my OS-7, while I'm installing the OS the CD drive isn't running with auto-run option, so I manually installed it and my clicking on setup.exe, but the thing is OS is installed without formatting the old OS, while remaining with the old os the new windows os been installed, now my dat files, iss files prx files aren't running., and i even can't installed any other app in my pc., while browing my web pages are aren't loading properly like images are like blurred scratched striped.. can you help me with that. Any one.
You didnt copy the ipconfig in the last command. your forgot to add the | clip. && is a start of a new command there for the | clip will only work for that command not both.
Same, it was a bit gross... couldn't stomach it. I have the same issue with my condensor mic, because it's so sensitive. A way I found to lessen the "mouth noises" is to just TRY to speak clearly, and to not be so damn close to the mic. Having other sounds there too, to mask the smaller sounds, can help. Also, a click filter in something like Audacity is good.
Anmar Ram actually... you right click the top of your cmd, go to properties, go to colors and then you can change the color of the background, text etc.
TUTO HOW TO SHUT DOWN A COMPUTER IN UR NETWORK OR WIFI. OPEN not bad . Type : command.com save as .bat Then open it , type : shutdown -i select the computer and shut it down.
Love the duel ampersands( for joining commands at terminal ) & do indeed use the operator to chain multiple arguments all the time. I ve never seen it used in a basics programing tut on yt. I just stopped & thought one day "wouldn't it be good if I could chain argvs/commands" you know like for example: say you require a directory with special POSIX & Permissions with a sub-directory which parents another directory each contain a file of varying format. Let create a main_folder( directory ) to house our experimental app, & we will need an assets directory for our styles( JS/CSS ) & an html file.
Now we could create the host folder, then after the magic go back to iterm & make the first sub-directory, then touch a file.js to it... it's not very pretty, wasting time.
The productive approach is to all in one chained argument, create the Host folder it's sub(parent-sub) the child-sub for our JS, so we need a js.file in the child, also a css.file in the parent directory & an html.file within the root( da host-folder )
$ mkdir -m 775 chain_gang && sudo chmod +a "group:everyone deny delete" chain_gang && cd chain_gang && mkdir assets assets/styles assets/javascript && touch index.html assets/styles/customization.css assets/javascript/animationfx.js && subl .
Neat, we are done! all dir's & files all in a single argument.
kind regards
Michael Devenport (find me @WEBrip) under the alias Eigengrau Sunáptō.
how did you get your desktop and windows that transparent grey color? That looks awesome!
I'm watching this at 4:36am and your awesome voice is making me fall asleep... Good video. :)
Awesome I didn't know about holding shift + right click menu.
You're a very inspirational person in the computer world you gave my subscription till the day I die
Color options can also be changed by right clicking the cmd window border and pressing properties, the shift right click cmd can be unlocked via the registry if you dont wanna shift right click.
This video is what got me to learn how to program and script things
Getting the transparent screen is the most interesting thing of this video, should have explained how to get that. The " | clip" command is very nice though !! Actually learned something today ;) Thanks
How do u do the clear background? If u could tell me a shirt tutorial on how to do it that would be great thanks.
fun fact type in cmd tree and no one will mess with u
+Sean Fitzsimons haha
+Sean Fitzsimons What does this do?
+OhRandom tbh i dont know but i just did it and heh i dont know what this is
+OhRandom It shows all the folders in your computer in a tree format. if you open the file explorer and click the little arrow next to each thing on the left it's almost the same except that the tree shows the files and documents in those places.
+Sean Fitzsimons It's a tree of ALL your folders.
How did you make your cmd window like that?
You made it same color as the desktop.
press ctrl and shit and - or + to make look like that
wondering how you got the transparent cmd box... some sort of a theme.. still i wanna know how
where can i find computer-ish sound effects like the one in your intro? thanks!
Thanks for takin' the time to show Us, I appreciate it !
When I learned the | trick many years ago, I heard it called the "pipe" function.
So you could "pipe" the output into a text file or in this case, into the clipboard.
wht is the first video?the loading ang visual screens r superb how to do that ,is some software ?pls tell me
This is the first video I've seen from you and I'm already thinking of subscribing.
I like your videos, therefore I am always hitting them a like...!
Nice Intro... What software do you use to do that?
Whenever I click the letter 'C' it uses it as an enter key and certain letters shows random letters to take me to a file.
When changing the colors, why don't you just right click on the top windows bar and click on properties and choose colors. This will give you a wider range of colors and options. Also to add, the CMD tricks that you speak about are somewhat common and I'm not saying that just because I had taken a Command Line Administration Course.
You can select the colour by right clicking the top of the window, then properties. Much simpler.
+TheHacker0007 Thanks for the tips, but for presentation purposes it would be easier if your window wasnt transluscent.Also at 5:37 you said backslash when I think you meant forward slash :)
thank you for your information, I really appreciate it. This is off topic, but how did you adjust your theme to that color?
simply adjust lool
Do you have any tips on making your internet faster?
This video is great,by the way
which theme you are using please give me the downloading link.
How to you use the /T command for setting the default color?
sighisoaraa Boy what a god damn helpful bunch huh? /T seems to only work when typed out from parasite humans.
How do you make the black see-through?
I know how to make any color see-through if you have Windows 10. If you go to Command Prompt (not CMD) Properties, and you go to colors, there is an "opacity" bar. I set it to 50% so it's half see-through.
@@Overgreen What's the difference between command prompt and cmd?
if you go to cmd and right click the bar at the top it will say properties at the bottom, there you can change the color of your cmd permanently
how did you do that "see through" thing? it's cool.
how do you get your screens and stuff to look likr that man, theyre so awesome
Thanks for the video. How to do get the clear window?
thanks, wanted to learn how to print out cmd screen for so long.
Hey whats this windows skin? or theme? can I get a direct dl?
how did you make you cmd background clear but not the text?
I have maked a undeleteable file .how to access it.
When i input rd command it say folder is not empty ..please help
Nice for showing us your whole ip infos...
ochgottnochma
You have some serious problems...
+ochgottnochma lol idiot btw i copy pasted your ip so even if you delete this comment i can shutdown plenty of your stuff
*****
Haha :)
I couldn't stomach the mouth noises in this video, so I didn't get so far as to see the IP stuff, but if it was showing 127.0.0.1, it's known as "home", and is the same for everybody, AFAIK. There's a reason the joke "there's no place like 127.0.0.1" exists. Also, 192.168.[number].[number] is a local address. As for hacking the router... haha, I dunno about that one. xD Accessing the router is done by browsing to the router's IP address, which varies from router to router, then you typically log in with your admin credentials.
This is useful to learn the architecture of his LAN, of course it will be worthless if you are not in the LAN xD
What is the is. It seems to change almost every video. Like in the last video I watched, he had a windows 8 task bar over lapping a windows 7 taskbar
By the way, You do NOT need to use the extension .exe with the command:
"notepad.exe" - Just "notepad" is sufficient in of itself !
FYI: "write'' is the shortcut for use of the WordPad app,
which is called-up from the system as "write.exe"
you seem to be very knowledgeable you should teach us noobs some tricks i would learn
FYI-always: You ARE Welcome
what video editer do you use
how did you do that background visible lightly makes blur
wow what theme of computer do you use?
how is your files and desktop is like almost invesible, how did u do that?
+TheHacker0007 The colors that you had mentioned that colum is background and second colum is text, or vise versa is incorrect, either or can be background or text color.
Does the mic taste good?
That is the coolest intro ever
The jiro Network no
how did you make all that transparent???????????
I tried the clip after config, but apparently that doesn't work on windows XP?
FWIW - On Trick #5, add "cd " without the quotes before you drag and drop and hitting Enter will change you to that directory
How do you elevate your command prompt with a command. Because if you click "run as administrator" @ my school, it asks you for an administrator username and password.
Where did you get your intro!
Did you make your intro?
hi how did u create your intro video?
PS: The pipe feature does NOT work for Windows XP, in that the command prompt there, does not sport the featured "Clip" as does Vista and Win7. You have to add a third party download from SoftPedia, a Product called: decadence of evolution cb version 1.0.0.1, aka cb.exe to your system32 folder to use the command prompt with pipe, thusly: "ipconfig /all | cp" and then it'll work just fine, in Windows XP ! ! !|
How did you make your intro?
Really nice vid but how you get this fantastic aero transparent lock?? pls tell it to me.. I use windows 8.1 and 10
i think it don´t work on windows 8.1 but i m not sure
You just change the opacity bro. Just open cmd click at the top and go to properties and just change the opacity. (Doesn't look that good to be honest. You gotta have a really good background or something)
can u help me .. i m forget my folder name - i am use command attrib +s +h +r (folder name) can u tell me how i get folder name. plz help me
What operating windows you have?
whats the differenc between command prompt.EXE and cmd.EXE
nothing
ShifT PoT ok thx
How do u change the color of the command prompt background
How did you change your folders transparent
how did you do the transperent black ?
Actually letters and numbers can make fore/background. Type background character first and foreground second
EXAMPLE:
color 23
-or-
color a5
-or-
color 6b
-or-
color ac
Which windows are you running?
what is that theme
will u give me the link to download it
cool man
thanks
How can you make your stuff transparent like that i wannaaaaaa!!
how did you get everything transparent like that
dude how did you do that windows design?
how did you modify it? it looks cool
What browser are you using?
Hey!! I have a problem with my OS-7, while I'm installing the OS the CD drive isn't running with auto-run option, so I manually installed it and my clicking on setup.exe, but the thing is OS is installed without formatting the old OS, while remaining with the old os the new windows os been installed, now my dat files, iss files prx files aren't running., and i even can't installed any other app in my pc., while browing my web pages are aren't loading properly like images are like blurred scratched striped.. can you help me with that. Any one.
window-7 ultimate
Gigabyte, 64-bit operating system,
intel core 2 duo.....
+kyle catterall fnaf player We all know that's a malicious website...
how do you set extened view permenently?
how to get the little tick in the icons?
How did you made your INTRO?
so with doskey /history command how can you clear that? or is it automatic cleared once close?
Type ( cls )
how did you get windows you can see through?
You didnt copy the ipconfig in the last command. your forgot to add the | clip. && is a start of a new command there for the | clip will only work for that command not both.
TheHacker0007 What is the theme u have I want it.
Chameleon 2. He has a tutorial on how to install it in the description. It's really easy, follow all his steps and you'll have it in 15 min. Max :)
Brett Madden
Thanks so much man
Brett Madden can you provide a link? i can't find it, and i rly like it btw.
sure i will
what windows do you have ?
It's called an ampersand, and they run in sequence not at the same time.
HOW DO YOU GET THE TRANSPARENCY???
how do you do the clear window?
How you made the transparent windows
How do you do see through?
Nice ... i saw many tricks in cmd but not like this.. new for me ..so ***** star for you.. Do good jobs like this...........
which software u are using in ur pc ???
Prashant Yadav windows...
um.. you can you use the "font colors" as the background
how did u manage to get transparent cmd?
the hacker0007 what the heck are u eating in this video XD? all i hear is "so the next thing u wanna do is *swollowing entire baseball*
Same, it was a bit gross... couldn't stomach it. I have the same issue with my condensor mic, because it's so sensitive. A way I found to lessen the "mouth noises" is to just TRY to speak clearly, and to not be so damn close to the mic. Having other sounds there too, to mask the smaller sounds, can help. Also, a click filter in something like Audacity is good.
plzz make a video how to make your cmd like that!
Anmar Ram it's a download that makes it transparent.
Roman Jones what is the name of flie
Shekhar Kumar Jha idk... and you made a mistake on the word file
Anmar Ram It is also how his computer is setup.
Anmar Ram actually... you right click the top of your cmd, go to properties, go to colors and then you can change the color of the background, text etc.
sir pls tell me how u change the close button nice background when u open anything still u r background has been seen
Good comment okay.
Could you make a program that looks like your intro and put it up for download its freaking awesome
The && is called boolean logic and there is also || which means "or"
how do you make the color stay?
how did you get transparent windows
#5 put "cd" without those "'s and then drag that folder and then you are in that folder on cmd. #6 why u put 2 &'s, I don't have to..
wow, how you do that see trough 'background'?
TUTO HOW TO SHUT DOWN A COMPUTER IN UR NETWORK OR WIFI.
OPEN not bad .
Type : command.com
save as .bat
Then open it , type : shutdown -i
select the computer and shut it down.
how can i get the see through thing?