Auto Debug System

Copy Path

CopyPath allow you copy file or folder path name to clipboard.

Install

  1. Copy copypath.dll to c:\windows\system32\
  2. Run regsvr32.exe copypath.dll

Now you will find a "Copy File Path" menu be added in your explorer's context menu.

Uninstall

  1. Run regsvr32.exe /u copypath.dll
  2. Close explorer.exe
  3. delete copypath.dll

Features

Copy file or folder path name to clipboard. When you select "C:\Documents and Settings\Administrator" path in explorer.exe, select "Copy File Path" in context menu, you will get these results.

Copy 32bit Filename
Copy "C:\Documents and Settings\Administrator" to clipboard.

Copy 16bit Filename
Copy "C:\DOCUME~1\ADMINI~1" to clpboard.

Copy 32bit URL
Copy "file://C:/Documents and Settings/Administrator" to clipboard.

Copy 16bit URL
Copy "file://C:/DOCUME~1/ADMINI~1" to clipboard.

Copy 32bit \\ Filename
Copy "C:\\Documents and Settings\\Administrator" to clipboard. It's very usefully
feature for programmer who use c&c++.

Copy 16bit \\ Filename
Copy "C:\\DOCUME~1\\ADMINI~1" to clipboard.


Copyright © 2003-2009, www.autodebug.com All Rights Reserved