answersLogoWhite

0

A Wild card in MS-DOS is a character that can be used to filter the data that you are searching. Wild cards that MS-DOS uses are * and ?

This can be understood by the following example:

If you want to search all the files starting with the letter - a

enter the following command in he command line

dir a*.*

Of if you want to search all the text files that will start with 'amin', you can use:

dir amin*.txt

Now, if you want all the files that begin with any letter and ends with 'amin.txt'

you can use:

dir ?amin.txt

which will show you:

aamin.txt

bamin.txt

camin.txt

This can be understood completely if you try it out yourself

Thank you

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Explin the use of the wild cord in the ms dos?

Is used as a general search method for the ms dos days. at the command prompt: c:\ dir *.txt; means search and display all files ending with a '.txt' and display them on the screen.


What OS does not use a GUI?

MS DOS


What was the last version of MS-DOS?

MS-DOS 6.22 was the last stand-alone version of MS-DOS. Some believed that MS-DOS 7.0 was the last version of MS-DOS since Windows 95 reported MS-DOS as MS-DOS 7.0. However, this was just a shell in Windows and not a stand-alone version of MS-DOS.


How to format memory card with ms dos?

haw we can convert 3g sim to 2g


Use What is a solution for this program cannot run in ms-dos?

The only solution is to run the application in Windows and not from a MS-DOS only system.


What Intel processor mode can ms-dos use?

Real


Which command we use to see MS-DOS version?

You can use "ver" command.


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.


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.


How do you make a Non-DOS partition using MS-DOS?

MS DOS partition is always a DOS partition.. You can not make a Non-DOS partition using DOS..


Who developed MS-DOS?

MS-DOS was created by Microsoft, who bought the rights to 86-DOS from Seattle Computer Products in 1981 and modified it to IBM's specifications who then released it as PC-DOS 1.0. It was also released as MS-DOS to run on PCs. MS-DOS went through eight revisions and was finally discontinued in 2000.


How do you create a folder in MS DOS?

use mkdir for more info just type "help" in ms dos use mkdir for more info just type "help" in ms dosFrom DOS prompt type MD and press enter.At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername