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

Re: XYWRITE digest 2129



I never had trouble running XyWrite on Windows XP but originally I could
not get it to run in a full-size window, despite numerous queries to this
list. But somebody on the list (apologize for the forgetfullness and being
unable to credit them) sent me some instructions and it works perfectly.
From the Taskbar, click on "Run ..." and enter CMD to get a DOS prompt. I
then wrote a small batch file (editor.bat) that is placed in C:\Documents
and Settings\Bill Mallon\ - it will be under your name almost certainly,
and not mine, on your computer.

Editor.bat is simple and is the following:

@echo off
mode con lines=25
c:
cd \xywrite
editor
This runs XyWrite in a full-size window within Windows XP and works very easily. You can also run it by clicking on the batch file from Explorer.
Bill M