Showing posts with label Command Prompt. Show all posts
Showing posts with label Command Prompt. Show all posts

Yahoo! Widget Engine 4.5.2

Yahoo! Widgets help you save time and stay current by bringing an always-updated, at-a-glance view of your favorite Internet services right to your desktop. The Yahoo! Widget Gallery offers over 4,000 desktop Widgets - the most available anywhere online. Yahoo! Widgets is the only major desktop Widgets platform that works on both Windows and Mac OS.

Save time with live updates right on your desktop

  • Your favorite info comes to you
  • No need to surf around for what you use most

Convenient at-a-glance view keeps your Widgets in line

  • Get all of your personalized updates in one place
  • Neatly organize your Widgets along any edge of your desktop

Choose from more than 4,000 Widgets. Make it all yours

  • The most Widgets available anywhere online… more than 4,000 and growing fast!
  • Weather, games, web cams, radio, scoreboards, calendars, mood rings… if you can imagine it, there's a Widget for it!

Download Here

Google Chrome 15.0.849.0 Beta

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

One box for everything

Type in the address bar and get suggestions for both search and web pages.

Thumbnails of your top sites

Access your favorite pages instantly with lightning speed from any new tab.

Incognito mode

Don't want pages you visit to show up in your web history? Choose incognito mode for private browsing.

Safe browsing

Google Chrome warns you if you're about to visit a suspected phishing, malware or otherwise unsafe website.

For information about alpha and developer builds, check out the Chrome dev channel here.

Download Here

Best programming editor rating by me Notepad++ 5.9.3

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL Licence.

Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

  • Syntax Highlighting and Syntax Folding
  • WYSIWYG
  • User Defined Syntax Highlighting
  • Auto-completion
  • Multi-Document
  • Multi-View
  • Regular Expression Search/Replace supported
  • Full Drag 'N' Drop supported
  • Dynamic position of Views
  • File Status Auto-detection
  • Zoom in and zoom out
  • Multi-Language environment supported
  • Bookmark
  • Brace and Indent guideline Highlighting
  • Macro recording and playback

Download Here

Transform Windows 7 into Ubuntu

Transform Windows 7 into Ubuntu 11.04 Natty Narwhal Using "Ubuntu Skin Pack 6.0″

UPDATE: New version 6.0 released which comes with new boot screen, icons, start button, dock, etc. If you use Windows but love simple, minimal and clean look of Ubuntu, here is something interesting for you. "Ubuntu Skin Pack" is a customization pack for Windows 7 users which can make our Windows look-like Ubuntu 11.04.

Verify in DOS

Verify
Most PC's do not have ECC memory (Error Correction Code) or memory with parity so the verify command is important. What it does is verify that the data in memory is the same as what is written to disk. However it does not check that the data in memory is the same as what is read from disk. So it does not insure that the disk is read correctly but that it is written correctly. This affords some additional security and will also prevent writes to bad sectors.

Verify is used precisely the same way as break except that it cannot be used in config.sys.

Tip

 

Use VERIFY ON as the first command in autoexec.bat so write verification is enabled as early as possible each time you boot.

 

Use of Break in DOS

Break


DOS has a feature called extended CTRL+C checking. The break command turns this feature on or off. When break is off (the default), DOS checks for CTRL+C only while it reads from the keyboard or writes to the screen or a printer. When break is on, CTRL+C checking is extended to other functions, such as disk read and write operations, which enables us to press CTRL+C to stop a program or an activity (such as file sorting).

As you might guess, break should always be set to on so you can break out of a program if desired. This is a vital function when working with batch files.

Break can be set to on in config.sys with BREAK=ON or Break can be set to on in any batch file or at the prompt with BREAK ON.
BREAK alone (in a batch file or at the prompt) will tell you if break is on or off.

Tips

 

Use BREAK=ON in config.sys so extended CTRL+C checking is enabled as early as possible each time you boot.

 

Get Your IP Address Information

ipconfig /all


This will retrieve a pile of information about your network connection and IP information. From this command, you can get:

  • Host Name
  • Primary DNS Suffix
  • Node Type
  • IP Routing Enabled
  • WINS Proxy Enabled
  • DNS Suffix Search List
  • Connection-specific DNS Suffix
  • Network Adapter Description
  • Physical (MAC) Address
  • DHCP Enabled
  • IP Address
  • Subnet Mask
  • Default Gateway
  • DNS Servers
--  Wasim Akhtar

Save A List of Files to a Text File by Extension



dir *.ext /s /b > files.txt

This command line will create a file called files.txt. When you open this file, there will be a complete list of all the files in that directory and all subdirectories with the .ext extension. You can then open up this text file in any text editor and work this the information.By changing the ext part, you can select different files. For example, if you wanted to list all of the PDF documents, you would type:

dir *.pdf /s /b > files.txt

--  Wasim Akhtar

Make Current Date Directory by Command Prompt

Just copy it and past as .bat file

set day=%Date:~0,3%
set mth=%Date:~4,2%
set dat=%Date:~7,2%
set yr=%Date:~10,4%
md %dat%_%mth%_%yr%_%day%

Download Code

@Copyrighted Wasim Akhtar

Chrome 123 to Replace GoogleUpdate.exe with New Updater.exe Tool

SUMMARY: Chrome 123.0 and later versions will use a new version of Google Update tool. The previous GoogleUpdate.exe will be replaced with n...