Adding environment variables with script / batch

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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)
 
Back
Top