Hi all,
I include a bitmap (test.bmp) file in my project, say MYPROJ
i build it to EXE, say MYPROJ.EXE
How can i copy this bitmap file to hard disk while running EXE?
The command
copy test.bmp to c:\test2.bmp cause an error say : File test.bmp does not exist!
How can i work around this problem?
Thanks
Jimmy Le
nhan_tiags@yahoo.com
I include a bitmap (test.bmp) file in my project, say MYPROJ
i build it to EXE, say MYPROJ.EXE
How can i copy this bitmap file to hard disk while running EXE?
The command
copy test.bmp to c:\test2.bmp cause an error say : File test.bmp does not exist!
How can i work around this problem?
Thanks
Jimmy Le
nhan_tiags@yahoo.com