Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
opening a folder
Name: boyfunky Date: September 18, 2006 at 09:53:07 Pacific OS: winXP CPU/Ram: 512MB Product: Acer
Comment:
hi im wondering hw to open a folder. i knw hw to create a folder using system()but i dont knw hw to open it cos i want to put another folder in it.
example of my program is cout<<"Enter Course Code: "; cin.getline(code, 10); cout<<"Enter lecture name: "; cin.getline(code3, 10); strcpy(code1, "md "); strcat(code1, code); system(code1); system("dir "); nw i want put the lecture name foldr inside the course code folder. i tried using "cd" and then using strcat to join it to course code bt didnt work out.
Summary: Hallo folks :) I got this question: can you make a .bat file or something wich will autorun when you open a folder? I'm very new at programming so i'm the worlds biggest noob to it hehe :) i only know...
Summary: Hello all, Does anyone know where I can get a program that simply prompts a user to enter a password before opening a folder? All of the security programs I've found deal with virtual drives and compr...