[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: XY under XP: finding config.xy



Patricia,

Comparing your XP batch file:

cd d:\xy4
d:
editor

with my w2k batch file:

mode 80,41
cd i:\xy3
i:editor

the only difference I see is that you have "d:" and "editor" on two
separate lines and I don't. (The "mode" cmd sets window size, which
we've already discussed in another thread). Any other difference must be
between how w2k and XP handle paths.