:CONFIG_FULLSCREEN
Start dosbox directly in fullscreen. (Press ALT-Enter to go back)
.
:CONFIG_FULLDOUBLE
Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox.
.
:CONFIG_FULLRESOLUTION
What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).
  Using your monitor's native resolution with aspect=true might give the best results.
  If you end up with small window on a large screen, try an output different from surface.
.
:CONFIG_WINDOWRESOLUTION
Scale the window to this size IF the output device supports hardware scaling.
  (output=surface does not!)
.
:CONFIG_OUTPUT
What video system to use for output.
.
:CONFIG_AUTOLOCK
Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
.
:CONFIG_SENSITIVITY
Mouse sensitivity.
.
:CONFIG_WAITONERROR
Wait before closing the console if dosbox has an error.
.
:CONFIG_PRIORITY
Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized.
  pause is only valid for the second entry.
.
:CONFIG_MAPPERFILE
File used to load/save the key/event mappings from. Resetmapper only works with the default value.
.
:CONFIG_PIXELSHADER
Pixelshader program (effect file must be in Shaders subdirectory). If 'forced' is appended,
then the shader will be used even if the result might not be desired.
.
:CONFIG_USESCANCODES
Avoid usage of symkeys, might not work on all operating systems.
.
:CONFIG_OVERSCAN
Width of overscan border (0 to 10). (works only if output=surface)
.
:CONFIG_LANGUAGE
Select another language file.
.
:CONFIG_MACHINE
The type of machine DOSBox tries to emulate.
.
:CONFIG_VMEMSIZE
Amount of video memory in megabytes.
  The maximum resolution and color depth the svga_s3 will be able to display
  is determined by this value.
   0: 512k (800x600  at 256 colors)
  1: 1024x768  at 256 colors or 800x600  at 64k colors
  2: 1600x1200 at 256 colors or 1024x768 at 64k colors or 640x480 at 16M colors
  4: 1600x1200 at 64k colors or 1024x768 at 16M colors
  8: up to 1600x1200 at 16M colors
For build engine games, use more memory than in the list above so it can
use triple buffering and thus won't flicker.

.
:CONFIG_CAPTURES
Directory where things like wave, midi, screenshot get captured.
.
:CONFIG_MEMSIZE
Amount of memory DOSBox has in megabytes.
  This value is best left at its default to avoid problems with some games,
  though few games might require a higher value.
  There is generally no speed advantage when raising this value.
.
:CONFIG_MEMSIZEKB
Amount of memory DOSBox has in kilobytes.
  This value should normally be set to 0.
  If nonzero, overrides the memsize parameter.
  Finer grained control of total memory may be useful in
  emulating ancient DOS machines with less than 640KB of
  RAM or early 386 systems with odd extended memory sizes.

.
:CONFIG_MEMALIAS
Memory aliasing emulation, in number of valid address bits.
. Many 386/486 class motherboards and processors prior to 1995
  suffered from memory aliasing for various technical reasons. If the software you are
  trying to run assumes aliasing, or otherwise plays cheap tricks with paging,
  enabling this option can help. Note that enabling this option can cause slight performance degredation. Set to 0 to disable.
  Recommended values when enabled:
    24: 16MB aliasing. Common on 386SX systems (CPU had 24 external address bits)
        or 386DX and 486 systems where the CPU communicated directly with the ISA bus (A24-A31 tied off)
    26: 64MB aliasing. Some 486s had only 26 external address bits, some motherboards tied off A26-A31

.
:CONFIG_FORCERATE
Force the VGA framerate to a specific value(ntsc, pal, or specific hz), no matter what
.
:CONFIG_CGASNOW
When machine=cga, determines whether or not to emulate CGA snow
.
:CONFIG_FRAMESKIP
How many frames DOSBox skips before drawing one.
.
:CONFIG_ASPECT
Do aspect correction, if your output method doesn't support scaling this can slow things down!.
.
:CONFIG_LINEWISE
Draw the display line by line. Needed for certain special graphics effects in games and demos. Can be changed at runtime but will be put in effect at the next mode switch.
.
:CONFIG_CHAR9
Allow 9-pixel wide text mode fonts.
.
:CONFIG_MULTISCAN
Set this value to true to allow zooming gfx effects used in demos. It will disable several options such as scalers though.
.
:CONFIG_SCALER
Scaler used to enlarge/enhance low resolution modes. If 'forced' is appended,
then the scaler will be used even if the result might not be desired.
.
:CONFIG_AUTOFIT
Best fits image to window
- Intended for output=direct3d, fullresolution=original, aspect=true
.
:CONFIG_VSYNCMODE
Synchronize vsync timing to the host display. Requires calibration within dosbox.
.
:CONFIG_VSYNCRATE
Vsync rate used if vsync is enabled. Ignored if vsyncmode is set to host (win32).
.
:CONFIG_CORE
CPU Core used in emulation. auto will switch to dynamic if available and
appropriate.
.
:CONFIG_CPUTYPE
CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
.
:CONFIG_CYCLES
Amount of instructions DOSBox tries to emulate each millisecond.
Setting this value too high results in sound dropouts and lags.
Cycles can be set in 3 ways:
  'auto'          tries to guess what a game needs.
                  It usually works, but can fail for certain games.
  'fixed #number' will set a fixed amount of cycles. This is what you usually
                  need if 'auto' fails (Example: fixed 4000).
  'max'           will allocate as much cycles as your computer is able to
                  handle.
.
:CONFIG_CYCLEUP
Amount of cycles to decrease/increase with keycombos.(CTRL-F11/CTRL-F12)
.
:CONFIG_CYCLEDOWN
Setting it lower than 100 will be a percentage.
.
:CONFIG_ISAPNPBIOS
Emulate ISA Plug & Play BIOS. Enable if using DOSBox to run a PnP aware DOS program or if booting Windows 9x.
Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it.
.
:CONFIG_AUX
Enable emulation of the 8042 auxiliary port. PS/2 mouse emulation requires this to be enabled
.
:CONFIG_AUXDEVICE
Type of PS/2 mouse attached to the AUX port
.
:CONFIG_VOODOO
Enable VOODOO support.
.
:CONFIG_NOSOUND
Enable silent mode, sound is still emulated though.
.
:CONFIG_SWAPSTEREO
Swaps the left and right stereo channels.
.
:CONFIG_RATE
Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality.
.
:CONFIG_BLOCKSIZE
Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.
.
:CONFIG_PREBUFFER
How many milliseconds of data to keep on top of the blocksize.
.
:CONFIG_MPU401
Type of MPU-401 to emulate.
.
:CONFIG_MIDIDEVICE
Device that will receive the MIDI data from MPU-401.
.
:CONFIG_MIDICONFIG
Special configuration options for the device driver. This is usually the id of the device you want to use.
  or in the case of coreaudio, you can specify a soundfont here.
  When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.
  In that case, add 'delaysysex', for example: midiconfig=2 delaysysex
  See the README/Manual for more details.
