VOGONS


First post, by bozman

User metadata
Rank Newbie
Rank
Newbie

I have a couple of exe's that do not seam to run correctly within the Dosbox environment and I was hoping that someone might be able to give me some advise.

The exe's in question are LEXGTI.EXE and TAG2GTI.EXE , basically these two 16 bit programs are used to look inside a file for certian strings of data (more specifically incorrect data strings).

At the end of the process I should be left with 4 files ( this works from the command prompt in XP ) but in Dosbox I only get 2 files returned.

Are there any tricks to getting some applications to run ?

Reply 2 of 3, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

First of all, make sure you're running the programs correctly. Double-check to make sure they run as expected in a normal DOS environment. When you use DOSBox, follow the 60 Seconds Guide if you haven't already.

You can try to use a debug-enabled version of DOSBox to track which files the programs are trying to access and see if it is doing anything unexpected. The SVN Daum build includes such a build.

Some programs require low-level disk access that is only available when booting DOS inside DOSBox; there are threads about that in the Guides forum as well.

Reply 3 of 3, by bozman

User metadata
Rank Newbie
Rank
Newbie

Thanks guys , I have reposted my thread and will checkout the guides