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





Run cmd command from java

import java.io.*;

import java.util.*;

public class CmdVerJavaDemo{

BufferedReader x=new BufferedReader(new InputStreamReader(System.in));

Runtime myrun;

Process output;

public static void main(String args[])throws IOException

{

(new CmdVerJavaDemo()).runCmdCommand("dir *.*");

}

public void runCmdCommand(String cmd)throws IOException

{

System.out.println("Your Cmd Command is "+cmd);

myrun=Runtime.getRuntime();

output=myrun.exec("cmd /c "+cmd);

String outStr="";

String fDate="";

String fName="";

x=new BufferedReader(new
InputStreamReader(output.getInputStream()));

for(int i=0;i<=100 && outStr!=null;i++)

{

outStr=x.readLine();

if(outStr==null)

{

System.out.println("File Data has null
.");

}

else

{

System.out.println(outStr);

StringTokenizer strToken=new
StringTokenizer(outStr);

int countT=strToken.countTokens();

if(i>=6)

{


fDate=strToken.nextToken();


fName=strToken.nextToken();


fName=strToken.nextToken();


fName=strToken.nextToken();


fName=strToken.nextToken();


fDate=fDate.replaceAll("/","-");


System.out.println("File Name :"+fName);


System.out.println("File Date :"+fDate);


output=myrun.exec("cmd /c md backup");


output=myrun.exec("cmd /c copy .\\*.* .\\backup");


output=myrun.exec("cmd /c md "+fDate);

File
fileName=new File(fName);


if((fileName.isDirectory()))


System.out.println("File Name :"+fName+" is Directory");

else


{


System.out.println("File Name :"+fName+" is File");


output=myrun.exec("cmd /c copy .\\"+fName+" .\\"+fDate);


}

}

}

}

}

}

Subscribe Sharingbywasim by sms free

If you want to get update of Sharing by Wasim Akhtar by Free sms then send from your mobile ON Sharingbywasim to +919870807070

--  Wasim Akhtar

Want to google search by your google talk

Want to google search by your google talk then  Send a chat invitation to guru@googlelabs.com.

Google Talk Guru is an experimental service that allows people to get information like sports results, weather forecasts, definitions etc via chat. It works on many popular chat applications that support Google Talk.

To start using Google Talk Guru:

1. Sign into a chat client that supports Google Talk 
2. Send a chat invitation to guru@googlelabs.com or click the "Invite myself to chat with Guru" link below. 
3. Find guru in your contact list and send chat queries to guru using the examples below:

Sport scores: score arsenal
Weather: weather Nairobi
Calculate: 123 * 45
Currency: 120 KES to USD
Definition: define laptop
Translation: translate earth to French
Web result: web Mount Kenya
Help: help translate

--  Wasim Akhtar

Windows 10 21H2 and 22H2 Known Issues and Workarounds – April 28, 2024

UPDATE: One Windows 10 known issue “BitLocker might incorrectly receive a 65000 error in MDMs” was resolved and updated in the article. In t...