Environment variables

Questions about Wine on Linux
Locked
alansecker
Level 2
Level 2
Posts: 18
Joined: Sun Aug 30, 2009 12:33 pm

Environment variables

Post by alansecker »

I have a DOS program compiled with Clipper 5.2c. It runs perfectly under Windows XP but fails under wine.
Under XP a number of environment variables are set including:

FILES = 255
BUFFERS = 41

and ComSpec is set to: %SystemRoot%\system32\cmd.exe /e:32768

I am wondering if equivalents are required under wine and how to set them?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Environment variables

Post by oiaohm »

alansecker if the application is truly dos you will be better off to use dosbox not wine.
Locked