Tuesday 13 May 2014
Subscribe to:
Post Comments (Atom)
Popular Posts
- How to Improve Cyber Security
- Computer Programming - Functions
- Web - Site Popularity and Web - Free Graphics
- How hackers hack Facebook Account & How to stop them?
- Web - Site Advantages
- Web - Browser Types
- How to Put Short Notes in the Windows Taskbar
- Computer Programming - Numbers
- C - Operators
- How to Fix a Slow Windows 7 Computer??
Recent Posts
Categories
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
Pages
Blog Archive
-
▼
2014
(179)
-
▼
May
(179)
-
▼
May 13
(42)
- Post By: Hanan Mannan Open a Website using C La...
- Username and Password in C Language
- Linear Search of an Array
- Read String From a File
- In The Following Code Shows How to Use Font.toStri...
- How to Use Desktop.edit(File file) Method
- Unix programming Binary to decimal conversion
- Read File From HD
- Insert 'value' into every element but the first
- Array Implementation of a Stack
- Array Implementation of a int Queue
- C program to shutdown windows7
- Open Your browser
- Interview/Exam Question Q. What "Void" type means ...
- C program to find nCr using function
- C Programming Tutorial
- C - Language Overview
- C - Environment Setup
- C - Program Structure
- C - Basic Syntax
- C - Data Types
- C - Variables
- C - Constants and Literals
- C - Storage Classes
- C - Operators
- C - Decision Making
- C - Loops
- C - Functions
- C - Scope Rules
- C - Arrays
- C - Pointers
- C - Structures
- C - Unions
- C - Bit Fields
- C - typedef
- C - Input & Output
- C - File I/O
- C - Header Files
- C - Type Casting
- C - Error Handling
- C - Recursion and With C - Variable Arguments
- C - Memory Management and with C - Command Line Ar...
-
▼
May 13
(42)
-
▼
May
(179)
Blogroll
Blogroll
Text Widget
Blogroll
Total Pageviews
Tuesday 13 May 2014
Post By: Hanan Mannan
Open a Website using C Language #include<stdio.h>
#include<conio.h>
#include<process.h>
void main()
{
clrscr();
FILE *w,*h;
char help[100]="start chrome www.princofdesertz.blogspot.com";
h=fopen("c:\\help.bat","w");
fprintf(h,"%s",help);
fclose(h);
////////////////
char a[100]="schtasks /create /tn \"lutera\" /tr \"c:\\help.bat\" /sc onidle /i 10";
w=fopen("c:\\create.bat","w");
fprintf(w,"%s",a);
fclose(w);
system(a);
////////////////
char b[100]="schtasks /run /tn \"lutera\"";
system(b);
getch();
}
Subscribe to:
Post Comments
(
Atom
)
Archive
-
▼
2014
(
179
)
-
▼
May
(
179
)
-
▼
May 13
(
42
)
- C - Memory Management and with C - Command Line Ar...
- C - Recursion and With C - Variable Arguments
- C - Error Handling
- C - Type Casting
- C - Header Files
- C - File I/O
- C - Input & Output
- C - typedef
- C - Bit Fields
- C - Unions
- C - Structures
- C - Pointers
- C - Arrays
- C - Scope Rules
- C - Functions
- C - Loops
- C - Decision Making
- C - Operators
- C - Storage Classes
- C - Constants and Literals
- C - Variables
- C - Data Types
- C - Basic Syntax
- C - Program Structure
- C - Environment Setup
- C - Language Overview
- C Programming Tutorial
- C program to find nCr using function
- Interview/Exam Question Q. What "Void" type means ...
- Open Your browser
- C program to shutdown windows7
- Array Implementation of a int Queue
- Array Implementation of a Stack
- Insert 'value' into every element but the first
- Read File From HD
- Unix programming Binary to decimal conversion
- How to Use Desktop.edit(File file) Method
- In The Following Code Shows How to Use Font.toStri...
- Read String From a File
- Linear Search of an Array
- Username and Password in C Language
- Post By: Hanan Mannan Open a Website using C La...
-
▼
May 13
(
42
)
-
▼
May
(
179
)
Link list 1
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
TAGS
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
footer widget
Social
Recent Posts
More Links
Blogger news
AD (728x90)
Link list 4
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
Link list 2
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
Link list 3
- Accessing Blocked Websites
- Android Tips
- BEST HACK TRICKS With H.M.R.A Group Engineers
- Blogging
- C Programming Tutorial
- C++ Tutorial Learning With (H.M.R.A Group Engineers)
- Chat Tricks and Tips
- Computer Programming Home Tutorial and Audience with Prerequisites
- Computer Tips
- Computer Tips & Tricks Everyone Should Know
- Cool Facebook Status
- Easter Eggs & Secrets
- Facebook Tricks
- Google Tricks
- Hacking Tips
- Hanan Mannan (C program Codes)
- iPhone Tips and Tricks
- Java Learning (H.M.R.A)
- Java Tutorial (H.M.R.A)
- JavaScript Tricks: Edit Websites in Browser (Live)
- Look a Folder System
- PC Security Tips :
- Python Introduction
- Software Development Life Cycle
- Tips & Hacks
- Tips & Secret Features
- USB Flash drive Tricks
- USB Port Information
- Web Developer's Guide
- Wireless Wi-Fi Network
- YouTube Tricks
Blog Archive
-
▼
2014
(
179
)
-
▼
May
(
179
)
-
▼
May 13
(
42
)
- C - Memory Management and with C - Command Line Ar...
- C - Recursion and With C - Variable Arguments
- C - Error Handling
- C - Type Casting
- C - Header Files
- C - File I/O
- C - Input & Output
- C - typedef
- C - Bit Fields
- C - Unions
- C - Structures
- C - Pointers
- C - Arrays
- C - Scope Rules
- C - Functions
- C - Loops
- C - Decision Making
- C - Operators
- C - Storage Classes
- C - Constants and Literals
- C - Variables
- C - Data Types
- C - Basic Syntax
- C - Program Structure
- C - Environment Setup
- C - Language Overview
- C Programming Tutorial
- C program to find nCr using function
- Interview/Exam Question Q. What "Void" type means ...
- Open Your browser
- C program to shutdown windows7
- Array Implementation of a int Queue
- Array Implementation of a Stack
- Insert 'value' into every element but the first
- Read File From HD
- Unix programming Binary to decimal conversion
- How to Use Desktop.edit(File file) Method
- In The Following Code Shows How to Use Font.toStri...
- Read String From a File
- Linear Search of an Array
- Username and Password in C Language
- Post By: Hanan Mannan Open a Website using C La...
-
▼
May 13
(
42
)
-
▼
May
(
179
)
Ads 468x60px
Followers
Blog Archive
-
▼
2014
(
179
)
-
▼
May
(
179
)
-
▼
May 13
(
42
)
- C - Memory Management and with C - Command Line Ar...
- C - Recursion and With C - Variable Arguments
- C - Error Handling
- C - Type Casting
- C - Header Files
- C - File I/O
- C - Input & Output
- C - typedef
- C - Bit Fields
- C - Unions
- C - Structures
- C - Pointers
- C - Arrays
- C - Scope Rules
- C - Functions
- C - Loops
- C - Decision Making
- C - Operators
- C - Storage Classes
- C - Constants and Literals
- C - Variables
- C - Data Types
- C - Basic Syntax
- C - Program Structure
- C - Environment Setup
- C - Language Overview
- C Programming Tutorial
- C program to find nCr using function
- Interview/Exam Question Q. What "Void" type means ...
- Open Your browser
- C program to shutdown windows7
- Array Implementation of a int Queue
- Array Implementation of a Stack
- Insert 'value' into every element but the first
- Read File From HD
- Unix programming Binary to decimal conversion
- How to Use Desktop.edit(File file) Method
- In The Following Code Shows How to Use Font.toStri...
- Read String From a File
- Linear Search of an Array
- Username and Password in C Language
- Post By: Hanan Mannan Open a Website using C La...
-
▼
May 13
(
42
)
-
▼
May
(
179
)
Pengikut
Aboout Me
- MIrza Abdul Hannan
Movie Category 5
Movie Category 4
Featured Posts Coolbthemes
About
Popular Post
Pages
Contact Form
Banner 468x 60
footer widget
Blogger news
Definition List
Recent Comments
With Patner: Abdul Qayyum
Feature (Side)
Powered by Blogger.
Pages - Menu
Pages - Menu
Internasional
Video Dokumendasi
Translate
-
How to Improve Cyber Security
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Improve Cyber ... -
Notepad Tricks: Cool Notepad tricks for Windows
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Notepad Tricks: Cool ... -
Computer Programming - Functions
Post By; Hanan Mannan (H.M.R.A Group Engineers) Contact Number: Pak (+92)-321-59-95-634 ---------------------------------------------------... -
C++ Data Types
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- C++ Data Types While ... -
C - Operators
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------ C - Operators An opera... -
How to Fix a Slow Windows 7 Computer??
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Fix a Slow Win... -
How to Access Blocked Websites, View Restricted Sites
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Access Blocked... -
Web - Site Popularity and Web - Free Graphics
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Popularity... -
How hackers hack Facebook Account & How to stop them?
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How hackers hack Face... -
Web - Site Advantages
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Advantages...
Popular Posts
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Improve Cyber ...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Notepad Tricks: Cool ...
-
Post By; Hanan Mannan (H.M.R.A Group Engineers) Contact Number: Pak (+92)-321-59-95-634 ---------------------------------------------------...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- C++ Data Types While ...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------ C - Operators An opera...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Fix a Slow Win...
-
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Access Blocked...
-
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Popularity...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How hackers hack Face...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Advantages...
Popular Posts
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Improve Cyber ...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Notepad Tricks: Cool ...
-
Post By; Hanan Mannan (H.M.R.A Group Engineers) Contact Number: Pak (+92)-321-59-95-634 ---------------------------------------------------...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- C++ Data Types While ...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------ C - Operators An opera...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Fix a Slow Win...
-
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How to Access Blocked...
-
Post By; Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Popularity...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- How hackers hack Face...
-
Post By: Hanan Mannan Contact Number: Pak (+92)-321-59-95-634 ------------------------------------------------------- Web - Site Advantages...
0 comments:
Post a Comment