answersLogoWhite

0

What else can I help you with?

Related Questions

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


Command name for copy text in Microsoft Word?

Command name for copying text in microsoft windows is control plus c. This command can be used everywhere in windows for copying anything. You can also copy music, video, etc files.


Can Microsoft Windows Explorer be used instead of the NetWare Map command?

no why


What command will arrange Microsoft Excel windows so that they appear side by side on the screen?

You can use the Split command to do that, splitting windows into panes that can be vertically or horizontally arranged.


When was Command Prompt invented?

Command Prompt, as a feature of Microsoft Windows, has its roots in the MS-DOS operating system, which was first released in 1981. The Command Prompt itself became a standard component of Windows starting with Windows 95, which was released in August 1995. It has since evolved with various Windows versions, maintaining its role as a command-line interface for users.


How does Microsoft Windows allow the user to perform common commands?

There is a command prompt in the accessories menu, if it has been enabled.


How do you get out of DOS to Windows 98?

You have to install windows 98 using the OEM CD from Microsoft (or you can download it as a torrent file). If it is a DOS-window, then with command EXIT, or if you booted in DOS-mode, then use command WIN (or reboot your computer).


What is system32 cmdexe used for?

cmd.exe allows access to the Microsoft Windows Command Prompt, also known as Microsoft DOS. To-date, cmd.exe is a 32-bit command prompt used in Windows NT, 2000, and XP and offers disk and file maintenance functions to your computer as well as network functions.


What is save in Microsoft Excel?

On Windows, press Ctrl - S at the same time On a Mac, press Command - S at the same time


How do you disable registry through command prompt through Reg Add command?

Go to the following RootKey and locate the SubkeyHKCU\Software\Policies\Microsoft\Windows\SystemCreate a new DWord "DisableCMD"


What is the ping command to send 9 packets as a test?

For a Microsoft Windows computer: ping -n 9 For a Linux computer: ping -c 9


How you run C plus plus compiler in windows 2007?

There is no operating system known as "Windows 2007". The only Microsoft operating system released in 2007 was Microsoft Windows Server 2008. Microsoft Windows Vista was released earlier in 2006 and has since been superseded by Microsoft Windows 7 (released in 2009), Microsoft Windows Server 2012, Windows 8 (2012), Microsoft Windows Server 2012 R2 and now Microsoft Windows 8.1 (2013). As to how you run a C++ compiler on Microsoft Windows (regardless of the version), you first have to download or buy a compiler as well as a linker and a resource compiler. However, compilers and linkers are not generally available separately, they usually come as part of an Integrated Development Environment (IDE), which includes project management facilities and code editors. Your IDE documentation will tell you how to run the built in compiler from the command line, however in an IDE this is seldom necessary as all compilation and linking can be achieved from within the IDE itself.