How do get a recursive list of files, and wait for a DOS prompt to finish. (This easy way) - Visual
How do I get a recursive list of files in any simple way? Use the DOS "dir /A:-D /B /S" command. How do I get my program to wait until the DOS prompt is finished before continuing without the extra code? Use the example I will provide in this simple FAQ. ...