This article is about batch programming, it's one of the cool things you should try...
its very easy to understand the language.Let's learn hiding a folder ;)
Just take any folder you wanna hide, open it's parent folder (Parent folder: Folder in which your folder is situated, if it is desktop, then go to MY COMPUTER-->C:[Or else in which drive your OS is installed]-->Users-->Your User Account name-->Desktop(Don't open it))
1.Press Shift+Right Click on the parent folder/Desktop(In case you have gone for second option) folder. 2.Click Open command window here 3. Type the following in command window and press enter, just replace foldername with the name of your folder you wanna hide: attrib +h +s foldername 4.In case you want to unhide the folder just type '-' in place of '+', i.e: attrib -h -s foldername
See just with one line you can hide/unhide a folder...
There are many more things you can do with batch programming like changing the background and text colour of the command window (I know that's not cool) but much more than that...
its very easy to understand the language.Let's learn hiding a folder ;)
Just take any folder you wanna hide, open it's parent folder (Parent folder: Folder in which your folder is situated, if it is desktop, then go to MY COMPUTER-->C:[Or else in which drive your OS is installed]-->Users-->Your User Account name-->Desktop(Don't open it))
1.Press Shift+Right Click on the parent folder/Desktop(In case you have gone for second option) folder. 2.Click Open command window here 3. Type the following in command window and press enter, just replace foldername with the name of your folder you wanna hide: attrib +h +s foldername 4.In case you want to unhide the folder just type '-' in place of '+', i.e: attrib -h -s foldername
See just with one line you can hide/unhide a folder...
There are many more things you can do with batch programming like changing the background and text colour of the command window (I know that's not cool) but much more than that...