answersLogoWhite

0

What else can I help you with?

Related Questions

What command would you use to test Dns name resolution at a Windows command prompt?

nslookup if it was a linux machine nslookup works too, but dig -x on a linux machine will get more info for you


You can still run MS-DOS line commands under Windows from what?

command-line Edit: Command Prompt is the correct name.


What is the name for the black screen with numbers and letters when a computer is booted?

Its called the command prompt Type command prompt into the help and support program that comes with windows and it will give you a link to open it.


What is the first command you should use in order to find out the name of the computer you are working on?

Typically on a command line (or command prompt in Windows) you can type the command 'hostname' and it will tell you the name of the computer you're working on.


What are some cool command prompt hacks for Windows XP?

ping /(Website name here) gives security by pas code for the website u want to go to by pas security in command prompt sudo !!


What is another name for the command prompt?

Some uneducated people like to call it the "DOS prompt." Though it resembles DOS, uses similar commands,and can be used to run some DOS applications, it is not technically correct to call it that. It exists in 64-bit Windows as well, where it cannot run anyDOS. The command prompt is designed primarily to run 32-bit Windows console applications.


How do you remove amp win off using command prompt?

To remove the "AMP Win Off" program using the Command Prompt, you can use the Windows Management Instrumentation Command-line (WMIC). Open Command Prompt as an administrator and type the following command: wmic product where "name='AMP Win Off'" call uninstall. Press Enter, and confirm the uninstallation when prompted. If the program doesn’t uninstall, you may need to check its exact name in the list of installed programs by using wmic product get name.


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)


How is a domain name search performed from the windows command line?

In your start menu, under accessories select the windows command prompt. Type the proper commands in, press enter. The proper commands can be found by hitting the help button for more information.


How found windows host?

There are six steps on how to find the Windows host. Some of the step-by-step instructions are pick a host name, enter the computer's physical address, and then open the command prompt.


How do you send messages on command prompt?

Go into command prompt and type: net send (ip address/ name of computer) (User) (message)


List the steps to add a shortcut to your Windows desktop to access a command prompt window?

There is technically no specific way to do what you are asking here...If an application is DOS based, then it does not need a shortcut to be started through command prompt, you can just create a shortcut to the executable itself, and it will automatically run in a DOS environment.You can't really create a shortcut to Command Prompt as you will probably get some System32 error on Windows. Butt you can create a batch file (.bat)Open up NotepadType "command.com" (Without Quates)The File -> Save AsName it as anything, I usually name it "CMD"Then add ".bat"Under "Save As Type" drop the box down and select "All Files"Then you can run Command PromptOr you could just drag and drop Command Prompt from the Start Menu to the Desktop.