I am trying to figure out how to make a program perform the following funtion "cpc -B *.cpc -O 1" where 1 is the directory... What that function does is converts .cpc files into .tif files... It would be ran out of my c:\cpc folder and I would like to be able to choose a directory to convert the new .tifs in to.... Can anyone recommend the best way of going about this? I am very new to c++ and trying to read all I can..