VOGONS

Common searches


Search results

Display options

Re: Printing from inside DOSBox

I didn’t think that, even to the contrarily: DOS printing to modern printers is more complex (That involves more than…). Sure, nothing would prevent DOSBox to do that, it’s just also more than a mere ‘like Word and other applications do’.

Re: Use DOSPRN to print from DOSBox

DOSPRN is a Windows program, it can’t be started from inside DOSBox (MegaBuild 6). You would have to setup your program to print to a file, then let DOSPRN monitor the print files. You could have a go with vDos, eventually you can still use DOSPRN for printing if vDos own print processor isn’t …

Re: Printing from inside DOSBox

Don’t think DOS users will be satisfied by a DOSBox mod ‘supporting printing’. That involves more than just sending ASCII data to a parallel or serial port. Most modern PC’s don’t have such ports, while printers often don’t support ASCII data streams.

Re: parallel port

You didn’t clarify why your DOS program needs to directly access port 0278h. If it’s non-gaming, you could try vDos. Mind the required settings in config.txt, something like lpt1 = “lpt1”:. While such hardware port access wasn’t noticed before… Jos

Re: Memory Use

DOSBox caches file operations, its internals don’t have to match the actual data. If you have another program, DOS or Windows, accessing the same data, you have to expect file corruption. Especially database programs are vulnerable. No DOSBox mod was proven to fix this due to that caching of file …

Re: Memory Use

A WordStar-style editor in DOSBox is indeed ‘not the designed-for use’. You could have a look at vDos (www.vdos.info). It should be better in handling non-gaming programs.

Re: Running a DOS program through dosbox

Without knowing what that DOS program would be, nor what it is supposed to do after a menu selection, there’s no real answer. My best guess would be that a (sub)program is to be started. Though not found since it tries to start for instance c:\dosprog\proga.exe while there’s no c:\dosprog in DOSBox. …

Re: Using DOSBox with an office server

The program will try to lock some part of a file. DOSBox doesn’t support record locking, and returns an error condition. The program then just assumes someone else already locked what it tries to get a lock on. You could try vDos (www.vdos.info), that supports record locking and concurrent file …

Re: DOSBox on linux files and buffers help

Any DOS program is by default limited to 20 open file handles, the size of the file table in the PSP. If a program needs more, it has to call Int 21-67h to extend that table (and move it out of the PSP). If the number of DOS global file handles (files=…) wouldn’t be sufficient to accommodate that, …

Page 2 of 4