www.digitalmars.com         C & C++   DMDScript  

c++ - to bertel

reply nuts <nuts_member pathlink.com> writes:
thank you very much

got it to make the notepad program to c:

cant get the prompt to accept dmc   command  still trying different equations
Jan 31 2006
parent Bertel Brander <bertel post4.tele.dk> writes:
nuts wrote:
 thank you very much
 
 got it to make the notepad program to c:
 
 cant get the prompt to accept dmc   command  still trying different equations
You have to add the folder in which dmc.exe is, to your PATH environment variable. There are two ways to do that: 1: In the prompt run the command: path=c:\whatever\mars\bin;%PATH% The part before the ; has to be changed to the path to dmc.exe. You have to run this command for each new prompt. 2: Set it permanently, to do that you have to open windows control panel, find system, on the advanced tab push the "environment variables" button and find path in the lower of the two lists, hit edit and add the path to the end of the value part, separated by a ; This settings will not change the current running prompts. In the bin folder find sc.ini and add the path to stlport to enable dmc.exe to find the stl headerfiles. -- Absolutely not the best homepage on the net: http://home20.inet.tele.dk/midgaard But it's mine - Bertel
Feb 01 2006