Oct 9, 2002 #1 txjump Programmer May 17, 2002 76 US Hello everyone, Say im running an exe file called abc.exe. how do i find out the name of the exe from inside the abc.exe? thanks! txjump
Hello everyone, Say im running an exe file called abc.exe. how do i find out the name of the exe from inside the abc.exe? thanks! txjump
Oct 9, 2002 #2 qednick Programmer Jul 26, 2002 516 US try: LPCTSTR AfxGetAppName(); in VC++ Upvote 0 Downvote
Oct 9, 2002 #3 JOLESEN Programmer Jun 21, 2002 317 DK Or try : GetModuleFileName() /JOlesen Upvote 0 Downvote
Oct 9, 2002 Thread starter #4 txjump Programmer May 17, 2002 76 US thanks to both of you. i should have mentioned that i needed a system function instead of an MFC or ATL call. so i will try GetModuleFileName. txjump [poneytails2] Upvote 0 Downvote
thanks to both of you. i should have mentioned that i needed a system function instead of an MFC or ATL call. so i will try GetModuleFileName. txjump [poneytails2]