answersLogoWhite

0


Best Answer

8 characters a decimal the 3 letters for extension. 8.3

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

8

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Under DOS a file name can contain up to characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which characters are not allowed in a file name?

This page website contains list of characters not allowed in a filename on windows, mac, Linux/unix http://www.comentum.com/File-Systems-HFS-FAT-UFS.HTML


Which symbol tells the Search feature to display any combination of characters in a file name?

Asterisk.


What are acceptable file names?

It depends on the file systems supported by the operating system. Most file systems use the concept of files and directories (or folders) to access data stored on a device. File names and directory names usually follow the same naming conventions on a given system. Every file and directory has a set of attribute bits (flags) associated with it and one of those attributes is the directory bit. If the bit is set, the name refers to a directory otherwise the name refers to a file.On the older MS-DOS FAT file system, file and directory names are limited to 8 characters for the base name and 3 for the extension, commonly referred to as an 8.3 file name. The dot separator is considered part of the file name, thus file names are limited to a maximum of 12 characters. The newer Windows FAT and NTFS file systems support longer file names, but in order to retain backward compatibility with the older FAT system, file names that do not conform to the 8.3 file naming convention are automatically given a second short file name that does conform. Such files can therefore be referred to by either name. For example, the "C:\Program Files" folder can be referred to as "C:\PROGRA~1". Note that any file name with a space character is considered a long file name because the 8.3 naming convention does not support space characters.You may use any characters in the current code page for a name, including Unicode characters and characters in the extended character set (128-255), except for the following characters:< (less than)> (greater than): (colon)" (double quote)/ (forward slash)\ (backslash)| (vertical bar or pipe)? (question mark)* (asterisk)In addition, the following restrictions apply:Integer value zero, sometimes referred to as the ASCII NUL character.Characters whose integer representations are in the range from 1 through 31, except for alternate data streams where these characters are allowed.Any other character that the target file system does not allow.The following names are also reserved and cannot be used to name a file or directory:CONPRNAUXNULCOM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8 and COM9LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9Note that although the newer FAT and NTFS file systems allow mixed-case file names, they are not case-sensitive by default. That is, "TEMP", "Temp" and "temp" all refer to the same file or directory. However, when searching for files, you can use case-sensitivity to filter out unwanted files. For example, searching for "T*" with case-sensitivity turned on will find only those files that begin with a capital 'T'.Under the newer FAT and NTFS system, the Windows API imposes a maximum length of a fully-qualified path to 260 characters including the terminating null character. Given a fully-qualified path name is of the form volume:\component(s), the maximum length for any one component (file or directory name) is 256 characters. However, the Windows API also supports Unicode versions which permit extended-length paths of up to 32,767 characters with a maximum component length of 255 characters. To specify an extended-length path, use the "\\?" prefix. For example, "\\?\D:\very long path".Note that the shell and the file system have different requirements thus it is possible to create a path using the Windows API that the shell user interface is not able to interpret correctly.


What is default file name in PowerPoint?

The default file name is Presentation 1 The default file extension is .pptx


How do you find out the name of a library file of its corresponding header file?

i can't answer it