making a path to a file
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I'm trying to make a path to a batch file and then processing the batch file. Does anyone know how I should do this?
Camron wrote: Does anyone know how I should do this? Which part: the making of the path, or the processing of the file? For the former, use
CreateDirectory()
. For the latter, see here.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
I'm trying to make a path to a batch file and then processing the batch file. Does anyone know how I should do this?
make a path from what ? have a look at _makepath
Maximilien Lincourt Your Head A Splode - Strong Bad