answersLogoWhite

0

You press the tilde [~] key

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you open the command console for Fallout New Vegas?

Console Commands can only be used on pc and they are opened by pressing the~ key


What is the command to open active directory management console?

Start > Run > dsa.msc


What is the command to open active directory user console?

dsa.msc its a MMC snap in


What button in the keyboard will you press to enter a cheat in the left4dead console?

To enter a cheat in the Left 4 Dead console, you typically press the ~ (tilde) key, which opens the console. If the console doesn't open, you may need to enable it in the game settings under "Keyboard/Mouse" by setting a key for the console. Once the console is open, you can type in your desired cheat command.


How do you bind in Left 4 Dead?

First of all you need the console. You can get the console by going to the Steam and open the My Games tab. Then right-click at the Left 4 Dead shortcut and select properties. Then click Set launch options and type -console to there. Then when you next time start Left 4 Dead you should have the console open. And the answer for you question you have to type bind "key" "command". So replace the "key" to key you want command to happen and replace the "command" for the command you want to happen. Example like if you type bind "F12" "ToggleConsole", then everytime you press F12, the console comes up. Hope that helped : )


How do you enable cheats on return to castle wolfenstein?

To enable cheats in "Return to Castle Wolfenstein," you need to open the console by pressing the ~ (tilde) key during gameplay. Once the console is open, type in the command spdevmap [mapname] to load a specific level, or use g_god for invincibility, give all for all weapons and items, or other specific cheat codes. Make sure you have the console enabled in the game's settings if it doesn't open by default.


What command is used to open DHCP management?

To open DHCP management on a Windows Server, you can use the command dhcpmgmt.msc in the Run dialog (accessed by pressing Windows + R). This command launches the DHCP Management Console, where you can manage DHCP scopes, options, and leases. Alternatively, you can also access it through the Server Manager under the Tools menu by selecting "DHCP."


How do you open the console in Diablo 1?

There is no console in Diablo 1.


How can you use noclip in hl2?

Open the console and type sv_cheats 1 noclip If you plan on using it a lot, bind the noclip command to a key so you don't have to keep typing it in.


Why does my ruby program give me a disappearing black box?

By default an rb file is interpreted in a command console, and will open its own unless run from one. If your program doesn't wait, or has an error, it will immediately close the console window which was created for it. Usually the solution is to run 'cmd' and start your script from there, then the console window will persist.


In Star Wars jedi academy do you get a jetpack?

Not in single player, but in multi player On Lugurmod servers you must be profession merc - the command is /profession 2 On JA+ or base servers the command is /jetpack type SHIFT + ~ to open the console where you input commands


I have to make a restaurant in C plus plus visual studio and i have a menu come up in my command prompt. Is there a way i can open another command prompt simultaneously so i can have an order form?

Yes but then you would have to write two programs. One for your menu console and another for your order form console. The order form can be spawned from your menu. Am not sure why you you would want to develop this "restaurant" in a console instead of a fully-fledged Windows application, but each to his own...