.
:CONFIG_MT32.REVERSE.STEREO
Reverse stereo channels for MT-32 output
.
:CONFIG_MT32.VERBOSE
MT-32 debug logging
.
:CONFIG_MT32.THREAD
MT-32 rendering in separate thread
.
:CONFIG_MT32.DAC
MT-32 DAC input emulation mode
Nice = 0 - default
Produces samples at double the volume, without tricks.
Higher quality than the real devices

Pure = 1
Produces samples that exactly match the bits output from the emulated LA32.
Nicer overdrive characteristics than the DAC hacks (it simply clips samples within range)
Much less likely to overdrive than any other mode.
Half the volume of any of the other modes, meaning its volume relative to the reverb
output when mixed together directly will sound wrong. So, reverb level must be lowered.
Perfect for developers while debugging :)

GENERATION1 = 2
Re-orders the LA32 output bits as in early generation MT-32s (according to Wikipedia).
Bit order at DAC (where each number represents the original LA32 output bit number, and XX means the bit is always low):
15 13 12 11 10 09 08 07 06 05 04 03 02 01 00 XX

GENERATION2 = 3
Re-orders the LA32 output bits as in later geneerations (personally confirmed on my CM-32L - KG).
Bit order at DAC (where each number represents the original LA32 output bit number):
15 13 12 11 10 09 08 07 06 05 04 03 02 01 00 14

