CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    57

    URGENT : -How to retrieve the full Path of Netscape.exe ?

    How do I get the full Path of Netscape.exe ? Registry can have multiple entries (4.5(en),4.5(jp),4.06,etc.)
    Any APIs ?

    Thanks
    Anand

    M.Anand
    Development - Lead ,
    Satyam Infoway Limited,
    Chennai - 600034
    India

  2. #2
    Join Date
    May 1999
    Location
    France
    Posts
    61

    Re: URGENT : -How to retrieve the full Path of Netscape.exe ?

    Hello,

    Try to look in window registry with REGEDIT.EXE, in search netscape, you must found if it's install on you PC.

    If you want to play code a recursif fonction who scan all drive and all subdirectory to find netscape.exe but the 1er solution is more easy !

    Arnaud



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured