> Get directories and files
system("C:");
system("cd\");
system("attrib /s >HardDrive.txt");

HardDrive.txt contains your entire hard drive, all files(hidden, read-only, system, etc.), and the...