Please try the below:
Download and install
DOSBox for Windows.
Follow the instruction from
this page. They refer to a different game but the main idea remains the same (points 3, 4, 11, 18).
You need to make DOSBox see your hard disk (*mount c c:\* - this will tell DOSBox to use your C drive and name it "C"). Then make DOSBox see you CD/DVD drive: insert the game's CD into the drive enter
mount d d:\ -t cdrom. This will make your CD/DVD drive visible in DOSBox as a D drive. Now, this assumes that your CD/DVD drive is D in Windows. If it's E then the command is
mount d e:\ -t cdrom, If it's F then
mount d f:\ -t cdrom.
After all this is done, you would need to install the game if it's not installed already. Enter *d:* in DOSBox to access your CD/DVD drive with the game and enter
install or
setup. Configure the game (consult point 11 - but use Sound Blaster Pro or Sound Blaster) and install it to your C drive.
When this is done, exit the installer, enter *c:* in DOSBox, then enter the folder where the game was installed to using the c*d* command (if the game was installed to XwingCD then enter *cd\xwingcd*) and run the game by entering
xwing or
bwing. Check how the game works and adjust the CPU cycles as mentioned in point 18 (note that XWing needs less than 8000).
To make DOSBox work in fullscreen mode press ALT+ENTER. To make DOSBox work in windowed mode press ALT+ENTER again.
After you finish the game, exit DOSBox. Next time you wish to start the game, run DOSBox again, mount the hard drive and CD/DVD drive exactly as before, start the game from your hard drive (don't install it again) and adjust CPU cycles. There is a way to automate this but we'll get to that later, if you wish.