Question

When we use DIR without any switches, we will see the following information, except: Last Modified...

When we use DIR without any switches, we will see the following information, except:

Last Modified Time

File/Directory Name

Ownership

File Size

While we can use the % for variables in the FOR command in Command Prompt, we need to use this when we use the FOR command in a batch file:

**

%%

&&

$$

We can refresh the results of NETSTAT by using this switch:

No switch, just list the seconds (e.g. 30)

-t

-a

-o

Homework Answers

Answer #1

When we use DIR without any switches, we will see the following information, except:

Answer :

Ownership

Explanation :

Dir Command displays Last Modified Time, File/Directory Name and File Size. It do not display the ownership of File/Directory

While we can use the % for variables in the FOR command in Command Prompt, we need to use this when we use the FOR command in a batch file:

Answer :

%%

Explanation :

We need to use %% for variables in the FOR command in a batch file.

We can refresh the results of NETSTAT by using this switch:

Answer :

No switch, just list the seconds (e.g. 30)

Explanation :

No need of switch, we just need to mention the seconds to refresh the results of NETSTAT.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
When we type in the name of a batch file in Command Prompt, Command Prompt will...
When we type in the name of a batch file in Command Prompt, Command Prompt will look for variables called: Group of answer choices Preset Variables Replacement Variables Permanent Variables Batch Variables We can use this character to pass the output from one command to the next: Group of answer choices | (Pipe) , (Comma) > (Angled Bracket) & (Ampersand) The following is utility tool we can use that are resided in the directory C:\Windows\System32: Group of answer choices IPCONFIG...
When we open Command Prompt with elevated rights (as an Administrator), except if we use the...
When we open Command Prompt with elevated rights (as an Administrator), except if we use the File Explorer in a particular directory, we are normally at this directory. Group of answer choices C:\Windows\System32 C:\Users\Username\Desktop C:\Windows C:\Users\Username The following commands are some of the ways to view the username of the current users, except: SET ECHO whoami WHOAMI ECHO %username% We can find out the BIOS version, OS Name, System Type, and other system related information with this tool: Group of...
I NEED TASK 3 ONLY TASK 1 country.py class Country:     def __init__(self, name, pop, area, continent):...
I NEED TASK 3 ONLY TASK 1 country.py class Country:     def __init__(self, name, pop, area, continent):         self.name = name         self.pop = pop         self.area = area         self.continent = continent     def getName(self):         return self.name     def getPopulation(self):         return self.pop     def getArea(self):         return self.area     def getContinent(self):         return self.continent     def setPopulation(self, pop):         self.pop = pop     def setArea(self, area):         self.area = area     def setContinent(self, continent):         self.continent = continent     def __repr__(self):         return (f'{self.name} (pop:{self.pop}, size: {self.area}) in {self.continent} ') TASK 2 Python Program: File: catalogue.py from Country...
You will write a program that loops until the user selects 0 to exit. In the...
You will write a program that loops until the user selects 0 to exit. In the loop the user interactively selects a menu choice to compress or decompress a file. There are three menu options: Option 0: allows the user to exit the program. Option 1: allows the user to compress the specified input file and store the result in an output file. Option 2: allows the user to decompress the specified input file and store the result in an...
Write a Python 3 program called “parse.py” using the template for a Python program that we...
Write a Python 3 program called “parse.py” using the template for a Python program that we covered in this module. Note: Use this mod7.txt input file. Name your output file “output.txt”. Build your program using a main function and at least one other function. Give your input and output file names as command line arguments. Your program will read the input file, and will output the following information to the output file as well as printing it to the screen:...
What tools could AA leaders have used to increase their awareness of internal and external issues?...
What tools could AA leaders have used to increase their awareness of internal and external issues? ???ALASKA AIRLINES: NAVIGATING CHANGE In the autumn of 2007, Alaska Airlines executives adjourned at the end of a long and stressful day in the midst of a multi-day strategic planning session. Most headed outside to relax, unwind and enjoy a bonfire on the shore of Semiahmoo Spit, outside the meeting venue in Blaine, a seaport town in northwest Washington state. Meanwhile, several members of...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT