Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joakley

  1. joakley

    FindFirstFile wildcards?

    Thanks for the response Chip. It's like I thought. So I guess I'll have to go for the exhaustive work around. Cheers, Jonathan.
  2. joakley

    FindFirstFile wildcards?

    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...
  3. joakley

    ShellExecute and pipes - Quoting ">"?

    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...

Part and Inventory Search

Back
Top