Results 1 to 2 of 2

Thread: cd drive again

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    W.Lafayette, In USA
    Posts
    37

    Unhappy

    I know I just ask this question but I guess I didn't ask it distinctly. Does anyone know how to get the drive of the cd-rom of which my program is on. Some computers have more than one cd-rom drive. I just want to know get the one a user is working on.

    thanks in advance

  2. #2
    Guest
    Does anyone know how to get the drive of the cd-rom of which my program is on.
    Code:
    Strdrive = Left$(App.Path, 3)
    Msgbox "Program is located on the " & Strdrive & " drive."

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