WARNING: This UPDATE includes a new CONTROL.SCR file. If you modified the control file in 4.07 or you are updating your working game, you must extract this files elsewhere and copy them manually! To install this UPDATE into a SHAREWARE copy of 4.07: cd \EXAMPLE ! Move to wherever you installed 4.07 pkunzip -o a:dcg408up.zip ! Unzip the file on-top. The -o parameter tell is to OVERWRITE existing files. To install this update into a FULL RELEASE copy of 4.07: cd \DCGAMES pkunzip -d -o a:dcg408up.zip This will unzip the files into the correct directory, namely: \DCGAMES ! Readme.txt, whatsnew.txt, etc. \DCGAMES\BIN ! DCPLAY.EXE, DCC.EXE, etc. \DCGAMES\EXAMPLE ! game files After installation, you need to re-compile all your scripts by issuing the following DOS command: CD \EXAMPLE (or CD \DCGAMES\EXAMPLE) for %i in (*.scr) do dcc %i This will re-compile all your scripts. Dave