Adding environment variables with script / batch

G

Guest

Hey All,

How do I change environment variables settings with batch-file or some script?
Script/batch should be checking System Variables PATH, and if there is one
setting,
it shoulds delete it. Any tips for this?

tompo
 
P

Pegasus \(MVP\)

tompo said:
Hey All,

How do I change environment variables settings with batch-file or some script?
Script/batch should be checking System Variables PATH, and if there is one
setting,
it shoulds delete it. Any tips for this?

tompo

You have to use one of these tools:

setx.exe (Win2000 Resource Kit)
setenv.exe (ftp://barnyard.syr.edu/pub/vefatica/setenv.exe)
 

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

Top