CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: setup

  1. #1
    Join Date
    May 2001
    Posts
    1

    setup

    hi all
    I have a major problem. from my setup i want to know from where the guy has run the setup.exe so that i can copy certain files directly from the cd or the place from which he is copying my set up ..please help



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: setup

    Use the APP.Path method. It returns the current path of the executable.

    John G

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