After all of you helped me a lot with my last question (thanks again,
everything worked great!), I'm again without any idea!
Now I have my complete .vbs script that tests the installed Windows
version and the installed Adobe Reader Version.
I've burned it to a CD with a Autorun.inf that looks like this:
[autorun]
shellexecute = cscript.exe VersionCheck.vbs
My problem: On almost every computer the script is blocked as a
'dangerous virus' by the anti-virus software.
What can I do? I thought of maybe converting it to exe and as I googled
that seems to be good solution if you have VB what I don't have!
Is there an other way to make the script run? It won't be send by email
it will just be on a CD!
Any hint? Thanky you very much!