Z Button v0.1 uNLOCK cODE serial key or number

Z Button v0.1 uNLOCK cODE serial key or number

Z Button v0.1 uNLOCK cODE serial key or number

Z Button v0.1 uNLOCK cODE serial key or number

(always use the latest version from cromwellpsi.com)

DOSBox v Manual

======
NOTE:
======

 

While we are hoping that one day DOSBox will run all programs ever made for the PC, we are not there yet.

 

At present, DOSBox running on a high-end machine will roughly be the equivalent of a Pentium I PC. DOSBox can be configured to run a wide range of DOS games, from CGA/Tandy/PCjr classics up to games from the Quake era.

 

 

=======
INDEX:
=======

  1. Quickstart
  2. Start (FAQ)
  3. Command Line Parameters
  4. Internal Programs
  5. Special Keys
  6. Joystick/Gamepad
  7. KeyMapper
  8. Keyboard Layout
  9. Serial Multiplayer feature
  10. How to speed up/slow down DOSBox
  11. Troubleshooting
  12. DOSBox Status Window
  13. The configuration (options) file
  14. The language file
  15. Building your own version of DOSBox
  16. Special thanks
  17. Contact

 

==============
1. Quickstart:
==============

 

Type INTRO in DOSBox for a quick tour.
It is essential that you get familiar with the idea of mounting, DOSBox does not automatically make any drive (or a part of it) accessible to the emulation. See the FAQ entry "How to start?" as well as the description of the MOUNT command (section 4: "Internal Programs"). If you have your game on a cdrom you may try this guide: cromwellpsi.com?t=

 

 

===============
2. Start (FAQ):
===============

 

START:How to start?
AUTOMATION:Do I always have to type these "mount" commands?
FULLSCREEN: How do I change to fullscreen?
FULLSCREEN: My fullscreen is too large.
CD-ROM: My CD-ROM doesn't work.
CD-ROM: The game/application can't find its CD-ROM.
MOUSE:The mouse doesn't work.
SOUND:There is no sound.
SOUND:What sound hardware does DOSBox presently emulate?
SOUND:The sound stutters or sounds stretched/weird.
KEYBOARD:I can't type \ or : in DOSBox.
KEYBOARD:Right Shift and "\" doesn't work in DOSBox. (Windows only)
KEYBOARD:The keyboard lags.
CONTROL:The character/cursor/mouse pointer always moves into one direction!
SPEED:The game/application runs much too slow/too fast!
CRASH:The game/application does not run at all/crashes!
CRASH:DOSBox crashes on startup!
GAME:My Build game(Duke3D/Blood/Shadow Warrior) has problems.
SAFETY:Can DOSBox harm my computer?
OPTIONS:I would like to change DOSBox's options.
HELP:

Great Manual, but I still don't get it.

 

START: How to start?

At the beginning you've got a Z:\> instead of a C:\> at the prompt. You have to make your directories available as drives in DOSBox by using the "mount" command. For example, in Windows "mount C D:\GAMES" will give you a C drive in DOSBox which points to your Windows D:\GAMES directory (that was created before). In Linux, "mount c /home/username" will give you a C drive in DOSBox which points to /home/username in Linux. To change to the drive mounted like above, type "C:". If everything went fine, DOSBox will display the prompt "C:\>".

AUTOMATION: Do I always have to type these commands?

In the DOSBox configuration file is an [autoexec] section. The commands present there are run when DOSBox starts, so you can use this section for the mounting. Look at Section The configuration (options) file

FULLSCREEN: How do I change to fullscreen?

Press alt-enter. Alternatively: Edit the configuration file of DOSBox and change the option fullscreen=false to fullscreen=true. If fullscreen looks wrong in your opinion: Play with the options: fullresolution, output and aspect in the configuration file of DOSBox. To get back from fullscreen mode: Press alt-enter again.

FULLSCREEN: My fullscreen is too large.

This is can be a problem on Windows 10, if you have display scaling set to a value above %. Windows in that case will resize the screen on top of dosbox resizing the screen, which can happen for the output: ddraw, opengl, openglnb, overlay. You can disable this Windows behaviour by enabling a specific compatibility setting:

 

- Right-click the DOSBox icon and select "Properties".
- Go to the "Compatibility" tab.
- Click on "Change high DPI settings".
- Tick "Override high DPI scaling behaviour" and set it to "Application".
- Apply the changes by clicking on "OK".

 

Unfortunately, this compatibility option causes some side effects in windowed mode, and in this case you will need to change the resolution in the config/Options file for windowresolution (e.g. x).

Alternatively, you can disable the display scaling and or use a lower fullresolution value.

CD-ROM: My CD-ROM doesn't work.

To mount your CD-ROM in DOSBox you have to specify some additional options when mounting the CD-ROM.
To enable CD-ROM support (includes MSCDEX) in Windows:

- mount d f:\ -t cdrom

in Linux:

- mount d /media/cdrom -t cdrom

 

 

In some cases you might want to use a different CD-ROM interface, for example if CD audio does not work:

To enable SDL-support (does not include low-level CD access!):

- mount d f:\ -t cdrom -usecd 0 -noioctl

To enable ioctl access using digital audio extraction for CD audio (windows-only, useful for Vista):

- mount d f:\ -t cdrom -ioctl_dx

To enable ioctl access using MCI for CD audio (windows-only):

- mount d f:\ -t cdrom -ioctl_mci

To force ioctl-only access (windows-only):

- mount d f:\ -t cdrom -ioctl_dio

To enable low-level aspi-support (win98 with aspi-layer installed):

- mount d f:\ -t cdrom -aspi

 

 

explanation:

