how copy a folder that have signs in it name in windows 7

sajad

i bought a software disk. some folders have sign in those name. like $ and etc. i cant change folders name because they are related to eachother and are systemic.it was possible to copy files on windows xp. but when i want to copy on my main pc (win 7), nothing happening when i press paste.

LPChip

Windows Explorer might not be able to work with the folder, but the Command Prompt might still do it.

Depending on if you need administrative rights or not, either launch command prompt as administrator or normally.

Do note that a command prompt run as administrator won't have any network shares mounted by default (its a different user)

To start command prompt, press start, then type cmd and either hit enter or shift-enter depending on if you want to start it normally, or as administrator.

From the command prompt, use the following 2 commands to find the directory you want to copy:

CD: Change directory
DIR: Directory listing.

If the folder in question is on another drive, for example D:, simply type in the driveletter followed by : and press enter.

You can use tab to autocomplete file and foldernames.

For example, when in C:> typing cd progtab will change it to: cd "Program Files". Pressing tab again without typing anything else will select the second possibility, thus cd "Program Files (x86)"

Once you are in the folder before the one you want to copy, you can type dir /x to find out the short name.

In order to copy the folder type Copy <source> <destination> You can use tab again to autocomplete the name.

If this fails, you can try copying using /n which means: use the generated short names.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to lengthen the displayed folder name in Windows 7?

From Dev

How to copy filename as text from a folder in windows 7?

From Dev

Copy a folder into another folder (Windows 7) via command line

From Dev

Windows 7 system resource as folder name

From Dev

How to copy a folder in a Windows Store App

From Dev

How to update a copy/backup of a folder in Windows 10?

From Dev

Under Windows 7, how can I delete a folder whose name ends with "..."?

From Dev

Copy all files in a folder which have the same name as files in a separate folder

From Dev

Using webpack to package, how to copy files that have existed to a new folder?

From Dev

How to omit numerical values that have > or < signs

From Dev

How to connect to an HTTPS WebDAV Folder on Windows 7?

From Dev

How to change folder colors in Windows 7?

From Dev

Why isn't it possible to name a folder "._." in Windows 7?

From Dev

How to get a Windows 7 Home Premium copy?

From Dev

How to copy the name of file or folder in the current directory in terminal?

From Dev

Don't have admin access but need to copy files to Windows folder Windows 8.1

From Dev

copy folder to another location by excluding all sub folders that have a specific name

From Dev

How to merge folders of the same name when moving without loosing data in any folder, in Windows 7 ultimate x64?

From Dev

How can you access shared network folders with cmd.exe on Windows 7/10 when the folder name contains a space?

From Dev

Why does Windows 7 have a seven in its name?

From Dev

msbuild copy entire folder with same folder name

From Dev

How to copy windows.old folder to another drive?

From Dev

how to copy a folder into another folder

From Dev

How do I remove Folder Ownerships? (Windows 7 & Windows XP)

From Dev

How to open the parent folder in a new window in Windows Vista or Windows 7?

From Dev

How long does Windows Explorer remember folder customisations for in Windows 7?

From Dev

A folder misbehaving on windows 7

From Dev

How can I copy a file with a BATCH script from a folder on one drive to a folder of the same name on another drive?

From Dev

How can I remove a folder without a name in Win7?

Related Related

  1. 1

    How to lengthen the displayed folder name in Windows 7?

  2. 2

    How to copy filename as text from a folder in windows 7?

  3. 3

    Copy a folder into another folder (Windows 7) via command line

  4. 4

    Windows 7 system resource as folder name

  5. 5

    How to copy a folder in a Windows Store App

  6. 6

    How to update a copy/backup of a folder in Windows 10?

  7. 7

    Under Windows 7, how can I delete a folder whose name ends with "..."?

  8. 8

    Copy all files in a folder which have the same name as files in a separate folder

  9. 9

    Using webpack to package, how to copy files that have existed to a new folder?

  10. 10

    How to omit numerical values that have > or < signs

  11. 11

    How to connect to an HTTPS WebDAV Folder on Windows 7?

  12. 12

    How to change folder colors in Windows 7?

  13. 13

    Why isn't it possible to name a folder "._." in Windows 7?

  14. 14

    How to get a Windows 7 Home Premium copy?

  15. 15

    How to copy the name of file or folder in the current directory in terminal?

  16. 16

    Don't have admin access but need to copy files to Windows folder Windows 8.1

  17. 17

    copy folder to another location by excluding all sub folders that have a specific name

  18. 18

    How to merge folders of the same name when moving without loosing data in any folder, in Windows 7 ultimate x64?

  19. 19

    How can you access shared network folders with cmd.exe on Windows 7/10 when the folder name contains a space?

  20. 20

    Why does Windows 7 have a seven in its name?

  21. 21

    msbuild copy entire folder with same folder name

  22. 22

    How to copy windows.old folder to another drive?

  23. 23

    how to copy a folder into another folder

  24. 24

    How do I remove Folder Ownerships? (Windows 7 & Windows XP)

  25. 25

    How to open the parent folder in a new window in Windows Vista or Windows 7?

  26. 26

    How long does Windows Explorer remember folder customisations for in Windows 7?

  27. 27

    A folder misbehaving on windows 7

  28. 28

    How can I copy a file with a BATCH script from a folder on one drive to a folder of the same name on another drive?

  29. 29

    How can I remove a folder without a name in Win7?

HotTag

Archive