Hello all.
I am building a "poor man's sms" distribution web-page. In practise, software installation packages are replicated to a few servers in a few cities and I would like to make one general page, where all available software distributions are available for users (links to MSI installer scripts or batch files).
I have implemented a %SMSDP% variable in the LOGON script so that each compter gets the closest (in the LAN) distribution server address to the SMSDP environment variable. I have tested that using %SMSDP% in the Internet Explorer will bring me to the local distribution server, but adding that functionality into html makes me grazy. It looks that no matter how I write %SMSDP% into a href link it will be never translated into correct environment variable.
So, is there some way to take "dos" environment variable into code (html, php or java), use it in as a URL and then kick in installer from the web browser (IE 6 or 7).
ASKER
a href would like something like this: OpenOffice
and then in logon script with KIX32 I set: SET "SMSDP=\\CITY1DP1\SMS-DP$"