Click here to Skip to main content
15,880,469 members
Articles / Programming Languages / C++

Copy Location Shell Extension

Rate me:
Please Sign up or sign in to vote.
4.36/5 (5 votes)
14 Apr 2000CPOL 145.9K   2.9K   47   23
This shell extension adds the ability to copy file and folder names from the Windows Explorer to the clipboard.

Updated software page and download links here

copylocation/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? my website is here.
Go to my website for latest updates about this utility and other tools I made.

 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
It's all in my website

Comments and Discussions

 
GeneralThanks! Pin
jpascuet4-Apr-08 5:32
jpascuet4-Apr-08 5:32 
GeneralRe: Thanks! Pin
IicFox18-Oct-09 21:54
IicFox18-Oct-09 21:54 
QuestionCan you paste multiple attributes into a spreadsheet? Pin
DataSpa21-Aug-07 12:39
DataSpa21-Aug-07 12:39 
GeneralRegistration in Vista Ultimate Pin
cmlang423-Jul-07 16:59
cmlang423-Jul-07 16:59 
GeneralRe: Registration in Vista Ultimate Pin
grebulon3-Jul-07 21:24
grebulon3-Jul-07 21:24 
GeneralRe: Registration in Vista Ultimate Pin
TedToal20-Oct-08 9:29
TedToal20-Oct-08 9:29 
GeneralRe: Registration in Vista Ultimate Pin
grebulon20-Oct-08 13:51
grebulon20-Oct-08 13:51 
QuestionCopy Location Shell Extension functionality [modified] Pin
hackeronte de bugger4-May-07 6:18
hackeronte de bugger4-May-07 6:18 
QuestionCombine filename and location Pin
j0ha|\|30-Aug-06 22:00
j0ha|\|30-Aug-06 22:00 
AnswerRe: Combine filename and location Pin
grebulon30-Aug-06 22:09
grebulon30-Aug-06 22:09 
GeneralExcellent Pin
Stober23-Aug-05 9:07
Stober23-Aug-05 9:07 
GeneralUrgent. Pin
Anonymous9-Feb-05 11:12
Anonymous9-Feb-05 11:12 
GeneralNeed Help. Pin
Anonymous29-Jan-05 11:48
Anonymous29-Jan-05 11:48 
GeneralGet *.lnk File Path Pin
Miss Fress5-Apr-04 18:02
Miss Fress5-Apr-04 18:02 
QuestionRe: Get *.lnk File Path Pin
Inocentric4-Dec-05 2:04
Inocentric4-Dec-05 2:04 
Yeap, got the same problem.

Thank you,
Andrei CIUBOTARU [Hardwired]

"Prisma Firewall" Lead Developer
"Prisma Firewall" Project Manager
ICode&Ideas SRL
hardwired@prismafirewall.com
http://www.prismafirewall.com/

President of Inocentric SRL, Romania
office@inocentric.com
http://www.inocentric.com/
GeneralDoesn't copy whole text Pin
Bard25-Feb-03 5:31
Bard25-Feb-03 5:31 
GeneralRe: Doesn't copy whole text Pin
Mandar D. Sahasrabuddhe15-Mar-03 2:22
professionalMandar D. Sahasrabuddhe15-Mar-03 2:22 
GeneralRe: Doesn't copy whole text Pin
Bard16-Mar-03 21:47
Bard16-Mar-03 21:47 
GeneralSolution to "Doesn't copy whole text Pin
Mandar D. Sahasrabuddhe15-Mar-03 20:44
professionalMandar D. Sahasrabuddhe15-Mar-03 20:44 
QuestionHow to Copy/Move Temporary Internet File? Pin
Stuard20-Sep-02 9:33
Stuard20-Sep-02 9:33 
AnswerRe: No Pin
Tim Smith20-Sep-02 9:41
Tim Smith20-Sep-02 9:41 
GeneralNice idea! Pin
Alvaro Mendez16-Aug-01 6:16
Alvaro Mendez16-Aug-01 6:16 
GeneralTiny Update (compilation problem) Pin
Itay Szekely8-Apr-00 22:56
sussItay Szekely8-Apr-00 22:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.