123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

BE Students

Training  Reports (updated)

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
Calling Windows Runtime Commands.

--------------------------------------------------------------------------------

Description : Sample code in Java that would call Windows Runtime Commands........

import java.io.*;
public class Win
{
public static void main(String[] Miller) throws IOException
{
Process process =
Runtime.getRuntime().exec("/C:WINNTsystem32calculator.exe");
process.waitFor();
}
}

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG