Difference between revisions of "Command Line"
From DOSBoxWiki
Jump to navigationJump to search (write the page) |
|||
Line 1: | Line 1: | ||
:''This article is about Command Line inside DOSBox. For DOSBox Command Line Parameters, see [[Usage]]''. | :''This article is about Command Line inside DOSBox. For DOSBox Command Line Parameters, see [[Usage]]''. | ||
+ | |||
+ | The command line inside DOSBox is very similar to the one of a real DOS system, such as displaying the command-line prompt "C:\>" and waiting for user input. Nevertheless, the default initial drive of DOSBox is Z:, the virtual internal drive, instead of A: or C: after booting from a real DOS system. In either case the user can type a DOS command such as "DIR" which will be executed after the ENTER key is typed. After that the command-line prompt will be shown again to wait for another user input. Please see [[commands]] for a list of supported commands in DOSBox. |
Revision as of 15:46, 24 April 2016
- This article is about Command Line inside DOSBox. For DOSBox Command Line Parameters, see Usage.
The command line inside DOSBox is very similar to the one of a real DOS system, such as displaying the command-line prompt "C:\>" and waiting for user input. Nevertheless, the default initial drive of DOSBox is Z:, the virtual internal drive, instead of A: or C: after booting from a real DOS system. In either case the user can type a DOS command such as "DIR" which will be executed after the ENTER key is typed. After that the command-line prompt will be shown again to wait for another user input. Please see commands for a list of supported commands in DOSBox.