answersLogoWhite

0

bitmap

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the file extension for MS-DOS?

There is no specific file extension for MS-DOS. Files can have any 3 character extension in MS-DOS.


DOS requires a 3 character file extension?

No. DOS allows a max 3 character long file extension.


What are the dos files?

Dos files are the files with the extension .bat which are used for programming in DOS. This is also called as batch file programming.


Under DOS a file name can contain up to characters?

8 characters a decimal the 3 letters for extension. 8.3


What is a file name's two parts?

not all file names have two parts. MacOS - MacOS9 the filenames were one solid line - macintosh_video_file. The application data was hidden in the resource fork. On Unixes and DOS boxes a file name consists of file name and extension.


What is the maximum length of a extension in ms-dos?

In MS-DOS, the maximum length of a file extension is three characters. This limitation is part of the 8.3 filename convention, where file names can be up to eight characters long, followed by a period and a three-character extension. This convention was designed to ensure compatibility with earlier file systems and remains a characteristic of DOS and its derivatives.


Is cheryl'stst a valid dos filename?

No, "cheryl'stst" is not a valid DOS filename because DOS filenames cannot contain certain special characters, including the apostrophe ('). Additionally, DOS filenames are limited to a maximum of 8 characters for the name and 3 characters for the extension in the standard 8.3 format. Therefore, a filename like "cheryl'stst" would violate these rules.


What file names are legal under the DOS file naming rules?

8.3 file name i.e. <8 characters fo filename>.<3 chars for extension> But U can not use special characters in file name as \ / : * ? " < > |


What is the birth name of Agostinho dos Santos?

Agostinho dos Santos's birth name is Augustinho dos Santos.


How do you copy files to ram in ms-dos?

To copy files to RAM in MS-DOS, you have to use the COPY function after converting the file to a system file with the *.sys extension.


What are the file naming rules in Disc Operating System?

You can use file name as filename.extension. File name in DOS can be maximum of 8 characters and extension is maximum of 3 characters. If you create any file having more character then it will automatically exclude the remaining characters. Say if you create dharmsansar then DOS will save it as dharmsa~..


Why exactly three letters in a file extension?

An old convention stemming from MS-DOS ca. 1983, which only allowed 8+3 characters in file names - 8 in the name and 3 for the extension. Since MS-DOS used the file extension to look up which program could open it, and there were many programs, developers would commonly use all three characters in their extensions.Neither Unix/Linux nor Mac had these requirements, but the convention is still with us.