I'm using Mono 1.0 (open source .net framework). it includes a little batch file to add its install dirs to the PATH entry so that the compiler and the runtime will be easily available everywhere.
so here's what I'm doing:
I open a cmd window and go to the Mono dir.
I run the PATH setter batch.
the PATH now works everywhere I go within that cmd window.
but now if I close the current cmd window and open a new one, it forgets to PATH entry.
why? is there some way to make it remember between sessions?
so here's what I'm doing:
I open a cmd window and go to the Mono dir.
I run the PATH setter batch.
the PATH now works everywhere I go within that cmd window.
but now if I close the current cmd window and open a new one, it forgets to PATH entry.
why? is there some way to make it remember between sessions?