国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

How to get the paths of all .exe files on this machine in C C++
為情所困
為情所困 2017-06-07 09:24:04
0
1
982

C Scan the .exe files in all disks of this machine in C and obtain their paths. What should I write? What idea?

為情所困
為情所困

reply all(1)
世界只因有你

In Windows, you open cmd.exe and enter

dir  /s /b *.exe

It will search all .exe files starting from the current directory. You can call these commands using the system() function under Windows.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template