copy and paste the below code on notepad and save it in .cmd extension
@echo.
@netstat -n
@echo.
@pause
After that double click on the file to run
copy and paste the below code on notepad and save it in .cmd extension
@echo.
@netstat -n
@echo.
@pause
After that double click on the file to run

I really need my wordpress blog on Nepali language but problem was that after using nepali font/language and posting i got ‘?????’ on my post. I used few plugin that supports Nepali font but it didnt worked. then i try to modify the header file this time also i failed. I started to search on net on one blog i found the technique it worked but not fully, then again i modified the same code this time i did it
The code i found on that blog:
open the wp-config file and edit it these line:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8′);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
just add “//” comment sign eg: //define(‘DB_CHARSET’, ‘utf8′); //define(‘DB_COLLATE’, ”);
By doing this Nepali language will be supported but some where you might get problem so follow the below step: (This is what i did)
/** Database Charset to use in creating database tables. */
//define(‘DB_CHARSET’, ‘utf8′);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ‘utf8′);
where what i did is just added “utf8″ on define(DB_COLLATE’,'utf8′);
warning: Modify this code after installing wordpress .
Have you ever thought or tried to change/ rename the recycle bin. Its seems to be impossible because there is no renaming option.
Actually you can rename it by following below few steps:
1. click start, run and type “regedit”;
2. Press Ctrl+f5 and search for the keyword recycle bin.
3. Change the any value with “recycle bin” to your own value eg. can, dust bin etc;
4. After changing all the value exit the regedit;
5. Press f5 wala… there you go with new name
Be sure that by doin this stuff it doesnt affect anything else.
Another Technique:
Normally if you press f2 and try to rename it then you only hear sound it doesnt allow to rename. In above what we did is we simply renamed recycle bin and enter new name through regedit but this time we will make some change in values so that you can rename as you do with other.
1. click start, run and type “regedit”
2. Press Ctrl+f5 and search for the word -> 645FF040-5081-101B-9F08-00AA002F954E
3. Click on 645FF040-5081-101B-9F08-00AA002F954E To see content of this directory
4. Click on shellfolder.
5. On the right side you will see attributes , right click and press modify.
6. you’ll see value 40 01 00 20 replace the value 40 with 50
7. finally press ok and close the regedit
now you can easly rename the recycle bin.