I have been giving a mirgration project and have no experience with C++. This program has to find all the Word and excel docs and transfer them to another pc. Does anyone have any ideas or know of a good place to get info on this.
check MSDN runtime library reference about "directory control", "file handling routines" and "system call" etc, you can get information about how to handle a drive, directory , how to "findfirst" and findnext" file
all this program needs is to be started in the directory you want it to run or to call "ChangeDirectory" or chdir before calling the function. I am pretty sure this will do the trick for you
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.