6

Possible Duplicate:
Copy filename to clipboard

I vaguely remember some kind of "Send To" context menu option that accomplished this. Cannot recall which version of Windows.

Right now, the steps I take:

  1. Right click file and go to properties
  2. Copy file location
  3. Paste file location in the target text box
  4. Copy the file name
  5. Paste file name in target text box
  6. Quote the file path if necessary

This is a pain. Is there a better way? I'd prefer not to use any third-party software.

1 Answers1

17
  1. Shift + right-click the file.
  2. Select Copy as path.
John H
  • 986