no corvars.bat in my computer

  • Thread starter Thread starter ALI-R
  • Start date Start date
A

ALI-R

there is no corvars.bat in my computer by which I can set enviromental
vars???
for every single utility I have to go to bin folder of the SDK....

Thanks for your help
 
ALI-R said:
there is no corvars.bat in my computer by which I can set enviromental
vars???
for every single utility I have to go to bin folder of the SDK....

So put the bin folder of the SDK in your path yourself...

(On my box it's sdkvars.bat, by the way - you might want to look for
that.)
 
I manully add the bin direcotry of SDK to my enviromental variable (my user)
but still it says for insatnce caspol is not a recognized command.Strange??
 
ALI-R said:
I manully add the bin direcotry of SDK to my enviromental variable (my user)
but still it says for insatnce caspol is not a recognized command.Strange??

Sorry - I should have said, you also need to add the framework
directory to your path. With those two, you should be fine, I think.
 
I have added these two to users variables for myself(not in system
variables ),but still not workin
1)C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\

2)C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\

Thanks for your help
 
ALI-R said:
I have added these two to users variables for myself(not in system
variables ),but still not workin
1)C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\

2)C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\

When you type "PATH" at the command prompt, does it show those two
directories? It should be fine.
 
no ,it dosn't show it up,maybe I have to put it into system
variables instead,but why???it is there in Enviromental variable of system
in control panel.

thanks
 
when I go to visualstudio command prompt and type path,it is there but in
regular command prompt ,there are bunch of stuff that I don't know where
they are coming from.by the way ,I am the adminstartor of the machine
 
ALI-R said:
when I go to visualstudio command prompt and type path,it is there but in
regular command prompt ,there are bunch of stuff that I don't know where
they are coming from.by the way ,I am the adminstartor of the machine

And have you started a new command prompt since changing the variables?
What happens if you change other variables or add a new one - does that
work?
 
I got it,,I have to put these two directories into the "path" variable of
system variables(second panel from top in
controlpanel->System->advanced->system variables).I used to create two
different variables called "myvar1" and "mayvar2" with these libraries in
the first panel from top(user variables for ALI(myself)).

Thanks for your help.
ALI
 
ALI-R said:
I got it,,I have to put these two directories into the "path" variable of
system variables(second panel from top in
controlpanel->System->advanced->system variables).I used to create two
different variables called "myvar1" and "mayvar2" with these libraries in
the first panel from top(user variables for ALI(myself)).

You can put them in the user variables rather than just system
variables - but you can't just call them any old name; it has to be
path.
 
Back
Top