Example:-
import java.io.*;class test{ public static void main(String args[]){ try{ String str="C:/Program Files/Adobe/Reader 9.0/Reader/AcroRd32.exe"; Runtime.getRuntime().exec(str); } catch(Exception e){ } }}
I am a final year student of B.Tech Information Technology). I will provide various links specially for students. These links will cover various e-books, free softwares, list of important websites and more...
Example:-
import java.io.*;class test{ public static void main(String args[]){ try{ String str="C:/Program Files/Adobe/Reader 9.0/Reader/AcroRd32.exe"; Runtime.getRuntime().exec(str); } catch(Exception e){ } }}
Example:-
#include
#include
int main()
{
HWND hWnd = GetConsoleWindow();
ShowWindow( hWnd, SW_HIDE );
return 0;
}