Friday, September 7, 2012

I wrote a very simple and small utility to separate executable files from a given directory path with the help of code given in MSDN Documentation. Pseudo Code is as follows:

step 1: read the path from command line arg
step 2: create another folder named as "EXE" ; // see code
step 3: main loop {
                           get the filename and path;
                           check the filetype;
                           move to "EXE" folder
                           }
w_file.cpp

No comments: