Advertisement

1 - 10 of 3094 containing alltags:("paths") (0.002 seconds)
How can I get the directory name of where my MFC app is located? so if i run c:\apps\myapp\myapp.exe I want to be able to get c:\apps\myapp\ during runtime. thanks
Zones: Windows MFCDate Answered: 12/02/1998 Grade: A Views: 0
Hi, i have installed iis4 with sp4 on my nt machine. and installed it in c:\program files\inetsrv the standard path of inetsrv is c:\winnt\system32\inetsrv now if i start the mmc manager it gives ...
Zones: Windows NTDate Answered: 12/18/1998 Grade: C Views: 0
Hi, How Can I do to Have the .EXE, .DLL Name and path of All running process. I Have tried GetModuleFileName but it only return the path and the .exe name of my app. Thanks
Zones: Delphi ProgrammingDate Answered: 03/16/1999 Grade: A Views: 0
Dear All, I have created a help file by using the Microsoft help workshop. I found this *.hlp file must be placed at the same directory of the executable file in order to open the help file sucess...
Zones: Windows MFCDate Answered: 04/12/1999 Grade: B Views: 0
Hi, I try to get the FULL path of the exe of my app, I use this for the moment: _getcwd(buffer, MAX_PATH); strcat (buffer, "\\"); strcat (buffer, theApp.m_pszExeName); strcat (buffer, ".exe"); bu...
Zones: Windows MFCDate Answered: 04/29/1999 Grade: B Views: 0
Is there a function that exists to know the path of an executable or the path name of the calling program?
Zones: Windows MFCDate Answered: 05/29/1999 Grade: A Views: 0
To, experts The below mention path which vb shows me when i use "app.path". "C:\Program Files\Microsoft Visual Studio" I want to show this path in dos form,than what should i do for the s...
Zones: Visual BasicDate Answered: 11/07/1999 Grade: B Views: 0
I want to upgrade my software, in order to do that users will use FTP to unload the upgrade file. Then they will need to execute the file, which will auitomaticly extract the files to the right ...
Zones: Windows ProgrammingDate Answered: 01/29/2000 Grade: A Views: 0
Working with a CASE Tool that needs to be launched by typing in the command "java -mx32m -noclassgc elixir.LOREx2" is giving me lots of trouble. I have to add the jar file to the class path. Where/...
Zones: Java, New To JavaDate Answered: 05/07/2000 Grade: A Views: 4
I need to change the path environment variable in a Windows NT operating system. My question is: do you know if there is a windows API function to do that? I know that is possible to do it by ch...
Zones: Windows MFCDate Answered: 06/14/2000 Grade: B Views: 0