[Wine] Wine and a simple text-mode program (Gimpel PC-Lint)

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Mar 15 13:32:12 CST 2006


>>>>> "Eric" == Eric Poole <eric at rkt-tech.com> writes:

    Eric> I am trying to run Gimpel's PC-Lint under Wine, and am running
    Eric> into trouble.

    Eric> It is a simple DOS text-mode program, nothing fancy, no graphics,
    Eric> uses stdin, stdout, and stderr.

    Eric> It is invoked thus:

    Eric> In the batch file LIN.BAT:

    Eric> wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"

Try "double backslash" like
wine Lint-nt +v -i"C:\\Lint" "C:\\Lint\\std.lnt"
or use the normal slash like
wine Lint-nt +v -i"C:/Lint" "C:/Lint/std.lnt"

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-users mailing list