Hi,
I'd like to use FindFirstFile to return a HANDLE to a list of files that have an extension *.abc where a,b and c are i the range 0-9. I think that I can only use the * and ? wildcards when calling the function, eg:
hFind_klarf = FindFirstFile( "*.???", &dataFind);
Does anyone...
Hi,
There's a command I use at the DOS prompt which I need to pipe into a text file:
c:\>command > out.txt
I'm trying to do this within an MFC application using ShellExecute, but I seem to be having trouble with the ">" section of the command. I know there's limitations on certain...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.