Results 1 to 2 of 2

Thread: [RESOLVED] Open folder with selected file

  1. #1

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Resolved [RESOLVED] Open folder with selected file

    Hi. I want to open the Windows Explorer with one file selected. I've tried this
    Code:
    '...
    Shell ("explorer.exe" & file)
    '...
    Well, this doesn't work.
    Need help. Thank's

  2. #2

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Re: Open folder with selected file

    Code:
    '...
    Shell "Explorer.exe /select,c:\CLDMA.LOG"
    '...

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