- d    driveletter you will get in DOSBox (d is the best, don't change it!)

 

- f:\   location of CD-ROM on your PC. In most cases it will be d:\ or e:\
- 0    The number of the CD-ROM drive, reported by "mount -cd"

(note that this value is only needed when using SDL for CD audio,

 

otherwise it is ignored)

See also the next question: The game/application can't find its CD-ROM.

CD-ROM: The game/application can't find its CD-ROM

Be sure to mount the CD-ROM with -t cdrom switch, this will enable the MSCDEX interface required by DOS games to interface with CD-ROMs. Also try adding the correct label (-label LABEL) to the mount command, where LABEL is the CD-label (volume ID) of the CD-ROM. Under Windows you can specify -ioctl, -aspi or -noioctl. Look at the description of the mount command in Section 4: "Internal programs" for their meaning and the additional audio-CD related options -ioctl_dx, -ioctl_mci, -ioctl_dio. Try creating a CD-ROM image (preferably CUE/BIN pair) and use the DOSBox's internal IMGMOUNT tool to mount the image (the CUE sheet). This enables very good low-level CD-ROM support on any operating system.

MOUSE: The mouse doesn't work.

Usually, DOSBox detects when a game uses mouse control. When you click on the screen it should get locked (confined to the DOSBox window) and work. With certain games, the DOSBox mouse detection doesn't work. In that case you will have to lock the mouse manually by pressing CTRL-F

SOUND: There is no sound

Be sure that the sound is correctly configured in the game. This might be done during the installation or with a setup/setsound utility that accompanies the game. First see if an autodetection option is provided. If there is none try selecting Soundblaster or Soundblaster 16 with the default settings being "address= irq=7 dma=1" (sometimes highdma=5). You might also want to select Sound Canvas/SCC/MPU/General MIDI/Wave Blaster at "address= IRQ=2" as music device. The parameters of the emulated sound cards can be changed in the DOSBox configuration file.


If you still don't get any sound set the core to normal in DOSBox configuration and use some lower fixed cycles value (like cycles=). Also
assure that your host operating sound does provide sound. In certain cases it might be useful to use a different emulated sound device
like a soundblaster pro (sbtype=sbpro1 in the DOSBox configuration file) or the gravis ultrasound (gus=true).

SOUND: What sound hardware does DOSBox presently emulate?

DOSBox emulates several legacy sound devices:

  • Internal PC speaker/Buzzer
    This emulation includes both the tone generator and several forms of
    digital sound output through the internal speaker.
  • Creative CMS/Gameblaster
    The is the first card released by Creative Labs(R). The default configuration places it on address It is disabled as default.
  • Tandy 3 voice
    The emulation of this sound hardware is complete with the exception of the noise channel. The noise channel is not very well documented and as such is only a best guess as to the sound's accuracy. It is disabled as default.
  • Tandy DAC
    Some games may require turning off sound blaster emulation (sbtype=none) for better tandy DAC sound support. Don't forget to set the sbtype back to sb16 if you don't use tandy sound.
  • Adlib
    This emulation is almost perfect and includes the Adlib's ability to almost play digitized sound. Placed at address (also on ).
  • SoundBlaster 16 / SoundBlaster Pro I & II / SoundBlaster I & II
    By default DOSBox provides Soundblaster 16 level bit stereo sound. You can select a different SoundBlaster version in the configuration of DOSBox. AWE32 music is not emulated as you can use MPU instead (see below).
  • Disney Sound Source and Covox Speech Thing
    Using the printer port, this sound device outputs digital sound only. Placed at LPT1
  • Gravis Ultrasound
    The emulation of this hardware is nearly complete, though the MIDI capabilities have been left out, since an MPU has been emulated in other code. For Gravis music you also have to install Gravis drivers inside DOSBox. It is disabled as default.
  • MPU
    A MIDI passthrough interface is also emulated. This method of sound output will only work when used with external device/emulator. Every Windows XP/Vista/7 and MAC OS has got a default emulator compatible with: Sound Canvas/SCC/General Standard/General MIDI/Wave Blaster. A different device/emulator is needed for Roland LAPC/CML/MT compatibility.

SOUND: The sound stutters or sounds stretched/weird.

You may be using too much CPU power to keep DOSBox running at the current speed. You can lower the cycles, skip frames, reduce the sampling rate of the respective sound device, increase the prebuffer. See section "The configuration (options) file"
If you are using cycles=max or =auto, then make sure that there is no background processes interfering! (especially if they access the harddisk) Also look at Section "How to speed up/slow down DOSBox"

 

KEYBOARD: I can't type \ or : in DOSBox.

This can happen in various cases, like your host keyboard layout does not have a matching DOS layout representation (or it was not correctly detected), or the key mapping is wrong.
Some possible fixes:

  1. Use / instead, or ALT for : and ALT for \.
  2. Change the DOS keyboard layout (see Section 8: Keyboard Layout).
  3. Add the commands you want to execute to the [autoexec] section of the DOSBox configuration file.
  4. Open the DOSBox configuration file and change the usescancodes entry.
  5. Switch the keyboard layout of your operating system.

Note that if the host layout can not be identified, or keyboardlayout is set to none in the DOSBox configuration file, the standard US layout is used. In this configuration try the keys around "enter" for the key \ (backslash), and for the key : (colon) use shift and the keys between "enter" and "L".

KEYBOARD: Right Shift and "\" doesn't work in DOSBox. (Windows only)

This may happen if Windows thinks that you have more than one keyboard connected to your PC when you use some remote control devices. To verity this problem run cromwellpsi.com, navigate to DOSBox program folder and type:

set sdl_videodriver=windib
cromwellpsi.com

check whether keyboard started to work properly. As windib is slower it is best to use one of the two solutions provided here: cromwellpsi.com?t=

KEYBOARD: The keyboard lags

Lower the priority setting in the DOSBox configuration file, for example set "priority=normal,normal". You might also want to try lowering the cycles (use a fixed cycle amount to start with, like cycles=).

CONTROL: The character/cursor/mouse pointer always moves into one direction!

See if it still happens if you disable the joystick emulation, set joysticktype=none in the [joystick] section of your DOSBox configuration file. Maybe also try unplugging any joystick/gamepad. If you want to use the joystick in the game, try setting timed=false and be sure to calibrate the joystick (both in your OS as well as in the game or the game's setup program).

SPEED: The game/application runs much too slow/too fast!

Look at Section "How to speed up/slow down DOSBox" for more information.

CRASH: The game/application does not run at all/crashes!

Look at Section Troubleshooting

CRASH: DOSBox crashes on startup!

Look at Section Troubleshooting

GAME: My Build game(Duke3D/Blood/Shadow Warrior) has problems

First of all, try to find a port of the game. Those will offer a better experience. To fix the graphics problem that occurs in DOSBox on higher resolutions: Open the configuration file of DOSBox and search for:

machine=svga_s3. Change svga_s3 to vesa_nolfb
Change memsize=16 to memsize=63

SAFETY: Can DOSBox harm my computer?

DOSBox can not harm your computer more than any other resource demanding program. Increasing the cycles does not overclock your real CPU. Setting the cycles too high has a negative performance effect on the software running inside DOSBox.

OPTIONS: I would like to change DOSBox's options.

Look at Section "The configuration (options) file"

HELP: Great Manual, but I still don't get it

For more questions read the rest of this Manual. You may also look at:

 

===========================
3. Command Line Parameters:
===========================

 

An overview of the command line options you can give to DOSBox. Although in most cases it is easier to use DOSBox's configuration file instead. See: Section "The configuration (options) file"

 

To be able to use Command Line Parameters:
(Windows) open cromwellpsi.com or cromwellpsi.com or edit the shortcut to cromwellpsi.com
(Linux) use console
(MAC OS X) start cromwellpsi.com and navigate to:

    /applications/cromwellpsi.com

 

The options are valid for all operating systems unless noted in the option description:

 

dosbox       [name] [-exit] [-c command] [-fullscreen] [-userconf]

[-conf congfigfilelocation] [-lang languagefilelocation]
[-machine machine type] [-noconsole] [-startmapper] [-noautoexec]
[-securemode] [-scaler scaler | -forcescaler scaler] [-version]
[-socket socket]

 

dosbox -version
dosbox -editconf program
dosbox -opencaptures program
dosbox -printconf
dosbox -eraseconf
dosbox -erasemapper

 

name

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".

 

-exit

DOSBox will close itself when the DOS application "name" ends.

 

-c 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.

 

-fullscreen

Starts DOSBox in fullscreen mode.

 

-userconf

Start DOSBox with the users specific configuration file. Can be used together with multiple -conf parameters, but -userconf will always be loaded before them.

 

-conf configfilelocation

Start DOSBox with the options specified in "configfilelocation". Multiple -conf options may be present. See Section 13 for more details.

 

-lang languagefilelocation

Start DOSBox using the language specified in "languagefilelocation". See Section 14 for more details.

 

-machine machinetype

Setup DOSBox to emulate a specific type of machine. Valid choices are:
hercules, cga, ega, pcjr, tandy, svga_s3 (default) as well as the additional svga chipsets listed in the DOSBox configuration file.
svga_s3 enables vesa emulation as well.
For some special vga effects the machinetype vgaonly can be used, note that this disables svga capabilities and might be slower due to the higher emulation precision.
The machinetype affects the video card and the available sound cards.

 

-noconsole (Windows Only)

Start DOSBox without showing DOSBox Status Window (console). Output will be redirected to cromwellpsi.com and cromwellpsi.com

 

-startmapper

Enter the keymapper directly on startup. Useful for people with keyboard problems.

 

-noautoexec

Skips the [autoexec] section of the loaded configuration file.

 

-securemode

Same as -noautoexec, but adds cromwellpsi.com -securemode at the bottom of cromwellpsi.com (which in turn disables any changes to how the drives are mounted inside DOSBox).

 

-scaler scaler

Uses the scaler specified by "scaler". See the DOSBox configuration file for the available scalers.

 

-forcescaler scaler

Similar to the -scaler parameter, but tries to force usage of the specified scaler even if it might not fit.

 

-version

output version information and exit. Useful for frontends.

 

-editconf program

calls program with as first parameter the configuration file. You can specify this command more than once. In this case it will move to second program if the first one fails to start.

 

-opencaptures program

calls program with as first parameter the location of the captures folder.

 

-printconf

prints the location of the default configuration file.

 

-resetconf

removes the default configuration file.

 

-resetmapper

removes the mapperfile used by the default clean configuration file.

 

-socket

passes the socket number to the nullmodem emulation. See Section 9: "Serial Multiplayer feature."

 

Note:

If a name/command/configfilelocation/languagefilelocation contains a space, put the whole name/command/configfilelocation/languagefilelocation between quotes ("command or file name"). If you need to use quotes within quotes (most likely with -c and mount):
Windows and OS/2 users can use single quotes inside the double quotes.
Other people should be able to use escaped double quotes inside the double quotes.
Windows: -c "mount c 'c:\My folder with DOS games\'"
Linux: -c "mount c \"/tmp/name with space\""

 

A rather unusual example, just to demonstrate what you can do (Windows): dosbox D:\folder\cromwellpsi.com -c "MOUNT Y H:\MyFolder" This mounts D:\folder as C:\ and runs cromwellpsi.com Before it does that, it will first mount H:\MyFolder as the Y drive. In Windows, you can also drag directories/files onto the DOSBox executable.

 

 

=====================
4. Internal Programs:
=====================

 

DOSBox supports most of the DOS commands found in cromwellpsi.com To get a list of the internal commands type "HELP" at the prompt.

 

 

 

In addition, the following commands are available:

MOUNT "Emulated Drive letter" "Real Drive or Directory"

[-t type] [-aspi] [-ioctl] [-noioctl] [-usecd number] [-size drivesize]
[-label drivelabel] [-freesize size_in_mb]
[-freesize size_in_kb (floppies)]

MOUNT -cd
MOUNT -u "Emulated Drive letter"

 

Program to mount local directories as drives inside DOSBox.

 

"Emulated Drive letter"

The driveletter inside DOSBox (for example C).

 

"Real Drive letter (usually for CD-ROMs in Windows) or Directory"
The local directory you want accessible inside DOSBox.

 

-t type

Type of the mounted directory. Supported are: dir (default), floppy, cdrom.

 

-size drivesize

(experts only)
Sets the size of the drive, where drivesize is of the form "bps,spc,tcl,fcl":

bps: bytes per sector, by default for regular drives and for CD-ROM drives
spc: sectors per cluster, usually between 1 and
tcl: total clusters, between 1 and
fcl: total free clusters, between 1 and tcl

 

-freesize size_in_mb | size_in_kb

Sets the amount of free space available on a drive in megabytes (regular drives) or kilobytes (floppy drives). This is a simpler version of -size.

 

-label drivelabel

Sets the name of the drive to "drivelabel". Needed on some systems if the CD-ROM label isn't read correctly (useful when a program can't find its CD-ROM). If you don't specify a label and no lowlevel support is selected (that is omitting the -usecd # and/or -aspi parameters, or specifying -noioctl):

For Windows: label is extracted from "Real Drive".
For Linux: label is set to NO_LABEL.

 

If you do specify a label, this label will be kept as long as the drive is mounted. It will not be updated !!

 

-aspi

Forces use of the aspi layer. Only valid if mounting a CD-ROM under Windows systems with an ASPI-Layer.

 

-ioctl (automatic selection of the CD audio interface)
-ioctl_dx (digital audio extraction used for CD audio)
-ioctl_dio (ioctl calls used for CD audio)
-ioctl_mci (MCI used for CD audio)

Forces use of ioctl commands. Only valid if mounting a CD-ROM under a Windows OS which support them (Win/XP/NT). The various choices only differ in the way CD audio is handled, preferably -ioctl_dio is used (lowest workload), but this might not work on all systems, so -ioctl_dx (or -ioctl_mci) can be used.

 

-noioctl

Forces use of the SDL CD-ROM layer. Valid on all systems.

 

-usecd number

Valid on all systems, under windows the -noioctl switch has to be present to make use of the -usecd switch. Enables to select the drive that should be used by SDL. Use this if the wrong or no CD-ROM drive is mounted while using the SDL CD-ROM interface. "number" can be found by "MOUNT -cd".

 

-cd

Displays all CD-ROM drives detected by SDL, and their numbers.
See the information at the -usecd entry above.

 

-u

Removes the mount. Doesn't work for Z:\.

 

Note: It's possible to mount a local directory as CD-ROM drive, but hardware support is then missing.

 

Basically MOUNT allows you to connect real hardware to DOSBox's emulated PC. So MOUNT C C:\GAMES tells DOSBox to use your C:\GAMES directory as drive C: in DOSBox. MOUNT C E:\SomeFolder tells DOSBox to use your E:\SomeFolder directory as drive C: in DOSBox.

 

Mounting your entire C drive with MOUNT C C:\ is NOT recommended! The same is true for mounting the root of any other drive, except for CD-ROMs (due to their read-only nature). Otherwise if you or DOSBox make a mistake you may lose all your files. Also never mount a "Windows" or "Program Files" folders or their subfolders in Windows Vista/7 as DOSBox may not work correctly, or will stop working correctly later. It is recommended to keep all your dos applications/games in a simple folder (for example c:\dosgames) and mount that.

 

You should always install your game inside DOSBox. So if you have the game on CD you always (even after installation!) have to mount both: folder as a harddisk drive and a CD-ROM.
HardDisk should always be mounted as c
CD-ROM should always be mounted as d
   Floppy should always be mounted as a (or b)

 

Basic MOUNT Examples for normal usage (Windows):

  1. To mount a folder as a harddisk drive:
    mount c d:\dosgames

  2. To mount your CD-ROM drive E as CD-ROM drive D in DOSBox:
    mount d e:\ -t cdrom

  3. To mount your drive a: as a floppy:
    mount a a:\ -t floppy

Advanced MOUNT examples (Windows):

  1. To mount a hard disk drive with ~ mb free diskspace (simple version):
    mount c d:\dosgames -freesize

  2. To mount a drive with ~ mb free diskspace (experts only, full control):
    mount c d:\dosgames -size ,,,

  3. To mount c:\dosgames\floppy as a floppy:
    mount a c:\dosgames\floppy -t floppy

Other MOUNT examples:

  1. To mount system CD-ROM drive at mountpoint /media/cdrom as CD-ROM drive D in DOSBox:
         mount d /media/cdrom -t cdrom -usecd 0

  2. To mount /home/user/dosgames as drive C in DOSBox:
        mount c /home/user/dosgames

  3. To mount the directory where DOSBox was started as C in DOSBox:
        mount c .
    (note the . which represents the directory where DOSBox was started, on Windows Vista/7 don't use this if you installed DOSBox to your "Program Files" folder)

If you want to mount a CD image or floppy image, check IMGMOUNT.
MOUNT also works with images but only if you use external program, for example (both are free):

Although IMGMOUNT can give better compatibility.

MEM

Program to display the amount and type of free memory.

VER
VER set major_version [minor_version]

Display the current DOSBox version and reported DOS version (parameterless usage). Change the reported DOS version with the "set" parameter, for example: "VER set 6 22" to have DOSBox report DOS as version number.

CONFIG -writeconf filelocation
CONFIG -writelang filelocation
CONFIG -securemode
CONFIG -set "section property=value"
CONFIG -get "section property"

 

CONFIG can be used to change or query various settings of DOSBox during runtime. It can save the current settings and language strings to disk. Information about all possible sections and properties can be found in Section "The configuration (options) file".

 

-writeconf filelocation

Write the current configuration settings to a file in a specified location. "filelocation" is located on the local drive, not a mounted drive in DOSBox. The configuration file controls various settings of DOSBox: the amount of emulated memory, the emulated sound cards and many more things. It allows access to cromwellpsi.com as well. See Section "The configuration (options) file" for more information.

 

-writelang filelocation

Write the current language settings to a file in a specified location. "filelocation" is located on the local drive, not a mounted drive in DOSBox. The language file controls all visible output of the internal commands and the internal DOS. See Section "The Language File" for more information.

 

-securemode

Switches DOSBox to a more secure mode. In this mode the internal commands MOUNT, IMGMOUNT and BOOT won't work. It's not possible either to create a new configfile or languagefile in this mode. (Warning: you can only undo this mode by restarting DOSBox.)

 

-set "section property=value"

CONFIG will attempt to set the property to new value. Currently CONFIG can not report whether the command succeeded or not.

 

-get "section property"

The current value of the property is reported and stored in the environment variable %CONFIG%. This can be used to store the value when using batch files.

 

Both "-set" and "-get" work from batch files and can be used to set up your own preferences for each game. Although it may be easier to use separate DOSBox's configuration files for each game instead.

 

Examples:

  1. To create a configuration file in your c:\dosgames directory:
    config -writeconf c:\dosgames\cromwellpsi.com
  2. To set the cpu cycles to
    config -set "cpu cycles="
  3. To turn ems memory emulation off:
    config -set "dos ems=off"
  4. To check which cpu core is being used.
    config -get "cpu core"

LOADFIX [-size] [program] [program-parameters]
LOADFIX -f

Program to reduce the amount of available conventional memory. Useful for old programs which don't expect much memory to be free.

 

-size

number of kilobytes to "eat up", default = 64kb

 

-f

frees all previously allocated memory

 

Examples:

  1. To start cromwellpsi.com and allocate 64kb memory
    (mm2 will have 64 kb less available):
    loadfix mm2
  2. To start cromwellpsi.com and allocate 32kb memory:
    loadfix mm2
  3. To free previous allocated memory:
    loadfix -f

RESCAN

Make DOSBox reread the directory structure. Useful if you changed something on a mounted drive outside of DOSBox. (CTRL - F4 does this as well!)

MIXER

Makes DOSBox display its current volume settings. Here's how you can change them:

 

mixer channel left:right [/NOSHOW] [/LISTMIDI]

 

channel

Can be one of the following: MASTER, DISNEY, SPKR, GUS, SB, FM [, CDAUDIO].
CDAUDIO is only available if a CD-ROM interface with volume control is enabled (CD image, ioctl_dx).

 

left:right

The volume levels in percentages. If you put a D in front it will be in decibel (Example: mixer gus d).

 

/NOSHOW

Prevents DOSBox from showing the result if you set one of the volume levels.

 

/LISTMIDI

In Windows lists the available midi devices on your PC. To select a device other than the Windows default midi-mapper, change the line 'midiconfig=' in the [midi] section of the configuration file to 'midiconfig=id', where 'id' is the number for the device as listed by LISTMIDI. eg. midiconfig=2

 

In Linux this option doesn't work, but you get similar results by using 'pmidi -l' in console. Then change the line 'midiconfig=' to 'midiconfig=port', where 'port' is the port for the device as listed by 'pmidi -l'. eg. midiconfig=

IMGMOUNT

A utility to mount disk images and CD-ROM images in DOSBox.

 

IMGMOUNT DRIVE [imagefile] -t [image_type] -fs [image_format]

-size [sectorsbytesize, sectorsperhead, heads, cylinders]

IMGMOUNT DRIVE [imagefile1 imagefile2 .. imagefileN] -t cdrom -fs iso

 

imagefile

Location of the image file to mount in DOSBox. The location can be on a mounted drive inside DOSBox, or on your real disk. It is possible to mount CD-ROM images (ISOs or CUE/BIN or CUE/IMG) too. If you need CD swapping capabilities, specify all images in succession (see the next entry).
CUE/BIN pairs and cue/img are the preferred CD-ROM image types as they can store audio tracks compared to ISOs (which are data-only). For the CUE/BIN mounting always specify the CUE sheet.

 

imagefile1 imagefile2 .. imagefileN

Location of the image files to mount in DOSBox. Specifying a number
of image files is only allowed for CD-ROM images.
The CD's can be swapped with CTRL-F4 at any time.
This is required for games which use multiple CD-ROMs and require the CD
to be switched during the gameplay at some point.

 

-t

The following are valid image types:

floppy:

Specifies a floppy image. DOSBox will automatically identify the disk geometry (K, MB, K, MB, etc).

cdrom:

Specifies a CD-ROM image. The geometry is automatic and set for this size. This can be an iso or a cue/bin pair or a cue/img pair.

hdd:

Specifies a harddrive image. The proper CHS geometry must be set for this to work.

 

-fs

The following are valid file system formats:

iso: Specifies the ISO CD-ROM format.
fat: Specifies that the image uses the FAT file system. DOSBox will attempt to mount this image as a drive in DOSBox and make the files available from inside DOSBox.
none: DOSBox will make no attempt to read the file system on the disk. This is useful if you need to format it or if you want to boot the disk using the BOOT command. When using the "none" filesystem, you must specify the drive number (2 or 3, where 2 = master, 3 = slave) rather than a drive letter.
For example, to mount a 70MB image as the slave drive device, you would type (without the quotes):

"imgmount 3 d:\cromwellpsi.com -size ,63,16, -fs none"
Compare this with a mount to be able to access the drive
within DOSBox, which would read as:
"imgmount e: d:\cromwellpsi.com -size ,63,16,"

 

-size
The Cylinders, Heads and Sectors of the drive. Required to mount hard drive images.

 

An example how to mount CD-ROM images (in Linux):

  1. imgmount d /tmp/cromwellpsi.com /tmp/cromwellpsi.com -t cdrom

or (which also works):

  1. mount c /tmp
  2. imgmount d c:\cromwellpsi.com c:\cromwellpsi.com -t cdrom

(in Windows):

imgmount d f:\img\cromwellpsi.com f:\img\cromwellpsi.com f:\img\cromwellpsi.com -t cdrom
imgmount d "g:\img\7th Guest cromwellpsi.com" "g:\img\7th Guest cromwellpsi.com" -t cdrom

Don't forget that you can also use MOUNT with images, but only if you use external program, for example (both are free):

Although IMGMOUNT can give better compatibility.

BOOT

Boot will start floppy images or hard disk images independent of the operating system emulation offered by DOSBox. This will allow you to play booter floppies or boot other operating systems inside DOSBox. If the target emulated system is PCjr (machine=pcjr) the boot command can be used to load PCjr cartridges (.jrc).

 

BOOT [cromwellpsi.com cromwellpsi.com .. cromwellpsi.com] [-l driveletter]
BOOT [cromwellpsi.com] (PCjr only)

 

cromwellpsi.com cromwellpsi.com .. cromwellpsi.com

This can be any number of floppy disk images one wants mounted after
DOSBox boots the specified drive letter.
To swap between images, hit CTRL-F4 to change from the current disk
to the next disk in the list. The list will loop back from the last
disk image to the beginning.

 

[-l driveletter]

This parameter allows you to specify the drive to boot from. The default is the A drive, the floppy drive. You can also boot a hard drive image mounted as master by specifying "-l C" without the quotes, or the drive as slave by specifying "-l D"

 

cromwellpsi.com (PCjr only)

When emulation of a PCjr is enabled, cartridges can be loaded with the BOOT command. Support is still limited.

IPX

 

You need to enable IPX networking in the configuration file of DOSBox.

 

All of the IPX networking is managed through the internal DOSBox program IPXNET. For help on the IPX networking from inside DOSBox, type "IPXNET HELP" (without quotes) and the program will list the commands and relevant documentation.

 

With regard to actually setting up a network, one system needs to be the server. To set this up, type "IPXNET STARTSERVER" (without the quotes) in a DOSBox session. The server DOSBox session will automatically add itself to the virtual IPX network. For every additional computer that should be part of the virtual IPX network, you'll need to type "IPXNET CONNECT <computer host name or IP>".
For example, if your server is at cromwellpsi.com, you would type "IPXNET CONNECT cromwellpsi.com" on every non-server system.

 

To play games that need Netbios a file named cromwellpsi.com from Novell is needed. Establish the IPX connection as explained above, then run "cromwellpsi.com".

 

The following is an IPXNET command reference:

 

IPXNET CONNECT

 

IPXNET CONNECT opens a connection to an IPX tunneling server running on another DOSBox session. The "address" parameter specifies the IP address or host name of the server computer. You can also specify the UDP port to use. By default IPXNET uses port - the assigned IANA port for IPX tunneling - for its connection.

 

The syntax for IPXNET CONNECT is:
IPXNET CONNECT address <port>

 

IPXNET DISCONNECT

 

IPXNET DISCONNECT closes the connection to the IPX tunneling server.

 

The syntax for IPXNET DISCONNECT is:
IPXNET DISCONNECT

 

IPXNET STARTSERVER

 

IPXNET STARTSERVER starts an IPX tunneling server on this DOSBox session. By default, the server will accept connections on UDP port , though this can be changed. Once the server is started, DOSBox will automatically start a client connection to the IPX tunneling server.

 

The syntax for IPXNET STARTSERVER is:
IPXNET STARTSERVER <port>

 

If the server is behind a router, UDP port <port> needs to be forwarded to that cromwellpsi.com Linux/Unix-based systems port numbers smaller than can only be used with root privileges. Use ports greater than on those systems.

 

IPXNET STOPSERVER

 

IPXNET STOPSERVER stops the IPX tunneling server running on this DOSBox session. Care should be taken to ensure that all other connections have terminated as well, since stopping the server may cause lockups on other machines that are still using the IPX tunneling server.

 

The syntax for IPXNET STOPSERVER is:
IPXNET STOPSERVER

 

IPXNET PING

 

IPXNET PING broadcasts a ping request through the IPX tunneled network.
In response, all other connected computers will respond to the ping
and report the time it took to receive and send the ping message.

 

The syntax for IPXNET PING is:
IPXNET PING

 

IPXNET STATUS

 

IPXNET STATUS reports the current state of this DOSBox session's IPX tunneling network. For a list of all computers connected to the network use the IPXNET PING command.

 

The syntax for IPXNET STATUS is:
IPXNET STATUS

KEYB [keyboardlayoutcode [codepage [codepagefile]]]

 

Change the keyboard layout. For detailed information about keyboard layouts please see Section 8: "Keyboard Layout"

 

[keyboardlayoutcode] is a string consisting of five or less characters, examples are PL (Polish typists) or PL (Polish programmers). It specifies the keyboard layout to be used.
The list of all layouts built into DOSBox is here:
cromwellpsi.com?t=

 

[codepage] is the number of the codepage to be used. The keyboard layout has to provide support for the specified codepage, otherwise the layout loading will fail. If no codepage is specified, an appropriate codepage for the requested layout is chosen automatically.

 

[codepagefile] can be used to load codepages that are yet not compiled into DOSBox. This is only needed when DOSBox does not find the codepage. If no codepagefile is specified, but you place all ten cromwellpsi.com files (from FreeDOS) in the DOSBox program folder, an appropriate codepagefile for the requested layout/codepage is chosen automatically.

 

Examples:

  1. To load the polish typist keys layout (automatically uses codepage ):
       keyb pl
  2. To load one of russian keyboard layouts with codepage
       keyb ru
    In order to type russian characters press ALT+RIGHT-SHIFT.
  3. To load one of french keyboard layouts with codepage (where the
    codepage is defined in cromwellpsi.com):
       keyb fr cromwellpsi.com
  4. To load codepage (without a keyboard layout):
       keyb none
    This can be used to change the codepage for the FreeDOS keyb2 utility.
  5. To display the current codepage and, if loaded, the keyboard layout:
       keyb

For more information use the /? command line switch with the programs.

 

 

================
5. Special Keys:
================

 

ALT-ENTERSwitch to full screen and back.
ALT-PAUSEPause emulation (hit ALT-PAUSE again to continue).
CTRL-F1Start the keymapper.
CTRL-F4Change between mounted floppy/CD images. Update directory cache for all drives.
CTRL-ALT-F5Start/Stop creating a movie of the screen. (avi video capturing)
CTRL-F5Save a screenshot. (PNG format)
CTRL-F6Start/Stop recording sound output to a wave file.
CTRL-ALT-F7Start/Stop recording of OPL commands. (DRO format)
CTRL-ALT-F8Start/Stop the recording of raw MIDI commands.
CTRL-F7Decrease frameskip.
CTRL-F8Increase frameskip.
CTRL-F9Kill DOSBox.
CTRL-F10Capture/Release the mouse.
CTRL-F11Slow down emulation (Decrease DOSBox Cycles).
CTRL-F12Speed up emulation (Increase DOSBox Cycles)*.
ALT-F12Unlock speed (turbo button/fast forward)**.
F11, ALT-F11(machine=cga) change tint in NTSC output modes***
F11(machine=hercules) cycle through amber, green, white colouring***

 

*NOTE: Once you increase your DOSBox cycles beyond your computer CPU resources, it will produce the same effect as slowing down the emulation. This maximum will vary from computer to computer.

 

**NOTE: You need free CPU resources for this (the more you have, the faster it goes), so it won't work at all with cycles=max or a too high amount of fixed cycles. You have to keep the keys pressed for it to work!

 

***NOTE: These keys won't work if you saved a mapper file earlier with a different machine type. So either reassign them or reset the mapper.

 

These are the default keybindings. They can be changed in the keymapper (see Section 7: KeyMapper).

 

In MAC OS you can try using cmd(applekey) together with Ctrl if the key doesn't work eg. cmd-ctrl-F1, but some keys may still need remapping (in Linux too).

 

Saved/recorded files can be found in:

(Windows) "Start/WinLogo Menu"->"All Programs"->DOSBox>Extras
(Linux) ~/.dosbox/capture
(MAC OS X) "~/Library/Preferences/capture"

This can be changed in the DOSBox configuration file.

 

 

====================
6. Joystick/Gamepad:
====================

 

The standard joystick port in DOS supports a maximum of 4 axes and 4 buttons. For more, different modifications of that configuration were used.

 

To force DOSBox to use a different type of emulated joystick/gamepad, the entry "joysticktype" in the [joystick] section of the DOSBox configuration file can be used.

 

none -disables controller support.
auto -

(default) autodetects whether you have one or two controllers connected:

if you have one - '4axis' setting is used,
if you have two - '2axis' setting is used.

2axis - If you have two controllers connected, each will emulate a joystick with 2 axes and 2 buttons. If you have only one controller connected, it will emulate a joystick with only 2 axis and 2 buttons.
4axis -supports only first controller, emulates a joystick with 4 axis and 4 buttons or a gamepad with 2axis and 6 buttons.
4axis_2 -supports only second controller.
fcs -supports only first controller, emulates ThrustMaster Flight Control System, with 3-axes, 4 buttons and 1 hat.
ch -supports only first controller, emulates CH Flightstick, with 4-axes, 6 buttons and 1 hat, but you cannot press more than one button at the same time.

You also have to configure controller properly inside the game.

 

It is important to remember that if you saved the mapperfile without joystick connected, or with a different joystick setting, your new setting will not work properly, or not work at all, until you reset DOSBox's mapperfile.

 

If controller is working properly outside DOSBox, but doesn't calibrate properly inside DOSBox, try different 'timed' setting in DOSBox's configuration file.

 

 

=============
7. KeyMapper:
=============

 

You start the DOSBox mapper either with CTRL-F1 (see section 5. Special Keys) or -startmapper (see Section 3. Command Line Parameters). You are presented with a virtual keyboard and a virtual joystick.

 

These virtual devices correspond to the keys and events DOSBox will report to the DOS applications. If you click on a button with your mouse, you can see in the lower left corner with which event it is associated (EVENT) and to what events it is currently bound.

 

Event: EVENT BIND: BIND (the real key/button/axis you push with your finger/hand) Add Del mod1 hold Next mod2 mod3

EVENT

The key or joystick axis/button/hat DOSBox will report to DOS applications. (the event that will happen during the game, (eg. shooting/jumping/walking)

 


BIND

The key on your real keyboard or the axis/button/hat on your real joystick(s) (as reported by SDL), which is connected to the EVENT.


mod1,2,3

Modifiers. These are keys you need to have to be pressed while pressing BIND. mod1 = CTRL and mod2 = ALT. These are generally only used when you want to change the special keys of DOSBox.

 

Add

Add a new BIND to this EVENT. Basically add a key from your keyboard or an event from the joystick (button press, axis/hat movement) which will produce the EVENT in DOSBox.

 


Del

Delete the BIND to this EVENT. If an EVENT has no BINDS, then it is not possible to trigger this event in DOSBox (that is there's no way to type the key or use the respective action of the joystick).


Next

Go through the list of bindings which map to this EVENT.

 

Example:

Q1. You want to have the X on your keyboard to type a Z in DOSBox.

A. Click on the Z on the keyboard mapper. Click "Add". Now press the X key on your keyboard.

Q2. If you click "Next" a couple of times, you will notice that the Z on your keyboard also produces an Z in DOSBox.

A. Therefore select the Z again, and click "Next" until you have the Z on
your keyboard. Now click "Del".

Q3. If you try it out in DOSBox, you will notice that pressing X makes ZX appear.

A. The X on your keyboard is still mapped to the X as well! Click on the X in the keyboard mapper and search with "Next" until you find the mapped key X. Click "Del".

 

Examples about remapping the joystick:

You have a joystick attached, it is working fine under DOSBox and you want to play some keyboard-only game with the joystick (it is assumed that the game is controlled by the arrows on the keyboard):

  1. Start the mapper, then click on one of the left keyboard arrow. EVENT should be key_left. Now click on Add and move your joystick in the respective direction, this should add an event to the BIND.
  2. Repeat the above for the missing three directions, additionally the buttons of the joystick can be remapped as well (fire/jump).
  3. Click on Save, then on Exit and test it with some game.

You want to swap the y-axis of the joystick because some flightsim uses the up/down joystick movement in a way you don't like, and it is not configurable in the game itself:

  1. Start the mapper and click on Y- in the first joystick field. EVENT should be jaxis_0_
  2. Click on Del to remove the current binding, then click Add and move your joystick downwards. A new bind should be created.
  3. Repeat this for Y+, save the layout and finally test it with some game.

If you want to remap anything to your d-pad/hat you will have to change 'joysticktype=auto' to 'joysticktype=fcs' in configuration file. Maybe this will be improved in the next dosbox version.

 

If you change the default mapping, you can save your changes by clicking on "Save". DOSBox will save the mapping to a location specified in the configuration file (the mapperfile= entry). At startup, DOSBox will load your mapperfile, if it is present in the DOSBox configuration file.

 

 

===================
8. Keyboard Layout:
===================

 

To switch to a different keyboard layout, either the entry "keyboardlayout" in the [dos] section of the DOSBox configuration file can be used, or the internal DOSBox program cromwellpsi.com (Section 4: Internal Programs) Both accept DOS conforming language codes (see below), but only by using cromwellpsi.com a custom codepage can be specified.

 

The default keyboardlayout=auto currently works under windows only. The language is chosen according to the OS language, but the keyboard layout is not detected.

 

Layout switching

DOSBox supports a number of keyboard layouts and codepages by default, in this case just the layout identifier needs to be specified (like keyboardlayout=PL in the DOSBox configuration file, or using "keyb PL" at the DOSBox command prompt). The list of all layouts built into DOSBox is here: cromwellpsi.com?t=

 

Some keyboard layouts (for example layout GK codepage and layout RU codepage ) have support for dual layouts that can be accessed by pressing LeftALT+RrightSHIFT for one layout and LeftALT+LeftSHIFT for the other. Some keyboard layouts (for example layout LT codepage ) have support for three layouts, third can be accessed by pressing LeftALT+LeftCTRL

 

Supported external files

The FreeDOS .kl files are supported (FreeDOS keyb2 keyboard layoutfiles) as well as the FreeDOS cromwellpsi.com libraries which consist of all available .kl files. See cromwellpsi.com for precompiled keyboard layouts if the DOSBox-integrated layouts don't work for some reason, or if updated or new layouts become available.

 

Both .CPI (MS-DOS and compatible codepage files) and .CPX (FreeDOS UPX-compressed codepage files) can be used. Some codepages are compiled into DOSBox, so it is mostly not needed to care about external codepage files. If you need a different (or custom) codepage file, copy it into the directory of the DOSBox so it is accessible for DOSBox. If you place all ten cromwellpsi.com files (from FreeDOS) in DOSBox folder, an appropriate codepagefile for the requested layout/codepage is chosen automatically.

 

Additional layouts can be added by copying the corresponding .kl file into the directory of the DOSBox configuration file and using the first part of the filename as language code.


Example: For the file cromwellpsi.com (keyboard layout for Uzbekistan) specify "keyboardlayout=uz" in the DOSBox configuration file.
The integration of keyboard layout packages (like cromwellpsi.com) works similar.

 

Note that the keyboard layout allows foreign characters to be entered, but there is NO support for them in filenames. Try to avoid them both inside DOSBox as well as in files on your host operating system that are accessible by DOSBox.

 

 

==============================
9. Serial Multiplayer feature:
==============================

 

DOSBox can emulate a serial nullmodem cable over network and internet. It can be configured through the [serialports] section in the DOSBox configuration file.

 

To create a nullmodem connection, one side needs to act as the server and one as the client.

 

The server needs to be set up in the DOSBox configuration file like this:

serial1=nullmodem

 

The client:

serial1=nullmodem server:<IP or name of the server>

 

Now start your game and choose nullmodem / serial cable / already connected as multiplayer method on COM1. Set the same baudrate on both computers.

 

Furthermore, additional parameters can be specified to control the behavior of the nullmodem connection. These are all parameters:

 

* port:-TCP port number. Default: 23
* rxdelay:-how long (milliseconds) to delay received data if the interface is not ready. Increase this value if you encounter overrun errors in the DOSBox Status Window. Default:
* txdelay:-how long to gather data before sending a packet. Default: 12 (reduces Network overhead)
* server:-This nullmodem will be a client connecting to the specified server. (No server argument: be a server.)
* transparent:1-Only send the serial data, no RTS/DTR handshake. Use this when connecting to anything other than a nullmodem.
* telnet:1-Interpret Telnet data from the remote site. Automatically sets transparent.
* usedtr:1-The connection will not be established until DTR is switched on by the DOS program. Useful for modem terminals. Automatically sets transparent.
* inhsocket:1-Use a socket passed to DOSBox by command line. Automatically sets transparent. (Socket Inheritance: It is used for playing old DOS door games on new BBS software.)

 

Example: Be a server listening on TCP port
serial1=nullmodem server:<IP or name of the server> port rxdelay

 

 

=====================================
How to speed up/slow down DOSBox:
=====================================

 

DOSBox emulates the CPU, the sound and graphic cards, and other peripherals of a PC, all at the same time. The speed of an emulated DOS application depends on how many instructions can be emulated, which is adjustable (number of cycles).

 

CPU Cycles (speed up/slow down)

By default (cycles=auto) DOSBox tries to detect whether a game needs to be run with as many instructions emulated per time interval as possible (cycles=max, sometimes this results in game working too fast or unstable), or whether to use fixed amount of cycles (cycles=, sometimes this results in game working too slow or too fast). But you can always manually force a different setting in the DOSBox's configuration file.

 

You can force the slow or fast behavior by setting a fixed amount of cycles in the DOSBox's configuration file. If you for example set cycles=, then DOSBox window will display a line "Cpu Speed: fixed cycles" at the top. In this mode you can reduce the amount of cycles even more by hitting CTRL-F11 (you can go as low as you want) or raise it by hitting CTRL-F12 as much as you want, but you will be limited by the power of one core of your computer's CPU. You can see how much free time your real CPU's cores have by looking at the Task Manager in Windows /XP/Vista/7 and the System Monitor in Windows 95/98/ME. Once % of the power of your computer's real CPU's one core is used, there is no further way to speed up DOSBox (it will actually start to slow down), unless you reduce the load generated by the non-CPU parts of DOSBox. DOSBox can use only one core of your CPU, so If you have for example a CPU with 4 cores, DOSBox will not be able to use the power of three other cores.

 

You can also force the fast behavior by setting cycles=max in the DOSBox configuration file. The DOSBox window will display a line "Cpu Speed: max % cycles" at the top then. This time you won't have to care how much free time your real CPU's cores have, because DOSBox will always use % of your real CPU's one core. In this mode you can reduce the amount of your real CPU's core usage by CTRL-F11 or raise it with CTRL-F

 

CPU Core (speed up)

On x86 architectures you can try to force the usage of a dynamically recompiling core (set core=dynamic in the DOSBox configuration file). This usually gives better results if the auto detection (core=auto) fails. It is best accompanied by cycles=max. But you may also try using it with high amounts of cycles (for example or more). Note that there might be games that work worse/crash with the dynamic core (so save your game often), or do not work at all!

 

Graphics emulation (speed up)

VGA emulation is a demanding part of DOSBox in terms of actual CPU usage. Increase the number of frames skipped (in increments of one) by pressing CTRL-F8. Your CPU usage should decrease when using a fixed cycle setting, and you will be able to increase cycles with CTRL-F You can repeat this until the game runs fast enough for you. Please note that this is a trade-off: you lose in fluidity of video what you gain in speed.

 

Sound emulation (speed up)

You can also try to disable the sound through the setup utility of the game to reduce load on your CPU further. Setting nosound=true in DOSBox's configuration does NOT disable the emulation of sound devices, just the output of sound will be disabled.

 

Also try to close every program but DOSBox to reserve as much resources as possible for DOSBox.

 

Advanced cycles configuration:

The cycles=auto and cycles=max settings can be parameterized to have different startup defaults. The syntax is

cycles=auto ["realmode default"] ["protected mode default"%] [limit "cycle limit"]
cycles=max ["protected mode default"%] [limit "cycle limit"]

Example:

cycles=auto 80% limit
will use cycles= for real mode games, 80% CPU throttling for protected mode games along with a hard cycle limit of

 

 

====================
Troubleshooting:
====================

 

General tip:

Check messages in DOSBox Status Window. See section "DOSBox Status Window"

 

DOSBox crashes right after starting it:

  • use different values for the output= entry in your DOSBox configuration file
  • try to update your graphics card driver and DirectX
  • (Linux) set the environment variable SDL_AUDIODRIVER to alsa or oss.

Running a certain game closes DOSBox, crashes with some message or hangs:

  • see if it works with a default DOSBox installation (unmodified configuration file) try it with sound disabled (use the sound configuration program that comes with the game, additionally you can set sbtype=none and gus=false in the DOSBox configuration file)
  • change some entries of the DOSBox configuration file, especially try:
       core=normal
       fixed cycles (for example cycles=)
       ems=false
       xms=false
    or combinations of the above settings, similar the machine settings that control the emulated chipset and functionality:
       machine=vesa_nolfb
    or
       machine=vgaonly
  • use loadfix before starting the game

The game exits to the DOSBox prompt with some error message:

  • read the error message closely and try to locate the error
  • try the hints at the above sections
  • mount differently as some games are picky about the locations, for example if you used "mount d d:\oldgames\game" try "mount c d:\oldgames\game" and "mount c d:\oldgames"
  • if the game requires a CD-ROM be sure you used "-t cdrom" when mounting and try different additional parameters (the ioctl, usecd and label switches, see the appropriate section)
  • check the file permissions of the game files (remove read-only attributes, add write permissions etc.)
  • try reinstalling the game within DOSBox

 

=========================
DOSBox Status Window:
=========================

 

DOSBox's Staus window contains many useful information about your currant configuration, your actions in DOSBox, errors that happened and more. Whenever you have any problem with DOSBox check these messages.

 

To start DOSBox Status Window:

(Windows) Status Window is being started together with main DOSBox window.
(Linux) You may have to start DOSBox from a console to see Status Window.
(MAC OS X) Right click on cromwellpsi.com, choose "Show Package Contents"->enter "Contents"->enter "MacOS"->run "DOSBox"

 

 

=====================================
The configuration (options) file:
=====================================

The configuration file is automatically created the first time you run DOSBox. The file can be found in:

(Windows) "Start/WinLogo Menu"->"All Programs"->DOSBox>Options

(Linux) ~/.dosbox/dosboxconf

(MAC OS X) "~/Library/Preferences/DOSBox Preferences"

The file is divided into several sections. Each section starts with a [section name] line. The settings are the property=value lines where value can be altered to customize DOSBox.
# and % indicate comment-lines.

 

An extra configuration file can be generated by cromwellpsi.com, which can be found on the internal DOSBox Z: drive when you start up DOSBox. Look in the Section 4: "Internal programs" for usage of cromwellpsi.com You can start DOSBox with the -conf switch to load the generated file and use its settings.

 

DOSBox will load configuration files that are specified with -conf. If none were specified, it will try to load "cromwellpsi.com" from the local directory. If there is none, DOSBox will load the user configuration file. This file will be created if it doesn't exist.

 

Important!: In Windows Vista/7 the configuration file won't work correctly if it is located in "Windows" or "Program Files" folder or their subfolders, or directly on c:\, so the best place for storing extra configuration files is for example: C:\oldgames

 

 

======================
The Language File:
======================

A language file can be generated by cromwellpsi.com, which can be found on the internal DOSBox Z: drive when you start up DOSBox. Look in the Section 4: "Internal programs" for usage of cromwellpsi.com
Read the language file, and you will hopefully understand how to change it. Start DOSBox with the -lang switch to use your new language file. Alternatively, you can setup the filename in the configuration file in the [dosbox] section. There's a language= entry that can be changed with the filelocation.

 

 

========================================
Building your own version of DOSBox:
========================================

Download the source.
Check the INSTALL in the source distribution.

 

 

===================
Special thanks:
===================

 

See the THANKS file.

 

 

============
Contact:
============

 

See the site:
cromwellpsi.com
for an email address (The Crew-page).

 

Источник: [cromwellpsi.com]
, Z Button v0.1 uNLOCK cODE serial key or number

A-z puzzle Maker 0 : Key: A1-Image screensaver 0 : s/n: B5K7ij49p2

Word Quiz v : Name:Nobody[UCF] s/n:

Word Report Builder v : First Name: El Last Name: Barto Company: VERSUS Code:


WordScan Plus v from Calera for Windows: s/n: BB or s/n: BB or s/n: BB or s/n: AA
WordScan Plus v from Calera for Windows: s/n: HP or s/n: HP or s/n: HP
WordScan Plus v from Calera for Windows(95): s/n: BB
Wordscan v for Windows : BB
WordSearch v : s/n: WORDKUO
Word Sniffer : On The "Search For" Line Paste This To Register: #VC0-EU0B34#
WordStar : s/n:
Wordstar professional v :
WordStar Professional v for Dos : s/n: or s/n: or s/n:
WordStar v for Windows : s/n:
WordStar v for Windows : s/n: AIBAOZD Batch:
WordStat v : Code: TB7
Word Strike v : Click "change diffuculty" button and enter: Code:
WordZap v : Name: SavaGe [PC] Code:
WordZap v : Name: (Anything) Code: 99
Wordzap v : Name: warp Code:
WordZap v : Name: Arfa [PCY] Code:
Worgan 2nd Edition v : s/n:
WorkgroupMail v : Code: dX>sa3A4Xx9 Workgroup: MFD Corp.
WorkStation Lock v : single license: multi-site:
Work Station Lock v : single license: Site Licence:
Workstation Lock v : s/n:
Workstation Lock v : Single License: Site License:
World Flag Clock : Name: Steve Hsu s/n: 7p4Oh35G1v
World Flag Clock v : Name: (Anything) s/n: gB58ej
Worldgroup Professional BBS Software : Code: 97EPEWCYF
Worldgroup Server v for WinNT : First Password: WG31ASUP Second Password: c8
Worldgroup BBS Server v : RegCode: AuthCode: JP6D2-AYCZ8YE-Z4WZTP8H
Wordlearn v : Name: Lukundoo [HPA] s/n:
WorldMaker Venture Edition v : s/n:
WorldMaker v Pro : Key: OVR
WorldStart Intellicall v : s/n: a1s
WorldTimer v : Name: CORE CMT s/n:
WorldTime Tray v : Code:
WorldTime Tray v : Code:
World Up v : Execute Setup and use this serial at the start: . Then, after installation, execute the License Manager and enter the following number as code: 1ea7
World View for Developers v : Name: Black Thorne Company: Phrozen Crew Code:
WOW Horoscope Interpreter v : Name: Rebels s/n:
WPC Sign-In / Sign-Out Deamon : Company: BLiZZARD Users: s/n: 7e95
WPlay MP3 Player v WIN95NT : Code: B9D
WPlay v Final : Code: KAGIBAADBB
WPlay v beta 2 : Code: KAGI-AD32AEAB8E
WPlay v Beta 4 : Code: KAGIAF3CAA6D42B4E
WPlay v : Code: KAGIE17DCC0B0
WPRINTER va : Name: tHATDUDE Reg: HUU
WPS Security v for OS/2 : s/n: A10C
Wright Design v : s/n: 3deac8b8
Write It Once v : s/n:
WSetPass v for Windows : Name: TwinHead ! company: United Cracking Force s/n: 6DDFBA
WSHA4 :
WSKA HTML WWWriter vf : Name: tHATDUDE Reg: ]J60d
WSTBar : s/n: (semicolon)E1#Shdufh3
WS_FTP Pro Development Kit v : s/n: WFD
WS_FTP Pro v : s/n: WF
WSPE V Win95/NT : Code: oliveoil
WstBar : s/n: E1#Shdufh3
Wusage for Windows 95/NT : RegKey: LGBOGACA
WW1C30 : INTRNT
WxGrep V : Name: SiraX/[DNG98] s/n: cromwellpsi.com4I
Weenie - Bang 1/2 : User Name: Compu Terror Company Name: (Anything you Like)

Weenie - Bang 2/2 : Expiry Date: (Leave Blank) Registration Key: 0NWA97HQVVTFU0RZEB1A

Weenie - Bang 1/2 (2) : Name: Roman Ivanov Company Name : (Anything you Like)

Weenie - Bang 2/2 (2) : Expiry Date : (Leave Blank) s/n: 0KD7D3BE4Q04CYC7P1RM

Weenie - Bullets 1/2 : User Name: Roman Ivanov Company Name: (Anything you Like)

Weenie - Bullets 2/2 : Expiry Date : (Leave Blank) s/n: 0FEQCZZHVYHMPW0T19UW

Weenie - Critters 1/2 : User Name: Compu Terror Company Name: (Anything uou Like)

Weenie - Critters 2/2 : Expiry Date: (Leave Blank) Registration Key: 0PUUT71UCQFT9W7J

Weenie - Spinners 1/2 : User Name: Compu Terror Company Name: (Anything you Like)

Weenie - Spinners 2/2 : Expiry Date: (Leave Blank) Registration Key: 0R2CQPZ16J2F1VMKCT8T

Weenie - Spinners 1/2 (2) : User Name: Roman Ivanov Company Name : (Anything you Like)

Weenie - Spinners 2/2 (2) : Expiry Date : (Leave Blank) s/n: 0E0XP0DRCBR67JMHT9TJ

Weenie - Weird Faces 1/2 : User Name: Compu Terror Company Name: (Anything you Like)

Weenie - Weird Faces 2/2 : Expiry Date: (Leave Blank) Registration Key: 0NYB0Z6LDX1TW8MJE68J

Weenie - Wierd Faces 1/2 (2) : User Name: Roman Ivanov Company Name : (Anything you Like)

X
x-CAST4 Network Broadcast System : s/n:


X-FileGet v : Name: SpriteX Company: SpriteX98 Code: R1
X-Forum3 v : s/n: ESC-SS
X-Forum4 25 users v : s/n: ESC-SS
X-Men screensaver for Windows : AD
X-NetStat v : Name: SavaGe [PC] s/n: JCVJS-DISNKYY8-OC9Z9
X-Tra Drive : s/n: AABDA
X-Wolf : Name: (Anything) s/n: XW
Xairon v : Name: B0SS [GWA] Code: XAKVWOMKO
XAN ISDN v : Name: Jack Kinch [UCF] s/n:
Xara 3D Version : s/n: prsXXXX1XXXz (Change "X" to any charactor)
Xara Webster v : s/n: PRWGGVA
Xara Webstyle v : s/n: VVRSUF
XarGon : s/n: EH
Xarion v : Name: B0SS [GWA] Code: XAKVWOMKO
Xairon v : Name: B0SS [GWA] Code: XAKVWOMKO
XBuilder v : s/n: JLHJJL19HI2K7JMH3JM19HI6K1I5KLJM1JHI2HL
XBuilder v : s/n:
XCavate v : Name: Dean Graven Code:
XCavate va : Name: Dean Graven Code:
Xceed Absolute Packager v : s/n: FEFAA
XCell V : Code:
XCell v : s/n:
XCell V : s/n:
XDiz ve : name: SoNiC (R) [UCF] s/n:
XDiz ve : name: Bonejacker #1 s/n:
Xedit Pro v : s/n:
Xenofex v : s/n: JKGDDBEEKLCH
Xenofex v : s/n: LDJGKABPBDIJ
Xerox text bridge pro 98 : s/n: cc
XFERPRO 32 v : name: TRACY s/n:
XG-Gold vb : Name: x9Y6Z3y2ThomasFallon Code: Y7z
XGedit95 V : Name: justarius of dsi s/n: 0EF
XingCD: MPEGcompression v : s/n: XCD
XiT +v for OS/2 : s/n: CUY or s/n: CUY or s/n: RUY or s/n: RUY or s/n: RUY name: FireHawk / UCF
XML Pro v : Name: John G MacDonald Code: AE
X Onnet : s/n: c3-a
XReminder v : s/n: GAF-YXv-skO-rRD-JsK
XPlotter v : Name: aerosmith s/n:
XpertRule KBS v : Password: F26Anm5ZQthj s/n: C80EF3E name: Wayward
Xpire Plus : Name: Registered User s/n:
XPlotter v : Name: (Anything) s/n:
xReminder v : s/n: GAB-ero-WcI-Gnn-IIo
xReminder v : s/n: WIN-ELQ-PSD-IRV-YBL
XTheme Manager v : s/n: accz Unlock: DCDF or s/n: Accz Of BLiZZARD Unlock: D24EF0F42F47BDAA75ADE
XTrack Professional v : s/n:
Xtree Gold v for Windows : s/n: X
Xtree Pro v : s/n:
Xtree Tools v for Netware : s/n: T
Xtree v for Windows : s/n: X
XtreeNet v for Windows : s/n: N
XtreeNet v for Windows : s/n: N
XvT Game Builder : name: dv - blizzard code:
XWare Xvision v for Windows : s/n: D key: F03DA00
Y

Y2K Clock v : s/n: K


Y2kSoftScan v : Name: Lyne M. Esler Key:
YahtC v2 7 Dice Game Bit : Name: SiraX/[DNG] Code: VCS,*
Yamaha Soft Synthesizer S-YG50 : s/n: G5AAS3NC
Yamaha Visual Arranger for Windows 95 : s/n: 11wae
YanKees and RedNecks : Name: The GuaRDiaN aNGeL bbs: G.!.$ s/n:
Yaps v : Name: Nobody[uCF] s/n:
YATL v : Name: aerosmith s/n:
YATS 32 : Name: Saltine [PC] s/n: M8L6BPKK8BBUNNDD26NPDDJAN
YATS 32 : Name: Saltine [PC] s/n: NTBET7ZHC4YZH8QGX7A22 (set your system date to May 2, )
YATS 32 Win95 : Name: TheForceTeam s/n: NKXJ35LC8NJSJA2A8C4VRD44Y
YATS 32 v : s/n: WCXLEN5SKXAVFTJZ
YATS 32 v : s/n: WCXLEN5SKXAVFTJZ
YATS 32 v : Name: LordFritz s/n: NK7WMXDNL8MFB
YATS 32 v : Name: BaRT SiMPSoN s/n: YLRTUDXZW9U9M
Yatzy for Win95 v : Name: Gorgeous Ladies Of Warez Code: bN-KiGD-ka`l
YavCAT v : Name: SiraX/CORE Code: 6aefaddb
Yeah Write Win95 v : name: Thomas Nowak RegNum: NS
Yeah Right v for Windows : Name: Chris Gipson Regnum: AM
Yeah Right v for Windows95/NT : Name: Chris Gipson Regnum: AM
Yeah Write! : Name: Esquire 98 s/n: QV
Yeah Write v : Name: Thomas Nowak s/n: NS
Year Now : s/n: UUBK
Year Risk manager system : Make sure your system date is 06/21/98 before install. Name: The Viper Rulez Company: DOD - PsT s/n: F3ED ODA2 5HT7 CVD3
Yellow Sticky v : Name: BaRT SiMPSoN s/n:
Yellow Times v : RegKey: Pascal Dusapin Name: (Anything)
Yonc v : s/n: D
Your BasicTab ActiveX : Name: PNC Org: PNC s/n: PNC
YourTris v for Windows 95/98/NT : Name: KAC s/n:
Yousefulvbeta for Delphi 2 & 3 and C++ Builder: s/n: tameshiban
Youseful v : Code: ohayoo
Z
Z-Desk v : Name: Registered/eKH Password: Tb0T97RF
Z Archive v : Name: iCEMAN [uCF] s/n: Z
Z Button v : UNLOCK Code: "more buttons"
Z Mail v for Linux : Local Activation Key: a0f08ee53cda
ZMail Vb2 Linux : be37faefaf1c
ZMail vb2 AIX/4 : be37faefaf1c
ZMail Vb2 Solaris : be37faefaf1c
ZMail Vb2 SunOS4 : be37faefaf1c
ZMail Vb2 Unix : be37faefaf1c
ZanNet beta2 : First Name: Free Last Name: Use s/n:
ZanNet v Build : s/n: ZN10A
ZanNet v : s/n: ZN10A
Zap-It Workstation v : s/n:
Zap-It WorkStation v : s/n:
ZappyLock v : Key: Email: DEMiSE98@cromwellpsi.com
ZenList v : Name: tHATDUDE! Reg: DIVXWMSBOBTULQEZB
Zeno Graphics Superprint v : s/n:
ZetaMail v : Name: PREMiERE s/n:
Zilch vd : Name: MisterE Znum: iNSiDE s/n: fRaQPupJ
Zi Mail V : Email: SwP@cromwellpsi.com RegID:
Zins v : First Name: draXXter Last Name: Faith Code: 5
ZIP-n-GO v : s/n: Z
Zip-n-Go v : Key: 0 Name: n03l
ZinsMath vb : Password: Elbflorenz
Zip95 v by Media Comm Win95 : s/n: Z
ZIP98 V : Name: blizzard Company: blizzard Code: 36AGC3
Zip98 v WinNT : Name: Team PGC Password: 36AGC3
ZIP98Plus v : s/n: 44AGC3
ZIP98 v : s/n: 36AGC3
ZIP98Plus v : Name: RyDeR_H00k! s/n: F
Zip Advisor V Win95/NT : Code:
Zip Assistant v : Code: ORACLE32 s/n: CD47
ZipAutomator v : Password: CORE/JES
Zip Automator vd : s/n: REG
Zip Backup v : s/n:
Zip Backup v : s/n:
Zip Bak v : Name: Lx SilentChaos s/n:
ZIP Brand Fast! v+2 : Name: TwinHead_[uCF]_!96 s/n: zbab81d1d0-db
ZipCat Pro vv11 : Name: Registered s/n:
ZipCat Pro Win95/NT : s/n: FZ3-F6J
ZipCat Pro Win95/NT : s/n: FZ3-F6J
ZipCat PRO v Win95/NT : s/n: FZ3-F6J
Zipcat Pro v : s/n: BZY-4ZT
Zipcat Pro v : s/n: FZ3-F6J
Zip Clean v : Reg: TRPS98 Code:
Zip Code Book v Win95 : s/n:
Zip Code Book v : s/n:
Zip Code Book v : s/n:
Zip Code Pro 99 ActiveX v : Name: Ringer Password: ZCP
ZipControl v by RPF OS/2 : Name: (Anything) s/n:
ZipExplorer Pro 98 v : Name: SiraX/CORE s/n: d0
Zip It v for Windows 95 : s/n:
Zip It vb3 Win95/NT : Extraction password: Philea8 s/n: (Anything) Note: When prompted, choose to "Install without a serial number"
Zip Label Printer Pro : Name: (Anything) s/n:
Zip Page : Name: Killing Joke s/n:
Zip Security Envelope Maker v : s/n:
Zipchunker PRO v (2) : s/n: ZCP Name: Gary D. [UCF]
ZipChunker Pro v for Dos : s/n: ZCP Name: Steve Voss or s/n: ZCP Name: GaRY D. [UCF]
ZIPCOMM v for Windows : s/n: MPU
Zip Explorer Pro v for Win : Name: ODIN 97 s/n:
Zip Explorer Pro 98 v : Name: juss s/n:
ZipMany v : Name: (Anything) s/n:
Zip-n-Go : Z
Zip-n-Go : s/n: RS75IA
Zip Office v : Key: NSL V BIBFAG
Zip Office 98 v : Press Ctrl+Alt+R and enter: Key: VPLH-CGCFIB
Zip Pro : Name: jake cwc s/n: ccd
Zip Search v : s/n:
ZipStream v OS/2 : #1: 13 #2: or #1: #2: or #1: #2:
ZipTest32 v : Name: TRPS 98 Code:
ZipTest32 v : Name: TRPS'98 Code:
ZipTool v : Name: TwinHead [TWH/BDC] s/n:
ZipTV v : Code: I
ZipTV for C++ Builder v : Name: Desync Crackers Reg:
ZipWork : Name: jake cwc s/n: ,*,P
ZipWorks v Win95 : Name: blastsoft s/n: ,*,P
ZipZap v : s/n:

ZLock 97 :


Zlog v : Name: sickboy of blizzard User: xxxx s/n:
ZMover v : Code:
ZMover v : s/n:
Zmud : Name: TRPS98 s/n:
zMUD vb : Name: ABC s/n:
Zmud v : Name: ACRYSTAL s/n:
Zoc v1.??-v 1/2 : (push "shift-ctrl-alt-F9") alias s/n: / Code s/n: // validation s/n:
ZoC v1.??-v for OS/2 : (push "shift-ctrl-alt-F9" to register) alias s/n: / Code s/n: // validation s/n:
ZoC v?-vb for OS/2 : (push "shift-ctrl-alt-F5" to register) part A s/n: // part B s/n:
Zoc v for OS/2 : (push "shift-ctrl-alt-F5") part A s/n: // part B s/n:
ZoC vv for OS/2 : (push "shift-ctrl-alt-F5" to register) part A s/n: // part B s/n:
ZoC vv for OS/2 : (push "shift-ctrl-alt-F9" to register) alias s/n: / Code s/n: // validation s/n:
ZOC bit : Run Zoc and hold down shift-ctrl-alt-F9 and choose part a/b part a: // part b:
ZOC v : Press Ctrl-Shift-Alt and F9 at the same time and then enter: A: // B:
ZOC v : Press Ctrl-Shift-Alt and F9 at the same time and then enter: A: // B:
Zoom+ v : s/n:
Zoomlens v : Name: Ringer Code: JAG
ZTreeWin v Win95 : d4
ZTreeWin v : s/n: A8BE7D4
ZTreeWin va : s/n: A8BE7D4
ZVET v : Name: Mad Jester Code

Yunasoft MP3-Encoder v : Email: UCF@cromwellpsi.com s/n: EDs6@5E3ARhHfmwL6mzMG8JFIQKT1iMFh


0 – 9


Killer Internet Marketing Tacticts v : Name: HuNTerFoRCe [C4A] Code: NRKXGBCMBHRF

New Year Slots v : s/n:

SuperPairs : s/n:

All HTML editor v : Name: dumbo RegKey:

Fractal Calender : Code:

1 Animation Builder v : s/n: () Key: ()

1 Cool Button Tool v : s/n:

1 Cool Button Tool v : s/n: Mister Nightmare RegNum:

1-Step Audio Publisher v : Name: Bisoux s/n: jgj 0m2lib2 (That's 2 spaces in the serial)

1st Account v : First, change your system to May 24, Now Execute the Program and Enter Any Name. Click "File"/"Feature-Enabling" and enter: Password: VIOLIN

1st Choice Browse 98 v : Code: s/n:

1st Choice Browse v : Name: REKiEM / PCY '99 Email: rekiem@cromwellpsi.com Reg: s/n:

1st Choice FTP Pro v : Name: REKiEM / PCY '99 Email: rekiem@cromwellpsi.com Reg: s/n:

1stClass v Pre Release 1 : Password: 1STCLASS2B

1st Note v : Name: Tony Spagnolo Company: Darkage Inc. s/n:

1stNote v : Name: paulux Company: LAXiTY Key:

1stSource v : Name: Linda E. Mitchell Code:

1st There v : Name: John Holmes Key:

21Dic : s/n: 21D5TS-FXyH

21 Run Game Suite v : s/n:

21 Run Game Suite v : s/n:

21st Century Lawyer v : Firm Name: coto Password: clcs

24x7 Scheduler v : s/n:

25 Number Game v : s/n:

2 Circuits v : s/n:

2 Circuits v : s/n:

2 Clear? : s/n:

2 Hooked v : Code:

2 Power v : s/n: POWR

2ServerService v : Password: intpacksho98

Spinball v : s/n:

Ultimate Spinball : s/n:

3 Card Rummy Drop v : Name: Warp Code:

3D Active MultiMedia Button ActiveX v : s/n: SDNGCORE

3D Audio va : Name: JaZzMaStR Key: abebaf5ac

3D Ball of Defiance : s/n:

3D Blackjack and Trainer v : s/n:

3D BlackJack Trainer v : s/n:

3D BlackJack Trainer v : s/n:

3D Bloobs v : Code:

3D Business Graphics Server PRO v : Code: E-F8-DAEB

3D Calender 32bit v : Name: Fully Licensed User Reg: EC7F

3D Calendar v : Name: Delphic Code: F9C08FC7

3D Calendar v : License: CORE CMT Code: 3F3B

3D Christmas Slots v : Code:

3D Field v : Name: (Anything) s/n:

3D Field v : s/n:

3d Field v : Name: manife s/n:

3d Field v : Name: Decline [BREAKPOiNT] s/n:

3DField v : s/n:

3D FTP v : Code: 3D-AE9-NL2Q72

3D FTP v : Code: 3D-AE9-NL2Q72

3D FTP v : Code: 3D-AE9-NL2Q72

3D FTP v : Code: 3D-AE9-NL2Q72

3DFX Video Renderer v : s/n:

3D GraphSaver v : Name: Azrael Code:

3D ImageCube v : Name: Goz Company: F4CG Code:

3D Magic : s/n:

3DMark 99 : Name: MFD Corp. Code: 6MGBS-NDEPT-PAHVD

3D Mark 99 Pro : Name: LordFritz Code: 9XVJ5-LRRU8-KMD97

3D Mark 99 Build : Name: dragon Code: TTB6G-ANSMJ-8RD8Z

3DMark 99 MAX Pro : Name: BaMa/MANiFEST Code: FCPA3-RRL8K-PXBXK

3DMark Pro : Name: Cyberloner Code: EPS0V-CU66F-DV-HUWX5

3DMark : Name: fallen Code: 5P6BY-JRUXF-SSHDR

3DMark Pro : Name: Your name Code: U03C

3D PopArt v & 3D Words v : 3D PopArt s/n: SVWMZH 3D Words s/n: YVRNJABN

3D Rad v : Name: Kathy Lee s/n:

3D Rad v : Name: Kathy Lee s/n:

3D Rad v : Name: Kathy Lee s/n:

3D Rad v : Name: Kathy Lee s/n:

3D RAD v : Name: Kathy Lee s/n:

3D Special Effects v : Name: ACi'98 s/n: zxt

3D Spinball : s/n:

3D Spinball v : s/n:

3DS Max VIZ Standalone : s/n: AuthCode: febd

3D Stereo Image Factory v : Name/Company: TEAM CREATiON Key:

3D Studio Max 2 : s/n: Key: V13M

3D Studio Max : s/n: Key: V13M

3D Studio Viz R2 : s/n: CD-Key: V13M Then run cromwellpsi.com and enter: ID: Code: d

3Dt v : s/n: nic1

3D UZ v : Name: DSi TEAM s/n:

3D View v SP2 : Name: SimpsonINC s/n:

3D Virtual Reality ActiveX v : Password: DELPHICFCN-IN

3Mouse v for Win95/NT : Single user: Name: KAC s/n: 10 users: Name KAC s/n: Company License: Name: KAC s/n:

3 Peak Space Cards v : s/n:

3S v : s/n:

32 Card Bridge v : Name: gozzan Key :

4D Compiler v : Fill out the Electronic Registration card with anything. On screen 4 of 5 enter: s/n: TOUGFLKJG License: (Anything)

4DiskClean v : Name/Company: JUSS [TEX] s/n:

4D ODBC Drivers v : Fill out the Electronic Registration card with anything. On screen 4 of 5 enter: s/n: TOUGFLKJG License: (Anything)

4D Runtime Classic v : Fill out the Electronic Registration card with anything. On screen 4 of 5 enter: s/n: TOUGFLKJG License: (Anything)

4 In A Row v : s/n: FIRT

4Screens v : Name/Company: (Anything) Key:

4Screens v : Name: TRPS98 Company: TRPS Key:

4Tek WebDB v : s/n: NS Digital Key: 7CF5-B8AD

4th Dimension Server v : s/n:

4th Dimension SQL Server v : s/n:

4Winds : Name: Riz la+ s/n: 4W

4 WPlay v : s/n: KAGIAAAA-BBBBBFDB0B

Pro Internet Server 32bit va : Name: BiGBLUE Company: BLiZZARD s/n: Pro Edu

Pro Messaging Server vb : Server: MSP-MMF34T More Users: AAI-MMZUP9

pro Office Server va : Setup: UOS-MMX4DP Users: AAI-MMZUP9

pro Web Forum vg : Unlimited Users: WBF-MME5N1

Slots : Code:

Slots v : Code:

Slots v : Code:

68HC11 Simulator Toolbox v : Key: ATIOkkme s/n: Name: nico kamminga Company: HE

88 Edit v : Name: Cali KAC Code:

8 Ball Slots v : Code:

8 Ball Slots Suite : Code:

8 Ball Slots v : Code:

9xMetaMagic v : Code: MM

9x WebSpider v : Standard: GBU Pro: HO

9xWebSpider v : Standard: GBU Pro: HO

@MailGate v : Name: Azrael [PC] Code:

!TraceRoute v : Key: Key-B



Submitter Pro v : RegNum: ST RegKey: P
Источник: [cromwellpsi.com]
Z Button v0.1 uNLOCK cODE serial key or number

Z

Recherche sur cette page,

 

Z Archive v :name: iCEMAN [uCF] s/n: ZZ Button v :UNLOCK CODE: "more buttons"Z Mail v for Linux :Local Activation key: a0f08ee53cdaZ-Archive v :nmae/iCEMAN [uCF] #/ZZ-Button v :uNLOCK cODE: "more buttons"Z-Mail v for Linux :Local Activation key: a0f08ee53cdaZanNet (Beta 2) :First Name: Free Last Name: Use Serial #: ZanNet beta2 :First Name: Free Last Name: Use s/n: ZenList v :#/JUITHENMCBTULQEPB name/RCIZenList v :Name: tHATDUDE! Reg: DIVXWMSBOBTULQEZBZeno graphics superprint v Zeno Graphics Superprint v :s/n: ZephyrPalettes (mac) ZephyrPalettes (mac) ZephyrPalettes v for the MAC Zi Mail V :Email: SwP@cromwellpsi.com RegID: Zip Advisor V Win95/NT :Code: Zip Automator vd :s/n: REGZip Bak v :name: Lx SilentChaos s/n: ZIP Brand Fast! v+2 :name: TwinHead_[uCF]_!96 s/n: zbab81d1d0-dbZIP Brand Fast! vb2 :#/zbab81d1d0-db nameZip Code Book v for Win95 Zip code Book v Win95 :s/n: Zip Code Book v :s/n: Zip Explorer Pro v for Win :name: ODIN 97 s/n: Zip Explorer PRO v for Windows :name/ODIN 97 #/Zip It v for Windows 95 :s/n: Zip It vb3 Win95/NT :Extraction password: Philea8 s/n: (Anything)Zip Label Printer Pro Zip Label Printer Pro Zip Label Printer Pro Zip Label Printer Pro Zip Label Printer Pro :Name: (Anything) s/n: Zip Pro :name: jake cwc s/n: ccdZip Security Envelope Maker v Zip Security Envelope Maker v Zip Security Envelope Maker v :s/n: Zip-It v (Beta 3) for Win/NT :Extraction password: Philea8 Serial #: {anything you want} Note: When prompted, choose to "Install without a serial number"Zip-n-Go :ZZIP-n-GO v :s/n: ZZip95 v by Media Comm Win95 :s/n: ZZip95 v by Media Comm for Win95 :ZZIP98 V :Name: blizzard Company: blizzard Code: 36AGC3Zip98 v WinNT :Name: Team PGC Password: 36AGC3ZIP98Plus v :ZIP98 v s/n: 36AGC3 ZIP98Plus v s/n: 44AGC3ZIP98Plus v :Name: RyDeR_H00k! s/n: FZipAutomator v :Password: CORE/JESZipCat Pro W95/NT :s/n: FZ3-F6JZipCat Pro 95/NT :s/n: FZ3-F6JZipCat Pro vv11 :name/Registered #/ZipCat Pro vv11 :name/Riz la+ #/ZipCat Pro vv11 :name/Shareware sucks #/ZipCat Pro vv11 :name: Registered s/n: Zipchunker PRO v (2) :s/n: ZCP name: Gary D. [UCF]Zipchunker PRO v for DOS :#/ZCP name/Steve VossZipchunker PRO v for DOS :#/ZCP name/Gary D. [UCF]ZipChunker Pro v for Dos :s/n: ZCP name: Steve VossZipComm v for Windows :MPUZIPCOMM v for Windows :s/n: MPUZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF for OS/2 :name/<anything you want> #/ZipControl v by RPF OS/2 :name: (Anything) s/n: ZipIt v for Windows 95 ZipQuest Pro (mac) :s/n:'A ' RN/BZipQuest Pro (mac) :s/n:'A ' RN/BZIPSEND V :name/FLiPKiCK [PHRoZEN CREW/GiLDE] #/ZipStream v for OS/2 :#1/13 #2/ZipStream v for OS/2 :#1/ #2/ZipStream v for OS/2 :#1/ #2/ZipStream v OS/2 :#1: 13 #2: ZipTool v :name/TwinHead [TWH/BDC] #/ZipWork :name: jake cwc s/n: ,*,PZipWorks v for Win95 :name/blastsoft #/,*,PZipWorks v Win95 :name: blastsoft s/n: ,*,PZipzap v ZipZap v :s/n: ZLock 97 ZMail v beta2 for AIX/4 be37faefaf1cZMail v beta2 for Irix/ be37faefaf1cZMail v beta2 for Linux be37faefaf1cZMail v beta2 for Solaris be37faefaf1cZMail v beta2 for SunOS4 be37faefaf1cZMail v beta2 for Unix be37faefaf1cZMail vb2 AIX/4 be37faefaf1cZMail Vb2 Linux be37faefaf1cZMail Vb2 Solaris be37faefaf1cZMail Vb2 SunOS4 be37faefaf1cZMail Vb2 Unix be37faefaf1cZMover V :Code: zMUD :name/TeLLeRBoP [TeL/GiS] #/zMUD :name/The GuaRDiaN aNGeL #/ZMUD :name: TeLLeRBoP [TeL/GiS] s/n: Zmud :name: Steve Hsu s/n: zMUD beta :Name: Free Registered Version Serial: Zoc v1.?v (push"shift-ctrl-alt-F9") :alias #// code #/// validation #/Zoc vb for OS/2 :#/part A s/n: // part B s/n: name/(push "shift-ctrl-alt-F5" to register)Zoc v for OS/2 :#/part A s/n: // part B s/n: name/(push "shift-ctrl-alt-F5" to register)Zoc vOS/2(push"shift-ctrl-alt-F5") :#/// #/Zoc v OS/2&WIN95 :alias s/n: / code s/n: // validation s/n: Zoc v OS/2&WIN95 :alias s/n: / code s/n: // (press "shift-ctrl-alt-F9") validation s/n: ZOC v for Win/NT :To register, perform these four following steps: (1) Run ZOC, and do a Shift-Ctrl-Alt-F9 (2) Choose "Part A/B" (3) For "Part A" enter: // (4) For "Part B" enter: Zoom Lens :name/STARDOGG [PC] #/BMUZounds v for MAC :ZNDAACZounds v for the MAC :ZNDAACZTreeWin v Win95 d4ZTreeWin �v for Win95 d4Zweckform winform PRO v for Win :WFZweckForm Winform Professional Win :s/n: WF    
Источник: [cromwellpsi.com]
.

What’s New in the Z Button v0.1 uNLOCK cODE serial key or number?

Screen Shot

System Requirements for Z Button v0.1 uNLOCK cODE serial key or number

Add a Comment

Your email address will not be published. Required fields are marked *