answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is cheryl'stst a valid dos filename?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many characters can a filename contain?

There are 8 characters which filename can obtain


How is a legal MS-DOS file name constructed?

In an MS-DOS filename, you may have up to 8 characters followed by a filename extension (eg. .txt, .doc, .bmp) with up to 3 characters separated by a period. In the filename, you may not use the following characters: < > . , : ; / | \ * ? + = " [ ] You may not use spaces either, and the only exception to using a period is separating the name with the extension. Foreign chararacters should be avoided due to codepage differences. Examples of valid filenames: snowcone.bmp report.txt stats.xls Examples of invalid filenames: snow cone.bmp one<two.txt statistics.xls


Which command in dos can be used to recover accidentally deleted?

You can recover your file by undelete command: undelete <filename>


Is OWNPRG valid file name in dos?

Yes it is a valid name..


What command you use to delete a file?

Del is used to delete a file in command prompt.


Which operating system does not support long file name?

Any old OS like MS-DOS. It supports a filename of 8 characters.


How do you change attribute for a file?

MS-DOS contains the command "attrib" which accepts two parameters. For example for making a certain file hidden use the following sequence: attrib +h filename. To return to the original condition use the sequence: attrib -h filename.


How does DOS Professional Write software send documents for printing to a Canon Laser multi function printer not listed in the setup menu of the DOS program?

Set the printer as the default image printing device, in the DOS window type print D:Devicename Filename | echo. & echo Could not print. & echo. & pause


What do you mean by extention in DOS?

The extension is the part of the filename after the dot that specifies the type of file (.txt for text files, .exe for executable files, .htm for hypertext markup language files, etc.).


File names can be a maximum of 260 characters including the file extension?

The length of a file name is generally limited by the combination of OS and filesystem. Most common configurations: Windows XP/7 on NTFS has a max path+filename+ext (yes, full path and filename combined) length of 260. Path and folder take a minimum of 3 characters ("C:"), so you are left with effectively 257. Windows 98/95/3.x/DOS on FAT32 had max filename+ext length of 8+3. Most Linux/Unix filesystems have max filename+ext length of 255


How do you search fo a particular file in MS-DOS?

Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.


How do you search fo a particular file in MS DOS?

Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.