Filenames
In theory, a filename can consist of any characters available on the keyboard. In practice however, many characters are of special significance to the MS-DOS or Windows NT operating systems and these should not be used in filenames and directory names.
Table 4 gives the characters with special significance to the operating system.
Table 4. Characters With Special Significance
asterisk
*
question mark
?
less than
<
greater than
>
bar
|
forward slash
/
backslash
\
quote
'
colon
:
As a general rule, it is best to restrict yourself to names consisting of letters, digits, and underscore characters.
* 
You can use upper or lower-case letters for filenames, however, do not mix cases when entering commands. For example, File01 is valid for a filename, but Create_Directory is not valid for a command.
Was this helpful?