Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <Windows.h>
  4. #include <shellapi.h>
  5. #include <iostream>
  6. using namespace std;
  7. int main()
  8. {
  9.     ShellExecute(CMD, "open", "http://www.yahoo.com.tw/",NULL,NULL, SW_SHOWNORMAL);
  10.     system("pause");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement