Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Copy Location Shell Extension

0.00/5 (No votes)
14 Apr 2000 1  
This shell extension adds the ability to copy file and folder names from the Windows Explorer to the clipboard.
  • Download source files - 38 Kb
  • Download the shell extension - 28 Kb
  • copylocation.gif


    Introduction

    This shell extension adds the ability to copy file and folder names from the Windows Explorer window to the clipboard. Simply select the file(s) whose name you want to copy, right-click and select "Copy File Path" or "Copy File Name" from the context menu. Then paste to any editor.

    Copy File Path - copies the entire path to the file.
    Copy File Name - copies only the file name without the folder.

    This utility is inspired by Michael Dunn's article The Complete Idiot's Guide to Writing Shell Extensions. Thanks Michael!


    Setup

    1. Unzip CopyLocation.zip to the folder where you want to install the utility (e.g., C:\Winnt).
    2. Go to the installation folder and double-click on Install.bat.
    3. If you wish, you can delete Install.bat.

    Install.bat registers CopyLocation.dll in the system.

    Alternatively you can:

    1. Copy CopyLocation.dll to the installation folder (e.g., C:\Winnt).
    2. From the Start Menu select Run...
    3. Type "regsvr32.exe C:\Winnt\CopyLocation.dll" and press OK (specify the exact installation folder)

    Install using Run... command

    To uninstall the shell extension:

    1. From the Start Menu select Run...
    2. Type "regsvr32.exe /u C:\Winnt\CopyLocation.dll" and press OK (specify the exact installation folder)
    3. Delete CopyLocation.dll from the installation folder.


    Possible problems

    This shell extension has been tested on Windows 98 and on NT 4.0 with Internet Explorer 5.0. I don't know how it will function under other operating systems. Please write to me if you encounter any problems.


    Contacting me

    Bug reports, requests, features? Write to me at etay@writeme.com.
    Go to my website for latest updates about this utility and other tools I made.


    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here