1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Zarrin [17]
3 years ago
15

In command prompt, Whats a command that will list only .ini files in C:\Windows\System32 directory?

Computers and Technology
2 answers:
Anika [276]3 years ago
8 0

There are two commands that need to be executed:

<em>cd</em><em> </em><em>C</em><em>:</em><em>\</em><em>W</em><em>i</em><em>n</em><em>d</em><em>o</em><em>w</em><em>s</em><em>\</em><em>S</em><em>y</em><em>s</em><em>t</em><em>e</em><em>m</em><em>3</em><em>2</em>

<em>dir</em><em> </em><em>*</em><em>.</em><em>ini</em>

Let's analyse them.

First we have the cd command aka change directory command. It's very simple.

cd {directory path}

Whenever you enter this command windows operating system will internally switch the path parameter of the working terminal to your desired path in this case windows system32 directory.

Then we have another command. The dir or directory command.

dir {directory path}

Directory command will list you all files and subdirectories in a certain directory.

{file name}.{file extension}

If we use * for file name you are telling your os that all you care is file extension so it will return you all files in a certain directory who possess the same file extension.

Hope this helps.

r3t40

Ber [7]3 years ago
3 0

Answer:

The dir command is a Command Prompt command that's used to display a list of the files and subfolders contained in a folder.

hope it helps

You might be interested in
Which of the following represent features of free software licensing? Check all of the boxes that apply.
Iteru [2.4K]

Answer: A :is concerned with defending users’ freedom of use

C:makes source code available for editing

Explanation:

7 0
2 years ago
What should students hope to get out of classroom discussions? Check all that apply.
Dafna11 [192]

Answer:

The answer is A,C,E,F

Explanation:

3 0
2 years ago
Read 2 more answers
Do you think Apple will eventually meet their goal of becoming a replacement for a physical wallet
Dmitry_Shevchenko [17]
Yes they are the leading tech innovators of the 21st century and have already made massive strides in this direction
8 0
2 years ago
What is an advantage of unicode over ascii?
tamaranim1 [39]
Unicode is a 16 bit system which can support 65636 different characters which is much more than the number of characters that ASCII code support.
7 0
2 years ago
What it the total resistance in a series circuit with two resistors of 100 ohms each?
snow_tiger [21]

Answer:

200Ω

Explanation:

In series circuits, you add the resistances.

3 0
2 years ago
Other questions:
  • Can you subnet the 172.16.128.0/17 network address to support this subnet?
    6·1 answer
  • ________ is the application of statistical techniques to find patterns and relationships among data for classification and predi
    14·1 answer
  • 3 Points
    9·1 answer
  • __________%of the users have left websites in frustration due to poor navigation.
    13·1 answer
  • Suppose x and y are int variables and ch is a char variable. Consider the following input: 5 28 36 What value (if any) is assign
    11·1 answer
  • The advent of optical discs was made possible by developments in ____ technology.
    5·1 answer
  • Random Walker Collisions In lecture, we saw how to model the behavior of a random walker on a 2D grid using a Monte Carlo simula
    8·1 answer
  • Match the organelles to their functions.
    6·1 answer
  • An organization is conducting a study to see if hazardous waste sites pose health risks for cancer or other conditions, such as
    12·1 answer
  • When creating a report,you can mske groups and subgroups by?​
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!