I am thinking about making a basic software auditing app. The idea is to have a table of applications that I want to check for - this would contain 3 columns - a unique identifier, the name of the application eg 'Microsoft Word' and finally the path of the executable.
When the script is run the idea is to have a table with columns UniqueID, HostName, ProductID (which would tie in with the table described above), VersionNumber.
Is it possible in classic ASP to check for the existence of a file over the network? Picking up the host name and username is straightforward so it should be easy to build s string with the client PC - eg "\\pc100\c$\" & rs("FilePath")
Also is it possible in classic ASP to detect the version number of a file? I have had a look round but not spotted anything that looks suitable.
Any basic pointers much appreciated.
cheers
When the script is run the idea is to have a table with columns UniqueID, HostName, ProductID (which would tie in with the table described above), VersionNumber.
Is it possible in classic ASP to check for the existence of a file over the network? Picking up the host name and username is straightforward so it should be easy to build s string with the client PC - eg "\\pc100\c$\" & rs("FilePath")
Also is it possible in classic ASP to detect the version number of a file? I have had a look round but not spotted anything that looks suitable.
Any basic pointers much appreciated.
cheers