answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the windows that asks for the response for execution of some particular command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you unblock a specific command in command prompt namely the at command?

Attain administrator privileges. Even so, some commands are restricted even to admins, such as the following: del C:\Windows\System32 That above command deletes the System32 folder on the Windows operating system, which contains most of the OS's important files and programs. The computer restricts the execution of that command in order to protect itself.


What command can you use to load the windows desktop?

What command can you use to load the windows desktop?


What is a basic internet request that lets you verify that a particular internet address exists and can accept request?

'ping' works on Windows, Mac and Linux:Open a console/command window and type for example "ping google.com" (without the quotes), and you get either a timeout or a message saying how long it took to get a response.


What command at the command prompt loads Windows desktop?

There isn't one. By the time the Command Prompt is available, Windows has already loaded.


What is the equivalent of grep command in windows?

Windows does not have such command. Windows command line is extremely limited. If you want more advanced functionality install cygwin-bash or Microsoft PowerShell


What is the command to run windows explorer from the command line?

The command is: "start explorer.exe".


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.


What is the Linux equivalent of the Windows help command?

The man command.


Which command is the UNIX equivalent of the windows command nslookup?

dig


Which command is the UNIX is equivalent of the windows command nslookup?

nslookup


What command could the technician use to show any cached DNS entries for a web page not responding on a Windows 7 computer?

A particular email site does not appear to be responding on a Windows 7 computer. What command could the technician use to show any cached DNS entries for this web page?


What data type does the main function return in c?

The main function must return the int data type. A program that terminates normally should return the value zero to indicate no error. Not all execution environments make use of the return value (Windows in particular), however a command script or batch file can examine the ERRORLEVEL if required.