Reading environment variables is all very well, but how do
I write them ?
Using the WSH I am calling an application using:
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "Someprogram" , 1, TRUE
The problem is that this programs needs some...