Ken Kwok <kenkwok@cmu.edu> writes: > shell ("mkdir " + ProjDir); this should be: system("mkdir " + ProjDir); - Randy