Thread
:
A C Program to shutdown the computer..
View Single Post
#
6
11-10-2012, 12:53 AM
JuNaiDiQbaL
Never Give Up
Join Date: Jan 2011
Location: SahiwaL
Age: 33
Posts: 26
Program / Discipline: BSIT
Class Roll Number: 10-26
Re: A C Program to shutdown the computer..
yes you can access a folder using C
here is the code
Code:
#include "stdlib.h" int main() { system("explorer C:\\TC"); return 2; }
this Code will open TC folder in C Drive.
JuNaiDiQbaL
View Public Profile
Send a private message to JuNaiDiQbaL
Visit JuNaiDiQbaL's homepage!
Find all posts by JuNaiDiQbaL