Help. I'm trying to create a simple Dialog based app where you can select some check boxes and what not, and then hit "Apply" and a batch file is created.<br>
<br>
Simple enough - except that I'm new to this thing. I'm writing it in Visual Studio using the MFC wizard and some books.<br>
<br>
But I can't seem to get the CString to work with the write function of the CFile.<br>
<br>
Why? and is there a better way to do this?<br>
<br>
thanks for any help!