HI,
I need to make a vbscript that reports me a html page with informations if
exist or not an archive on local pc.
For example: there are 3 files that I need to know if the pc that I am have
or not (c:\winnt\test.exe ; c:\program files\test2.exe ; c:\temp\teste3.exe)
when I execute the script a html page will report me if they exist or not
(c:\winnt\test.exe -> ok ; c:\program files\test2.exe -> not found ;
c:\temp\test3.exe -> ok).
Tnks