Skip to main content

Posts

Showing posts from May, 2011

http://www.hindu.com/2005/02/20/stories/2005022006830500.htm

Bullock-cart wheel set to `light up' rural lives? By Our Staff Reporter A student demonstrates the model at the technical festival at Osmania University College of Engineering in Hyderabad. HYDERABAD, FEB. 19. The symbol of rural transport can now produce power that can light up villages sans power bills. A group of engineering students from Adilabad district have designed a model that produces power using the bullock-cart wheel! The model is based on the function that when the wheels of the cart rotate, the mechanical energy of the wheel is converted into electric energy using power transmission system and an alternator coupled to it. The exhibit, which is being displayed at Techsonance-2005, the annual technical festival of the Department of Electrical & Electronics Department of the Osmania University College of Engineering, has attracted lot of attention given its earthy solution to generate electricity using the bullock-cart, widely used by farmers in villages....

command here install in windows server

1. Navigate in your Registry to HKEY_LOCAL_MACHINE/Software/Classes/Folder/Shell and create a key called "Command Prompt" without the quotes. 2. Set the default string to whatever text you want to appear in the right-click menu. 3. Create a new key within your newly created command prompt named "command," and set the default string to cmd.exe /k pushd %1 You may need to add %SystemRoot%\system32\ before the cmd.exe if the executable can't be found. 4. The changes should take place immediately. Right click a folder and your new menu item should appear.