Ramdanb CountDown

<!-My countdown widget - HTML code - mycountdown.org --><div align="center" style="margin:15px 0px 0px 0px"><noscript><div align="center" style="width:140px;border:1px solid #ccc;background:#fff ;color: #fff ;font-weight:bold;"><a style="text-decoration:none;color:#000 ;" href="http://mycountdown.org/Religious/Ramadan/">Ramadan Countdown</a></div></noscript><script type="text/javascript" src="http://mycountdown.org/countdown.php?group=Religious&countdown=Ramadan&widget_number=3015&cp3_Hex=FFB200&cp2_Hex=040244&cp1_Hex=F9F9FF&fwdt=150&img=1&lab=1"></script></div><!-end of code-->

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.

 

Power ISO 4.8

PowerISO is very useful things to open your cd images you don’t need mount your image in like wise demon tool just open your cd image and use it you can extract it.

 

 

Download by Torrent

Driver Genius PRO 10.0.0.712

Discription

 

Driver Genius Professional is a professional Driver management tool features both driver management and hardware diagnostics. driver Genius provides such practical functions as driver backup, restoration, update and removal for computer users. If you often reinstall your operating system, you may not forget such painful experiences of searching all around for all kinds of drivers. If unfortunately you have lost your Driver CD, the search will be more troublesome and time-consuming. Now with the Driver backup function of Driver Genius, you can backup all drivers in your computer before reinstalling, and restore them with the Driver restoration function after system reinstallation has been completed. This will dramatically save your time for Driver installation during the system installation procedure, and you will no longer worry about where to find a Driver. Besides, you can create an automatic installation package for all drivers in your system by Driver Genius.

 

Feature

 

Drivers Backup: Driver Genius can detect and quickly backup drivers installed in system. It can compress the backup drivers to a zip file, self extracting file or an independent executable auto installer program.

Drivers Restore: You need not install drivers one by one after reinstalling Operating System. Just need only one click you can install all your backup drivers automatically. You can also install drivers in command mode silently. If you need install drivers on multiple PC with the same hardware configuration, Driver Genius can save your much time to reinstall system.

Drivers Update: Are you still using an old version or beta version drivers? Those faulty drivers always cause compatibility problem. They are the biggest hidden trouble that cause system crash. A suitable drivers can upgrade 50% or even more system performance . There are more than 30,000 devices drivers information in Driver Genius Database that including Motherboard, Sound card, Video card, Network card, Modem, Mouse, Keyboard, Scanner, Printer, Digital device etc. All you need to do is one click, Driver Genius will find out all drivers that need updating. All drivers we offer are official version or WHQL version, you can use them without any compatibility worries.

Drivers Uninstall: There could be some leftover drivers in your system because of changing hardware or updating drivers. Driver Genius can find out these useless drivers quickly and uninstall them.

LiveUpdate: We update large numbers of drivers on our website. You can synchronize your database with our download server to get the newest version drivers by Liveupdate program.

 

 

Download by Torrent

Create Manifest File for Your Jar File

Open notepad and Save it as Manifest.mf

And copy it and paste int your File change <Your Class name in Main function Exists> to your  main class name.<enter> is your keyboard Enter key.

 

 

 

Manifest-Version: 1.0

Created-By: 1.7.0-ea (Sun Microsystems Inc.)

Main-Class: <Your Class name in Main function Exists>

<enter>

<enter>

<enter>

 

 

 

Example:

 

                                                Manifest.mf

Manifest-Version: 1.0

Created-By: 1.7.0-ea (Sun Microsystems Inc.)

Main-Class: Login

<enter>

<enter>

<enter>

 

 

 

 

 

Want to Creat Executable Jar file for your Application

Syntax :
                                jar cfm <FileName>.jar <ManifestFileName>.extension <filename.extension> <filename.extension> <filename.extension>……….






Here jar is command to create jar file.


<FileName>.jar is your jar file name.


<ManifestFileName>.extension is your ManifestFile Name.


<filename.extension> is whose filename to want to add in your jar file.


Example:
C:\jar cfm Login.jar Manifest.mf Login.class SplaceScreen.class *.class




If you have any query about that then contact me at wasim.akh2@gmail.com





Tips to Improve Privacy in Truecaller App on Android Phones

If you use Truecaller app in your Android smartphone or iPhone, you must immediately apply important tips given in this article to improve y...