i'm having trouble trying to find the command line to type "dir" and then "bcc32 firsprog.c" so I can compile a program that I made called "firstprog.c" using BCC32 C compiler. I'm using Windows 8 and can't find a solution anywhere.
3 Answers
From the Desktop Mode: Move the mouse cursor to the exact lower left corner until the desktop shortcuts menu appears. Select either Command Prompt or Command Prompt (Admin). The latter runs as a local administrator.
From the Charms Bar: Move your mouse to the upper right corner until the Charms Bar pops out. Select Apps from the list and type “cmd” in the search box. Click on cmd from the search results.
From the Run Command Line: Follow the steps to show the “run” command line. Type “cmd” to access the DOS environment.
From the Metro UI: If you have installed Visual Studio Express (beta), you will see a Developer Command Prompt in one tile group.
Because I do not like to move the mouse that much:
On the desktop: WinKey + R then type cmd + <Enter>
On the Metro UI: WinKey + X and select command prompt or command prompt (Admin)
- 154
The MS-DOS command line is still COMMAND.COM as it was in previous i386 versions of WIndows, although that may not be what you want…