Environmental Variable

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

I am now starting C++ programming and the Borland
Compiler required me to set a new path in environmental
variables so my program could be executed, unfortunately
I deleted my old path variable. How will I know which one
I need? Before I remember it saying something about
symantec but I am lost. You can post a reply here or at
my email (e-mail address removed) Thanks!
 
Post here, reply here.

Environment variables are unique to each PC depending on what
applications have been installed, with the exception of this, which is
common to all:

%SystemRoot%\system32;%SystemRoot%
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top