.
:CONFIG_MT32.REVERB.MODE
MT-32 reverb mode
.
:CONFIG_MT32.REVERB.TIME
MT-32 reverb decaying time
.
:CONFIG_MT32.REVERB.LEVEL
MT-32 reverb level
.
:CONFIG_MT32.PARTIALS
MT-32 max partials allowed (0-256)
.
:CONFIG_SBTYPE
Type of Soundblaster to emulate. gb is Gameblaster.
.
:CONFIG_SBBASE
The IO address of the soundblaster.
.
:CONFIG_IRQ
The IRQ number of the soundblaster.
.
:CONFIG_DMA
The DMA number of the soundblaster.
.
:CONFIG_HDMA
The High DMA number of the soundblaster.
.
:CONFIG_SBMIXER
Allow the soundblaster mixer to modify the DOSBox mixer.
.
:CONFIG_OPLMODE
Type of OPL emulation. On 'auto' the mode is determined by sblaster type.
All OPL modes are Adlib-compatible, except for 'cms'. sbtype=none
together with oplmode=cms will emulate a Gameblaster.
.
:CONFIG_OPLEMU
Provider for the OPL emulation. compat might provide better quality (see oplrate as well).
.
:CONFIG_OPLRATE
Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
.
:CONFIG_HARDWAREBASE
base address of the real hardware soundblaster:
210,220,230,240,250,260,280
.
:CONFIG_GOLDPLAY
Enable goldplay emulation.
.
:CONFIG_GUS
Enable the Gravis Ultrasound emulation.
.
:CONFIG_GUSRATE
Sample rate of Ultrasound emulation.
.
:CONFIG_GUSBASE
The IO base address of the Gravis Ultrasound.
.
:CONFIG_GUSIRQ
The IRQ number of the Gravis Ultrasound.
.
:CONFIG_GUSDMA
The DMA channel of the Gravis Ultrasound.
.
:CONFIG_ULTRADIR
Path to Ultrasound directory. In this directory
there should be a MIDI directory that contains
the patch files for GUS playback. Patch sets used
with Timidity should work fine.
.
:CONFIG_INNOVA
Enable the Innovation SSI-2001 emulation.
.
:CONFIG_SAMPLERATE
Sample rate of Innovation SSI-2001 emulation
.
:CONFIG_SIDBASE
SID base port (typically 280h).
.
:CONFIG_QUALITY
Set SID emulation quality level (0 to 3).
.
:CONFIG_PCSPEAKER
Enable PC-Speaker emulation.
.
:CONFIG_PCRATE
Sample rate of the PC-Speaker sound generation.
.
:CONFIG_TANDY
Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'.
.
:CONFIG_TANDYRATE
Sample rate of the Tandy 3-Voice generation.
.
:CONFIG_DISNEY
Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible).
.
:CONFIG_PS1AUDIO
Enable PS1 audio emulation.
.
:CONFIG_PS1AUDIORATE
Sample rate of the PS1 audio emulation.
.
:CONFIG_JOYSTICKTYPE
Type of joystick to emulate: auto (default), none,
2axis (supports two joysticks),
4axis (supports one joystick, first joystick used),
4axis_2 (supports one joystick, second joystick used),
fcs (Thrustmaster), ch (CH Flightstick).
none disables joystick emulation.
auto chooses emulation depending on real joystick(s).
(Remember to reset dosbox's mapperfile if you saved it earlier)
.
:CONFIG_TIMED
enable timed intervals for axis. Experiment with this option, if your joystick drifts (away).
.
:CONFIG_AUTOFIRE
continuously fires as long as you keep the button pressed.
.
:CONFIG_SWAP34
swap the 3rd and the 4th axis. can be useful for certain joysticks.
.
:CONFIG_BUTTONWRAP
enable button wrapping at the number of emulated buttons.
.
:CONFIG_SERIAL1
set type of device connected to com port.
Can be disabled, dummy, modem, nullmodem, directserial.
Additional parameters must be in the same line in the form of
parameter:value. Parameter for all types is irq (optional).
for directserial: realport (required), rxdelay (optional).
                 (realport:COM1 realport:ttyS0).
for modem: listenport (optional).
for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
               transparent, port, inhsocket (all optional).
Example: serial1=modem listenport:5000
.
:CONFIG_SERIAL2
see serial1
.
:CONFIG_SERIAL3
see serial1
.
:CONFIG_SERIAL4
see serial1
.
:CONFIG_PRINTER
Enable printer emulation.
.
:CONFIG_DPI
Resolution of printer (default 360).
.
:CONFIG_WIDTH
Width of paper in 1/10 inch (default 85 = 8.5'').
.
:CONFIG_HEIGHT
Height of paper in 1/10 inch (default 110 = 11.0'').
.
:CONFIG_PRINTOUTPUT
Output method for finished pages: 
  png     : Creates PNG images (default)
  ps      : Creates Postscript
  bmp     : Creates BMP images (very huge files, not recommend)
  printer : Send to an actual printer (Print dialog will appear)
.
:CONFIG_MULTIPAGE
Adds all pages to one Postscript file or printer job until CTRL-F2 is pressed.
.
:CONFIG_DOCPATH
The path where the output files are stored.
.
:CONFIG_TIMEOUT
(in milliseconds) if nonzero: the time the page will
be ejected automatically after when no more data
arrives at the printer.
.
:CONFIG_PARALLEL1
parallel1-3 -- set type of device connected to lpt port.
Can be:
	reallpt (direct parallel port passthrough),
	file (records data to a file or passes it to a device),
	printer (virtual dot-matrix printer, see [printer] section)
Additional parameters must be in the same line in the form of
parameter:value.
  for reallpt:
  Windows:
    realbase (the base address of your real parallel port).
      Default: 378
    ecpbase (base address of the ECP registers, optional).
  Linux: realport (the parallel port device i.e. /dev/parport0).
  for file: 
    dev:<devname> (i.e. dev:lpt1) to forward data to a device,
    or append:<file> appends data to the specified file.
    Without the above parameters data is written to files in the capture dir.
    Additional parameters: timeout:<milliseconds> = how long to wait before
    closing the file on inactivity (default:500), addFF to add a formfeed when
    closing, addLF to add a linefeed if the app doesn't, cp:<codepage number>
    to perform codepage translation, i.e. cp:437
  for printer:
    printer still has it's own configuration section above.
.
:CONFIG_PARALLEL2
see parallel1
.
:CONFIG_PARALLEL3
see parallel1
.
:CONFIG_DONGLE
Enable dongle
.
:CONFIG_GLIDE
Enable glide emulation: true,false,emu.
.
:CONFIG_LFB
LFB access: full,full_noaux,read,read_noaux,write,write_noaux,none.
OpenGlide does not support locking aux buffer, please use _noaux modes.
.
:CONFIG_SPLASH
Show 3dfx splash screen (requires 3dfxSpl2.dll).
.
:CONFIG_XMS
Enable XMS support.
.
:CONFIG_EMS
Enable EMS support. The default (=true) provides the best
compatibility but certain applications may run better with
other choices, or require EMS support to be disabled (=false)
to work at all.
.
:CONFIG_UMB
Enable UMB support.
.
:CONFIG_AUTOMOUNT
Enable automatic mount.
.
:CONFIG_INT33
Enable INT 33H (mouse) support.
.
:CONFIG_BIOSPS2
Emulate BIOS INT 15h PS/2 mouse services
Note that some OS's like Microsoft Windows neither use INT 33h nor
probe the AUX port directly and depend on this BIOS interface exclusively
for PS/2 mouse support. In other cases there is no harm in leaving this enabled
.
:CONFIG_KEYBOARDLAYOUT
Language code of the keyboard layout (or none).
.
:CONFIG_FILES
Number of file handles available to DOS programs. (equivalent to "files=" in config.sys)
.
:CONFIG_IPX
Enable ipx over UDP/IP emulation.
.
:NE2000_CONFIGFILE_HELP
macaddr -- The physical address the emulator will use on your network.
           If you have multiple DOSBoxes running on your network,
           this has to be changed. Modify the last three number blocks.
           I.e. AC:DE:48:88:99:AB.
realnic -- Specifies which of your network interfaces is used.
           Write 'list' here to see the list of devices in the
           Status Window. Then make your choice and put either the
           interface number (2 or something) or a part of your adapters
           name, e.g. VIA here.

.
:CONFIG_NE2000
Enable Ethernet passthrough. Requires [Win]Pcap.
.
:CONFIG_NICBASE
The base address of the NE2000 board.
.
:CONFIG_NICIRQ
The interrupt it uses. Note serial2 uses IRQ3 as default.
.
:CONFIG_MACADDR
The physical address the emulator will use on your network.
If you have multiple DOSBoxes running on your network,
this has to be changed for each. AC:DE:48 is an address range reserved for
private use, so modify the last three number blocks.
I.e. AC:DE:48:88:99:AB.
.
:CONFIG_REALNIC
Specifies which of your network interfaces is used.
Write 'list' here to see the list of devices in the
Status Window. Then make your choice and put either the
interface number (2 or something) or a part of your adapters
name, e.g. VIA here.
.
:CONFIG_ENABLE
Enable IDE interface
.
:AUTOEXEC_CONFIGFILE_HELP
Lines in this section will be run at startup.
You can put your MOUNT lines here.

.
:CONFIGFILE_INTRO
# This is the configuration file for DOSBox %s. (Please use the latest version of DOSBox)
# Lines starting with a # are comment lines and are ignored by DOSBox.
# They are used to (briefly) document the effect of each option.

.
:CONFIG_SUGGESTED_VALUES
Possible values
.
:PROGRAM_CONFIG_NOCONFIGFILE
No config file loaded!

.
:PROGRAM_CONFIG_PRIMARY_CONF
Primary config file: 
%s

.
:PROGRAM_CONFIG_ADDITIONAL_CONF
Additional config files:

.
:PROGRAM_CONFIG_CONFDIR
DOSBox %s configuration directory: 
%s


.
:PROGRAM_CONFIG_FILE_ERROR

Can't open file %s

.
:PROGRAM_CONFIG_FILE_WHICH
Writing config file %s
.
:PROGRAM_CONFIG_USAGE
Config tool:
-writeconf or -wc without parameter: write to primary loaded config file.
-writeconf or -wc with filename: write file to config directory.
Use -writelang or -wl filename to write the current language strings.
-r [parameters]
 Restart DOSBox, either using the previous parameters or any that are appended.
-wcp [filename]
 Write config file to the program directory, dosbox.conf or the specified 
 filename.
-wcd
 Write to the default config file in the config directory.
-l lists configuration parameters.
-h, -help, -? sections / sectionname / propertyname
 Without parameters, displays this help screen. Add "sections" for a list of
 sections. For info about a specific section or property add its name behind.
-axclear clears the autoexec section.
-axadd [line] adds a line to the autoexec section.
-axtype prints the content of the autoexec section.
-securemode switches to secure mode.
-get "section property" returns the value of the property.
-set "section property=value" sets the value.
.
:PROGRAM_CONFIG_HLP_PROPHLP
Purpose of property "%s" (contained in section "%s"):
%s

Possible Values: %s
Default value: %s
Current value: %s

.
:PROGRAM_CONFIG_HLP_LINEHLP
Purpose of section "%s":
%s
Current value:
%s

.
:PROGRAM_CONFIG_HLP_NOCHANGE
This property cannot be changed at runtime.

.
:PROGRAM_CONFIG_HLP_POSINT
positive integer
.
:PROGRAM_CONFIG_HLP_SECTHLP
Section %s contains the following properties:

.
:PROGRAM_CONFIG_HLP_SECTLIST
DOSBox configuration contains the following sections:


.
:PROGRAM_CONFIG_SECURE_ON
Switched to secure mode.

.
:PROGRAM_CONFIG_SECURE_DISALLOW
This operation is not permitted in secure mode.

.
:PROGRAM_CONFIG_SECTION_ERROR
Section %s doesn't exist.

.
:PROGRAM_CONFIG_VALUE_ERROR
"%s" is not a valid value for property %s.

.
:PROGRAM_CONFIG_PROPERTY_ERROR
No such section or property.

.
:PROGRAM_CONFIG_NO_PROPERTY
There is no property %s in section %s.

.
:PROGRAM_CONFIG_SET_SYNTAX
Correct syntax: config -set "section property".

.
:PROGRAM_CONFIG_GET_SYNTAX
Correct syntax: config -get "section property".

.
:PROGRAM_CONFIG_PRINT_STARTUP

DOSBox was started with the following command line parameters:
%s
.
:PROGRAM_CONFIG_MISSINGPARAM
Missing parameter.
.
:PROGRAM_MOUSE_INSTALL
Installed at PS/2 port.

.
:PROGRAM_MOUSE_VERTICAL
Reverse Y-axis enabled.

.
:PROGRAM_MOUSE_VERTICAL_BACK
Reverse Y-axis disabled.

.
:PROGRAM_MOUSE_UNINSTALL
Driver successfully unloaded...

.
:PROGRAM_MOUSE_ERROR
Already installed at PS/2 port.

.
:PROGRAM_MOUSE_NOINSTALLED
Driver is not installed.

.
:PROGRAM_MOUSE_HELP
Turns on/off mouse.

MOUSE [/?] [/U] [/V]
  /U: Uninstall
  /V: Reverse Y-axis

.
:PROGRAM_MOUNT_CDROMS_FOUND
CDROMs found: %d

.
:PROGRAM_MOUNT_STATUS_FORMAT
%-5s  %-58s %-12s

.
:PROGRAM_MOUNT_STATUS_2
Drive %c is mounted as %s

.
:PROGRAM_MOUNT_STATUS_1
The currently mounted drives are:

.
:PROGRAM_MOUNT_ERROR_1
Directory %s doesn't exist.

.
:PROGRAM_MOUNT_ERROR_2
%s isn't a directory

.
:PROGRAM_MOUNT_ILL_TYPE
Illegal type %s

.
:PROGRAM_MOUNT_ALREADY_MOUNTED
Drive %c already mounted with %s

.
:PROGRAM_MOUNT_USAGE
Usage [34;1mMOUNT Drive-Letter Local-Directory[0m
For example: MOUNT c %s
This makes the directory %s act as the C: drive inside DOSBox.
The directory has to exist.

.
:PROGRAM_MOUNT_UMOUNT_NOT_MOUNTED
Drive %c isn't mounted.

.
:PROGRAM_MOUNT_UMOUNT_SUCCESS
Drive %c has successfully been removed.

.
:PROGRAM_MOUNT_UMOUNT_NO_VIRTUAL
Virtual Drives can not be unMOUNTed.

.
:PROGRAM_MOUNT_WARNING_WIN
[31;1mMounting c:\ is NOT recommended. Please mount a (sub)directory next time.[0m

.
:PROGRAM_MOUNT_WARNING_OTHER
[31;1mMounting / is NOT recommended. Please mount a (sub)directory next time.[0m

.
:PROGRAM_LOADFIX_ALLOC
%d kb allocated.

.
:PROGRAM_LOADFIX_DEALLOC
%d kb freed.

.
:PROGRAM_LOADFIX_DEALLOCALL
Used memory freed.

.
:PROGRAM_LOADFIX_ERROR
Memory allocation error.

.
:MSCDEX_SUCCESS
MSCDEX installed.

.
:MSCDEX_ERROR_MULTIPLE_CDROMS
MSCDEX: Failure: Drive-letters of multiple CDRom-drives have to be continuous.

.
:MSCDEX_ERROR_NOT_SUPPORTED
MSCDEX: Failure: Not yet supported.

.
:MSCDEX_ERROR_OPEN
MSCDEX: Failure: Invalid file or unable to open.

.
:MSCDEX_TOO_MANY_DRIVES
MSCDEX: Failure: Too many CDRom-drives (max: 5). MSCDEX Installation failed.

.
:MSCDEX_LIMITED_SUPPORT
MSCDEX: Mounted subdirectory: limited support.

.
:MSCDEX_INVALID_FILEFORMAT
MSCDEX: Failure: File is either no iso/cue image or contains errors.

.
:MSCDEX_UNKNOWN_ERROR
MSCDEX: Failure: Unknown error.

.
:PROGRAM_RESCAN_SUCCESS
Drive cache cleared.

.
:PROGRAM_INTRO
[2J[32;1mWelcome to DOSBox[0m, an x86 emulator with sound and graphics.
DOSBox creates a shell for you which looks like old plain DOS.

[31;1mDOSBox will stop/exit without a warning if an error occured![0m



.
:PROGRAM_INTRO_MENU_UP
[44m[K[0m
[44m[K[1m[1m							  DOSBox Introduction [0m
[44m[K[1m[1m [0m
[44m[K[0m

.
:PROGRAM_INTRO_MENU_BASIC
Basic mount
.
:PROGRAM_INTRO_MENU_CDROM
CD-ROM support
.
:PROGRAM_INTRO_MENU_SPECIAL
Special keys
.
:PROGRAM_INTRO_MENU_USAGE
Usage
.
:PROGRAM_INTRO_MENU_INFO
Information
.
:PROGRAM_INTRO_MENU_QUIT
Quit
.
:PROGRAM_INTRO_MENU_BASIC_HELP

[1m   [1m[KMOUNT allows you to connect real hardware to DOSBox's emulated PC.[0m

.
:PROGRAM_INTRO_MENU_CDROM_HELP

[1m   [1m[KTo mount your CD-ROM in DOSBox, you have to specify some additional options
   when mounting the CD-ROM.[0m

.
:PROGRAM_INTRO_MENU_SPECIAL_HELP

[1m   [1m[KSpecial key combinations used in DOSBox.[0m

.
:PROGRAM_INTRO_MENU_USAGE_HELP

[1m   [1m[KAn overview of the command line options you can give to DOSBox.[0m

.
:PROGRAM_INTRO_MENU_INFO_HELP

[1m   [1m[KHow to get more information about DOSBox.[0m

.
:PROGRAM_INTRO_MENU_QUIT_HELP

[1m   [1m[KExit from Intro.[0m

.
:PROGRAM_INTRO_USAGE_TOP
[2J[32;1mAn overview of the command line options you can give to DOSBox.[0m
Windows Users must open cmd.exe or command.com or edit the shortcut to
DOSBox.exe for this.

dosbox [name] [-exit] [-c command] [-fullscreen] [-conf congfigfile]
       [-lang languagefile] [-machine machinetype] [-noconsole]
       [-startmapper] [-noautoexec] [-scaler scaler | -forcescaler scaler]
       [-version]


.
:PROGRAM_INTRO_USAGE_1
[33;1m  name[0m
	If name is a directory it will mount that as the C: drive.
	If name is an executable it will mount the directory of name
	as the C: drive and execute name.

[33;1m  -exit[0m
	DOSBox will close itself when the DOS application name ends.

[33;1m  -c[0m command
	Runs the specified command before running name. Multiple commands
	can be specified. Each command should start with -c, though.
	A command can be: an Internal Program, a DOS command or an executable
	on a mounted drive.

.
:PROGRAM_INTRO_USAGE_2
[33;1m  -fullscreen[0m
	Starts DOSBox in fullscreen mode.

[33;1m  -conf[0m configfile
	Start DOSBox with the options specified in configfile.
	See README for more details.

[33;1m  -lang[0m languagefile
	Start DOSBox using the language specified in languagefile.

[33;1m  -noconsole[0m (Windows Only)
	Start DOSBox without showing the console window. Output will
	be redirected to stdout.txt and stderr.txt

.
:PROGRAM_INTRO_USAGE_3
[33;1m  -machine[0m machinetype
	Setup DOSBox to emulate a specific type of machine. Valid choices are:
	hercules, cga, pcjr, tandy, vga (default). The machinetype affects
	both the videocard and the available soundcards.

[33;1m  -startmapper[0m
	Enter the keymapper directly on startup. Useful for people with
	keyboard problems.

[33;1m  -noautoexec[0m
	Skips the [autoexec] section of the loaded configuration file.

[33;1m  -version[0m
	output version information and exit. Useful for frontends.

.
:PROGRAM_INTRO_INFO
[32;1mInformation:[0m

For information about basic mount, type [34;1mintro mount[0m
For information about CD-ROM support, type [34;1mintro cdrom[0m
For information about special keys, type [34;1mintro special[0m
For information about usage, type [34;1mintro usage[0m

For the latest version of DOSBox, go to [34;1mhttp://www.dosbox.com[0m

For more information about DOSBox, read README first!

[34;1mhttp://www.dosbox.com/wiki[0m
[34;1mhttp://vogons.zetafleet.com[0m

.
:PROGRAM_INTRO_MOUNT_START
[32;1mHere are some commands to get you started:[0m
Before you can use the files located on your own filesystem,
you have to mount the directory containing the files.


.
:PROGRAM_INTRO_MOUNT_WINDOWS
[44;1mͻ
 [32mmount c c:\dosprogs\[37m will create a C drive with c:\dosprogs as contents.
                                                                         
 [32mc:\dosprogs\[37m is an example. Replace it with your own games directory.  [37m 
ͼ[0m

.
:PROGRAM_INTRO_MOUNT_OTHER
[44;1mͻ
 [32mmount c ~/dosprogs[37m will create a C drive with ~/dosprogs as contents.
                                                                      
 [32m~/dosprogs[37m is an example. Replace it with your own games directory.[37m  
ͼ[0m

.
:PROGRAM_INTRO_MOUNT_END
When the mount has successfully completed you can type [34;1mc:[0m to go to your freshly
mounted C-drive. Typing [34;1mdir[0m there will show its contents. [34;1mcd[0m will allow you to
enter a directory (recognised by the [33;1m[][0m in a directory listing).
You can run programs/files which end with [31m.exe .bat[0m and [31m.com[0m.

.
:PROGRAM_INTRO_CDROM
[2J[32;1mHow to mount a Real/Virtual CD-ROM Drive in DOSBox:[0m
DOSBox provides CD-ROM emulation on several levels.

The [33mbasic[0m level works on all CD-ROM drives and normal directories.
It installs MSCDEX and marks the files read-only.
Usually this is enough for most games:
[34;1mmount d [0;31mD:\[34;1m -t cdrom[0m   or   [34;1mmount d C:\example -t cdrom[0m
If it doesn't work you might have to tell DOSBox the label of the CD-ROM:
[34;1mmount d C:\example -t cdrom -label CDLABEL[0m

The [33mnext[0m level adds some low-level support.
Therefore only works on CD-ROM drives:
[34;1mmount d [0;31mD:\[34;1m -t cdrom -usecd [33m0[0m

The [33mlast[0m level of support depends on your Operating System:
For [1mWindows 2000[0m, [1mWindows XP[0m and [1mLinux[0m:
[34;1mmount d [0;31mD:\[34;1m -t cdrom -usecd [33m0 [34m-ioctl[0m
For [1mWindows 9x[0m with a ASPI layer installed:
[34;1mmount d [0;31mD:\[34;1m -t cdrom -usecd [33m0 [34m-aspi[0m

Replace [0;31mD:\[0m with the location of your CD-ROM.
Replace the [33;1m0[0m in [34;1m-usecd [33m0[0m with the number reported for your CD-ROM if you type:
[34;1mmount -cd[0m

.
:PROGRAM_INTRO_SPECIAL
[2J[32;1mSpecial keys:[0m
These are the default keybindings.
They can be changed in the [33mkeymapper[0m.

[33;1mALT-ENTER[0m   : Go full screen and back.
[33;1mALT-PAUSE[0m   : Pause DOSBox.
[33;1mCTRL-1~4[0m    : Use normal/full/dynamic/simple core.
[33;1mCTRL-=[0m      : Maximize CPU cycles.
[33;1mALT-F11[0m     : Unlock/Lock speed.
[33;1mCTRL-F1[0m     : Start the [33mkeymapper[0m.
[33;1mCTRL-F4[0m     : Update directory cache for all drives! Swap mounted disk-image.
[33;1mCTRL-ALT-F5[0m : Start/Stop creating a movie of the screen.
[33;1mCTRL-F5[0m     : Save a screenshot.
[33;1mCTRL-F6[0m     : Start/Stop recording sound output to a wave file.
[33;1mCTRL-ALT-F7[0m : Start/Stop recording of OPL commands.
[33;1mCTRL-ALT-F8[0m : Start/Stop the recording of raw MIDI commands.
[33;1mCTRL-F7[0m     : Decrease frameskip.
[33;1mCTRL-F8[0m     : Increase frameskip.
[33;1mCTRL-F9[0m     : Kill DOSBox.
[33;1mCTRL-F10[0m    : Capture/Release the mouse.
[33;1mCTRL-F11[0m    : Slow down emulation (Decrease DOSBox Cycles).
[33;1mCTRL-F12[0m    : Speed up emulation (Increase DOSBox Cycles).
[33;1mALT-F12[0m     : Unlock speed (turbo button/fast forward).

.
:PROGRAM_BOOT_NOT_EXIST
Bootdisk file does not exist.  Failing.

.
:PROGRAM_BOOT_NOT_OPEN
Cannot open bootdisk file.  Failing.

.
:PROGRAM_BOOT_WRITE_PROTECTED
Image file is read-only! Might create problems.

.
:PROGRAM_BOOT_PRINT_ERROR
This command boots DOSBox from either a floppy or hard disk image.

For this command, one can specify a succession of floppy disks swappable
by pressing Ctrl-F4, and -l specifies the mounted drive to boot from.  If
no drive letter is specified, this defaults to booting from the A drive.
The only bootable drive letters are A, C, and D.  For booting from a hard
drive (C or D), the image should have already been mounted using the
[34;1mIMGMOUNT[0m command.

The syntax of this command is:

[34;1mBOOT [diskimg1.img diskimg2.img] [-l driveletter][0m

.
:PROGRAM_BOOT_UNABLE
Unable to boot off of drive %c
.
:PROGRAM_BOOT_IMAGE_OPEN
Opening image file: %s

.
:PROGRAM_BOOT_IMAGE_NOT_OPEN
Cannot open %s
.
:PROGRAM_BOOT_BOOT
Booting from drive %c...

.
:PROGRAM_BOOT_CART_WO_PCJR
PCjr cartridge found, but machine is not PCjr
.
:PROGRAM_BOOT_CART_LIST_CMDS
Available PCjr cartridge commandos:%s
.
:PROGRAM_BOOT_CART_NO_CMDS
No PCjr cartridge commandos found
.
:PROGRAM_IMGMOUNT_SPECIFY_DRIVE
Must specify drive letter to mount image at.

.
:PROGRAM_IMGMOUNT_SPECIFY2
Must specify drive number (0 or 3) to mount image at (0,1=fda,fdb;2,3=hda,hdb).

.
:PROGRAM_IMGMOUNT_SPECIFY_GEOMETRY
For [33mCD-ROM[0m images:   [34;1mIMGMOUNT drive-letter location-of-image -t iso[0m

For [33mhardrive[0m images: Must specify drive geometry for hard drives:
bytes_per_sector, sectors_per_cylinder, heads_per_cylinder, cylinder_count.
[34;1mIMGMOUNT drive-letter location-of-image -size bps,spc,hpc,cyl[0m

.
:PROGRAM_IMGMOUNT_INVALID_IMAGE
Could not load image file.
Check that the path is correct and the image is accessible.

.
:PROGRAM_IMGMOUNT_INVALID_GEOMETRY
Could not extract drive geometry from image.
Use parameter -size bps,spc,hpc,cyl to specify the geometry.

.
:PROGRAM_IMGMOUNT_AUTODET_VALUES
Image geometry auto detection: -size %u,%u,%u,%u

.
:PROGRAM_IMGMOUNT_TYPE_UNSUPPORTED
Type "%s" is unsupported. Specify "hdd" or "floppy" or"iso".

.
:PROGRAM_IMGMOUNT_FORMAT_UNSUPPORTED
Format "%s" is unsupported. Specify "fat" or "iso" or "none".

.
:PROGRAM_IMGMOUNT_SPECIFY_FILE
Must specify file-image to mount.

.
:PROGRAM_IMGMOUNT_FILE_NOT_FOUND
Image file not found.

.
:PROGRAM_IMGMOUNT_MOUNT
To mount directories, use the [34;1mMOUNT[0m command, not the [34;1mIMGMOUNT[0m command.

.
:PROGRAM_IMGMOUNT_ALREADY_MOUNTED
Drive already mounted at that letter.

.
:PROGRAM_IMGMOUNT_CANT_CREATE
Can't create drive from file.

.
:PROGRAM_IMGMOUNT_MOUNT_NUMBER
Drive number %d mounted as %s

.
:PROGRAM_IMGMOUNT_NON_LOCAL_DRIVE
The image must be on a host or local drive.

.
:PROGRAM_IMGMOUNT_MULTIPLE_NON_CUEISO_FILES
Using multiple files is only supported for cue/iso images.

.
:PROGRAM_IMGMOUNT_SYNTAX
Creates floppy or harddisk images.
Syntax: IMGMAKE file [-t type] [[-size size] | [-chs geometry]] [-nofs]
  [-source source] [-r retries] [-bat]
  file: The image file that is to be created - !path on the host!
  -type: Type of image.
    Floppy templates (names resolve to floppy sizes in kilobytes):
     fd_160 fd_180 fd_200 fd_320 fd_360 fd_400 fd_720 fd_1200 fd_1440 fd_2880
    Harddisk templates:
     hd_250: 250MB image, hd_520: 520MB image, hd_2gig: 2GB image
     hd_4gig:  4GB image, hd_8gig: 8GB image (maximum size)
     hd_st251: 40MB image, hd_st225: 20MB image (geometry from old drives)
    Custom harddisk images:
     hd (requires -size or -chs)
  -size: size of a custom harddisk image in MB.
  -geometry: disk geometry in cylinders(1-1023),heads(1-255),sectors(1-63).
  -nofs: add this parameter if a blank image should be created.
  -bat: creates a .bat file with the IMGMOUNT command required for this image.
  -source: drive letter - if specified the image is read from a floppy disk.
  -retries: how often to retry when attempting to read a bad floppy disk(1-99).
 Examples:
    imgmake c:\image.img -t fd_1440          - create a 1.44MB floppy image
    imgmake c:\image.img -t hd -size 100     - create a 100MB hdd image
    imgmake c:\image.img -t hd -chs 130,2,17 - create a special hd image
    imgmake c:\image.img -source a           - read image from physical drive A
.
:PROGRAM_IMGMAKE_FLREAD
Disk geometry: %d Cylinders, %d Heads, %d Sectors, %d Kilobytes


.
:PROGRAM_IMGMAKE_FLREAD2
 =good,  =good after retries, ! =CRC error, x =sector not found, ? =unknown


.
:PROGRAM_IMGMAKE_FILE_EXISTS
The file "%s" already exists.

.
:PROGRAM_IMGMAKE_CANNOT_WRITE
The file "%s" cannot be opened for writing.

.
:PROGRAM_IMGMAKE_NOT_ENOUGH_SPACE
Not enough space availible for the image file. Need %u bytes.

.
:PROGRAM_IMGMAKE_PRINT_CHS
Creating an image file with %u cylinders, %u heads and %u sectors

.
:PROGRAM_IMGMAKE_CANT_READ_FLOPPY


Unable to read floppy.
.
:PROGRAM_KEYB_INFO
Codepage %i has been loaded

.
:PROGRAM_KEYB_INFO_LAYOUT
Codepage %i has been loaded for layout %s

.
:PROGRAM_KEYB_SHOWHELP
[32;1mKEYB[0m [keyboard layout ID[ codepage number[ codepage file]]]

Some examples:
  [32;1mKEYB[0m: Display currently loaded codepage.
  [32;1mKEYB[0m sp: Load the spanish (SP) layout, use an appropriate codepage.
  [32;1mKEYB[0m sp 850: Load the spanish (SP) layout, use codepage 850.
  [32;1mKEYB[0m sp 850 mycp.cpi: Same as above, but use file mycp.cpi.

.
:PROGRAM_KEYB_NOERROR
Keyboard layout %s loaded for codepage %i

.
:PROGRAM_KEYB_FILENOTFOUND
Keyboard file %s not found


.
:PROGRAM_KEYB_INVALIDFILE
Keyboard file %s invalid

.
:PROGRAM_KEYB_LAYOUTNOTFOUND
No layout in %s for codepage %i

.
:PROGRAM_KEYB_INVCPFILE
None or invalid codepage file for layout %s


.
:PROGRAM_MODE_USAGE
[34;1mMODE[0m display-type       :display-type codes are [1mCO80[0m, [1mBW80[0m, [1mCO40[0m, [1mBW40[0m, or [1mMONO[0m
[34;1mMODE CON RATE=[0mr [34;1mDELAY=[0md :typematic rates, r=1-32 (32=fastest), d=1-4 (1=lowest)

.
:PROGRAM_MODE_INVALID_PARAMETERS
Invalid parameter(s).

.
:SHELL_CMD_VOL_DRIVE

 Volume in drive %c 
.
:SHELL_CMD_VOL_DRIVEERROR
Cannot find the drive specified

.
:SHELL_CMD_VOL_SERIAL
 Volume Serial Number is 
.
:SHELL_CMD_VOL_SERIAL_NOLABEL
has no label

.
:SHELL_CMD_VOL_SERIAL_LABEL
is %s

.
:SHELL_ILLEGAL_PATH
Illegal Path.

.
:SHELL_CMD_HELP
If you want a list of all supported commands type [33;1mhelp /all[0m .
A short list of the most often used commands:

.
:SHELL_CMD_ECHO_ON
ECHO is on.

.
:SHELL_CMD_ECHO_OFF
ECHO is off.

.
:SHELL_ILLEGAL_SWITCH
Illegal switch: %s.

.
:SHELL_MISSING_PARAMETER
Required parameter missing.

.
:SHELL_CMD_CHDIR_ERROR
Unable to change to: %s.

.
:SHELL_CMD_CHDIR_HINT
To change to different drive type [31m%c:[0m

.
:SHELL_CMD_CHDIR_HINT_2
directoryname is longer than 8 characters and/or contains spaces.
Try [31mcd %s[0m

.
:SHELL_CMD_CHDIR_HINT_3
You are still on drive Z:, change to a mounted drive with [31mC:[0m.

.
:SHELL_CMD_DATE_HELP
Displays or changes the internal date.

.
:SHELL_CMD_DATE_ERROR
The specified date is not correct.

.
:SHELL_CMD_DATE_DAYS
3SunMonTueWedThuFriSat
.
:SHELL_CMD_DATE_NOW
Current date: 
.
:SHELL_CMD_DATE_SETHLP
Type 'date MM-DD-YYYY' to change.

.
:SHELL_CMD_DATE_FORMAT
M/D/Y
.
:SHELL_CMD_DATE_HELP_LONG
DATE [[/T] [/H] [/S] | MM-DD-YYYY]
  MM-DD-YYYY: new date to set
  /S:         Permanently use host time and date as DOS time
  /F:         Switch back to DOSBox internal time (opposite of /S)
  /T:         Only display date
  /H:         Synchronize with host

.
:SHELL_CMD_TIME_HELP
Displays the internal time.

.
:SHELL_CMD_TIME_NOW
Current time: 
.
:SHELL_CMD_TIME_HELP_LONG
TIME [/T] [/H]
  /T:         Display simple time
  /H:         Synchronize with host

.
:SHELL_CMD_MKDIR_ERROR
Unable to make: %s.

.
:SHELL_CMD_RMDIR_ERROR
Unable to remove: %s.

.
:SHELL_CMD_DEL_ERROR
Unable to delete: %s.

.
:SHELL_CMD_DEL_SURE
Are you sure[Y,N]?
.
:SHELL_SYNTAXERROR
The syntax of the command is incorrect.

.
:SHELL_CMD_SET_NOT_SET
Environment variable %s not defined.

.
:SHELL_CMD_SET_OUT_OF_SPACE
Not enough environment space left.

.
:SHELL_CMD_IF_EXIST_MISSING_FILENAME
IF EXIST: Missing filename.

.
:SHELL_CMD_IF_ERRORLEVEL_MISSING_NUMBER
IF ERRORLEVEL: Missing number.

.
:SHELL_CMD_IF_ERRORLEVEL_INVALID_NUMBER
IF ERRORLEVEL: Invalid number.

.
:SHELL_CMD_GOTO_MISSING_LABEL
No label supplied to GOTO command.

.
:SHELL_CMD_GOTO_LABEL_NOT_FOUND
GOTO: Label %s not found.

.
:SHELL_CMD_FILE_NOT_FOUND
File %s not found.

.
:SHELL_CMD_FILE_EXISTS
File %s already exists.

.
:SHELL_CMD_DIR_INTRO
 Directory of %s.


.
:SHELL_CMD_DIR_BYTES_USED
%5d File(s) %17s Bytes.

.
:SHELL_CMD_DIR_BYTES_FREE
%5d Dir(s)  %17s Bytes free.

.
:SHELL_EXECUTE_DRIVE_NOT_FOUND
Drive %c does not exist!
You must [31mmount[0m it first. Type [1;33mintro[0m or [1;33mintro mount[0m for more information.

.
:SHELL_EXECUTE_DRIVE_ACCESS_CDROM
Do you want to give DOSBox access to your real CD-ROM drive %c [Y/N]?
.
:SHELL_EXECUTE_DRIVE_ACCESS_FLOPPY
Do you want to give DOSBox access to your real floppy drive %c [Y/N]?
.
:SHELL_EXECUTE_DRIVE_ACCESS_FIXED
Do you really want to give DOSBox access to everything
on your real drive %c [Y/N]?
.
:SHELL_EXECUTE_DRIVE_ACCESS_WARNING_WIN
Mounting c:\ is NOT recommended.

.
:SHELL_EXECUTE_ILLEGAL_COMMAND
Illegal command: %s.

.
:SHELL_CMD_PAUSE
Press any key to continue.

.
:SHELL_CMD_PAUSE_HELP
Waits for 1 keystroke to continue.

.
:SHELL_CMD_COPY_FAILURE
Copy failure : %s.

.
:SHELL_CMD_COPY_SUCCESS
   %d File(s) copied.

.
:SHELL_CMD_SUBST_NO_REMOVE
Unable to remove, drive not in use.

.
:SHELL_CMD_SUBST_FAILURE
SUBST failed. You either made an error in your commandline or the target drive is already used.
It's only possible to use SUBST on Local drives

.
:SHELL_STARTUP_BEGIN
[35;1m DOSBox SVN-Daum [http://ykhwong.x-y.net][37m
[33m UPDATED: JULY 25, 2013[37m
[44;1mͻ
 [32mWelcome to DOSBox %-8s[37m                                         
                                                                    
 For a short introduction for new users type: [33mINTRO[37m                 
 For supported shell commands type: [33mHELP[37m                            
                                                                    
 To adjust the emulated CPU speed, use [31mctrl-F11[37m and [31mctrl-F12[37m.       
 To activate the keymapper [31mctrl-F1[37m.                                 
 For more information read the [36mREADME[37m file in the DOSBox directory. 
                                                                    

.
:SHELL_STARTUP_CGA
 DOSBox supports Composite CGA mode.                                
 Use [31mF12[37m to set composite output ON, OFF, or AUTO (default).        
 [31m(Alt-)F11[37m changes hue; [31mctrl-alt-F11[37m selects early/late CGA model.  
                                                                    

.
:SHELL_STARTUP_HERC
 Use F11 to cycle through white, amber, and green monochrome color. 
 Use alt-F11 to toggle horizontal blending (only in graphics mode). 
                                                                    

.
:SHELL_STARTUP_DEBUG
 Press [31malt-Pause[37m to enter the debugger or start the exe with [33mDEBUG[37m. 
                                                                    

.
:SHELL_STARTUP_END
 [32mHAVE FUN![37m                                                          
 [32mThe DOSBox Team [33mhttp://www.dosbox.com[37m                              
ͼ[0m

.
:SHELL_CMD_CHDIR_HELP
Displays/changes the current directory.

.
:SHELL_CMD_CHDIR_HELP_LONG
CHDIR [drive:][path]
CHDIR [..]
CD [drive:][path]
CD [..]

  ..   Specifies that you want to change to the parent directory.

Type CD drive: to display the current directory in the specified drive.
Type CD without parameters to display the current drive and directory.

.
:SHELL_CMD_CLS_HELP
Clear screen.

.
:SHELL_CMD_DIR_HELP
Directory View.

.
:SHELL_CMD_DIR_HELP_LONG
DIR [drive:][path][filename] [/W] [/S] [/P] [/AD]

   [drive:][path][filename]
       Specifies drive, directory, and/or files to list.

   /W	Uses wide list format.
   /S	Displays files in specified directory and all subdirectories.
	(not supported)
   /P	Pauses after each screenful of information.
   /AD	Displays directories.

.
:SHELL_CMD_ECHO_HELP
Display messages and enable/disable command echoing.

.
:SHELL_CMD_EXIT_HELP
Exit from the shell.

.
:SHELL_CMD_HELP_HELP
Show help.

.
:SHELL_CMD_MKDIR_HELP
Make Directory.

.
:SHELL_CMD_MKDIR_HELP_LONG
MKDIR [drive:][path]
MD [drive:][path]

.
:SHELL_CMD_RMDIR_HELP
Remove Directory.

.
:SHELL_CMD_RMDIR_HELP_LONG
RMDIR [drive:][path]
RD [drive:][path]

.
:SHELL_CMD_SET_HELP
Change environment variables.

.
:SHELL_CMD_SET_HELP_LONG
SET [variable=[string]]

   variable	Specifies the environment-variable name.
   string	Specifies a series of characters to assign to the variable.

* If no string is specified, the variable is removed from the environment.

Type SET without parameters to display the current environment variables.

.
:SHELL_CMD_IF_HELP
Performs conditional processing in batch programs.

.
:SHELL_CMD_IF_HELP_LONG
IF [NOT] ERRORLEVEL number command
IF [NOT] string1==string2 command
IF [NOT] EXIST filename command

  NOT               Specifies that DOS should carry out
                    the command only if the condition is false.

  ERRORLEVEL number Specifies a true condition if the last program run
                    returned an exit code equal to or greater than the number
                    specified.

  string1==string2  Specifies a true condition if the specified text strings
                    match.

  EXIST filename    Specifies a true condition if the specified filename
                    exists.

  command           Specifies the command to carry out if the condition is
                    met.  Command can be followed by ELSE command which
                    will execute the command after the ELSE keyword if the
                    specified condition is FALSE

.
:SHELL_CMD_GOTO_HELP
Jump to a labeled line in a batch script.

.
:SHELL_CMD_GOTO_HELP_LONG
GOTO label

   label   Specifies a text string used in the batch program as a label.

You type a label on a line by itself, beginning with a colon.

.
:SHELL_CMD_SHIFT_HELP
Leftshift commandline parameters in a batch script.

.
:SHELL_CMD_FOR_HELP
Does nothing. Provided for compatibility.

.
:SHELL_CMD_TYPE_HELP
Display the contents of a text-file.

.
:SHELL_CMD_TYPE_HELP_LONG
TYPE [drive:][path][filename]

.
:SHELL_CMD_REM_HELP
Add comments in a batch file.

.
:SHELL_CMD_REM_HELP_LONG
REM [comment]

.
:SHELL_CMD_NO_WILD
This is a simple version of the command, no wildcards allowed!

.
:SHELL_CMD_RENAME_HELP
Renames one or more files.

.
:SHELL_CMD_RENAME_HELP_LONG
RENAME [drive:][path]filename1 filename2.
REN [drive:][path]filename1 filename2.

Note that you can not specify a new drive or path for your destination file.

.
:SHELL_CMD_DELETE_HELP
Removes one or more files.

.
:SHELL_CMD_COPY_HELP
Copy files.

.
:SHELL_CMD_DELETE_HELP_LONG
DEL [/P] [/Q] names
ERASE [/P] [/Q] names

  names		Specifies a list of one or more files or directories.
		Wildcards may be used to delete multiple files. If a
		directory is specified, all files within the directory
		will be deleted.
  /P		Prompts for confirmation before deleting one or more files.
  /Q		Quiet mode, do not ask if ok to delete on global wildcard

.
:SHELL_CMD_CALL_HELP
Start a batch file from within another batch file.

.
:SHELL_CMD_CALL_HELP_LONG
CALL [drive:][path]filename [batch-parameters]

batch-parameters   Specifies any command-line information required by
                   the batch program.

.
:SHELL_CMD_SUBST_HELP
Assign an internal directory to a drive.

.
:SHELL_CMD_LOADHIGH_HELP
Loads a program into upper memory (requires xms=true,umb=true).

.
:SHELL_CMD_CHOICE_HELP
Waits for a keypress and sets ERRORLEVEL.

.
:SHELL_CMD_CHOICE_HELP_LONG
CHOICE [/C:choices] [/N] [/S] text
  /C[:]choices  -  Specifies allowable keys.  Default is: yn.
  /N  -  Do not display the choices at end of prompt.
  /S  -  Enables case-sensitive choices to be selected.
  text  -  The text to display as a prompt.

.
:SHELL_CMD_ATTRIB_HELP
Does nothing. Provided for compatibility.

.
:SHELL_CMD_PATH_HELP
Displays/Sets a search path for executable files.

.
:SHELL_CMD_PATH_HELP_LONG
PATH [[drive:]path[;...][;%PATH%]
PATH ;

Type PATH ; to clear all search path settings.
Type PATH without parameters to display the current path.

.
:SHELL_CMD_VER_HELP
View and set the reported DOS version.

.
:SHELL_CMD_VER_HELP_LONG
VER
VER SET [major minor]

  major minor   Set the reported DOS version. (e.g. VER SET 5 1)

Type VER without parameters to display the current DOS version.

.
:SHELL_CMD_VER_VER
DOSBox version %s. Reported DOS version %d.%02d.

.
:SHELL_CMD_ADDKEY_HELP
Generates artificial keypresses.

.
:SHELL_CMD_VOL_HELP
Displays the disk volume label and serial number, if they exist.

.
:SHELL_CMD_VOL_HELP_LONG
VOL [drive]

.
:SHELL_CMD_PROMPT_HELP
Change the command prompt.

.
:SHELL_CMD_PROMPT_HELP_LONG
PROMPT [text]
  text    Specifies a new command prompt.

Prompt can be made up of normal characters and the following special codes:
  $A   & (Ampersand)
  $B   | (pipe)
  $C   ( (Left parenthesis)
  $D   Current date
  $E   Escape code (ASCII code 27)
  $F   ) (Right parenthesis)
  $G   > (greater-than sign)
  $H   Backspace (erases previous character)
  $L   < (less-than sign)
  $N   Current drive
  $P   Current drive and path
  $Q   = (equal sign)
  $S     (space)
  $T   Current time
  $V   DOS version number
  $_   Carriage return and linefeed
  $$   $ (dollar sign)

.
:SHELL_CMD_LABEL_HELP
Creates or changes the volume label of a disk.

.
:SHELL_CMD_LABEL_HELP_LONG
LABEL [volume]

	volume		Specifies the drive letter.

.
:SHELL_CMD_MORE_HELP
Displays output one screen at a time.

.
:SHELL_CMD_MORE_HELP_LONG
MORE [filename]

.
