Subscribe to Windows IT Pro
August 31, 2004 12:00 AM

Workaround for Reserved Words

Windows IT Pro
InstantDoc ID #43392
Rating: (1)

In "Reserved Words" (August 2003, InstantDoc ID 39418), Martin Corydon-Petersen asserts that you can't create files or directories whose names conflict with reserved words, illustrating with a folder named con.pds. However, you can indeed create and delete such a directory. Use the Universal Naming Convention (UNC) path to bypass the reserved words list. For example, go to a command prompt and enter

MD \\server\d$\con.pds

This command creates a directory called con.pds on the D drive. To remove the directory, enter

RD \\server\d$\con.pds

Related Content:

ARTICLE TOOLS

Comments
  • Corydon
    6 years ago
    Jun 09, 2006

    Thing is that it is not con.pds, which is the problem. It's con by itself - Try issuing:
    MD \\\\server\\d$\\con
    and you'll have the same problem again.

You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.