Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

find path to"C:\\Program Files"

Status
Not open for further replies.

LoveOpnSrc

Programmer
Feb 6, 2008
14
US
how can check for this path
Code:
 "C:\Program Files\Adobe\Reader 9.0"
I need to know what the user has on their PC.

Thanks!!!
 
Your trying to do that from an ASP page? It won't work to try and read what a user has installed since that type of code is only run on the server. You can do some things like that on the server using these:


Otherwise I'm assuming you'll need ActiveX or possibly Javascript???? Have to check those forms
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top