First post, by rafaelbn
I need to run a program that need the following lines in these files:
::: In AUTOEXEC.BAT :::
Set Clipper = f80
::: In CONFIG.SYS :::
Files = 80
I'm using DOSBox v063 under WinXP sp2
Is there any ways to do this?
Thanks!!!
I need to run a program that need the following lines in these files:
::: In AUTOEXEC.BAT :::
Set Clipper = f80
::: In CONFIG.SYS :::
Files = 80
I'm using DOSBox v063 under WinXP sp2
Is there any ways to do this?
Thanks!!!
Create an autoexec.bat and config.sys file and stick them into a mounted C:\.
wrote:Create an autoexec.bat and config.sys file and stick them into a mounted C:\.
Well, this is good only if the program physically checks them. DOSBOX DOES NOT USE THEM (unless alternative version of DOS using disc images is booted)!
Things from AUTOEXEC.BAT can go to [autoexec] section of DOSBOX.CONF. There is not any alternative to CONFIG.SYS (but the FILES value should be high enough - it is hardcoded in DOSBOX - I do not remember now how much, but I think it is higher than 80 which you need).
Mirek
it's 100+
Water flows down the stream
How to ask questions the smart way!
Slightly on-topic: The poster did state that the program needed those lines, so DosFreak's answer was correct. The poster did NOT say that the program needed the EFFECT of those lines - in which case Mirek's answer is correct 😀
DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32
I think it should work after you type
Set Clipper = f80
I tried the "set clipper=f80" on the autoexec of dosbox and tried to run the program... But nothing happens... I don't get error msgs and the program just don't run...
I tried it on WinXP (changed the autoexec.nt and config.nt under \windows\system32 folder
I run the program, it works fine, but the ntvdm process uses my processor like hell.. It gets 90% of my processor... That's why i'm trying to use this prog to run under dosbox...
Any Clue?
Thanks!
That's normal. DOSBox will do that, too.
Yes, it’s my fault.
Believe it or not I had a clipper program that refused to load under Windows XP, no matter what I do (Foxplus, a database manager dBase style) and I got it working using VDMSOUND. Yes, VDMSound. Just make sure you add the following lines to the ADVANCED -> Dos Environment -> Config.sys section...
FILES=150 (or whatever number needed)
FCBS=4 (4 or 8 should be right)
😎
Of course, don't forget to run it using VDMsound (Run the .VLP shortcut)
Hi,
I am new & have similar problems, could you please assist me?
I tried your suggestion, but some problems:
-I created the autoexec.bat (with set clipper=f80) & config.sys (with files=80) in my own c:\, but it gave a warning message when I typed "mount c c:\" saying I shouldn't use the root directory. Is that OK?
-I continued, but coudn't copy the 2 files from my c:\ to z:\. How is this done?It didn't like DOS "copy" command, and it doesn't recognise Edit command.
-Also, is Dosbox more stable than Dos under WIn98 (which I found very unstable having to do multiple "scandisk"'s). I have a friend who has Win98, and is running my clipper EXE from an icon from her desktop. Is that OK, or should we use DosBox instead?
Any urgent assistance with these problems much apppreciated.
Thanks, Sid
You got me wrong. You don't need to create any config.sys nor autoexec.bat but EDIT THAT PROPERTIES SHEET for the .VLP shortcut (there's an autoexec section in VDMSound shortcuts).
Just right-click on the .VLP shortcut > Properties > and check the appropiate section.
Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)
To avoid the problems with the Z-drive in DOSBox, do this:
DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32
Hi,
Thanks for your help, but I've tried all your suggestions (including set clipper=f80), and the program still hangs.
Any other suggestions?
Regards, Sid
Maybe, just maybe, you'd be better off using the environment variables on XP and running your clipper program natively.
I've come across very weird problems with the clipper/xp combination, but the solution always came down to editing environment variables, using the program in full screen mode, messing with cmd line shortcut properties, using Win9x compatibility mode or mapping network printers correctly.
Of course, if you are using the 64bit XP version them simply forget it.
If you are going for the emulation rote, you could try VMWare/VirtualPC too and see if you have any luck with them.