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

Re: XYWRITE PORTABLE and CDD



Reply to note from Fred Weiner  Fri, 26 Mar 2010
21:06:54 -0700

Fred:

> I had certainly hoped so too. However, even with the edited CDD
> section (attached as cdd.txt) I continue to get a similar error
> message:
>
> "Bad dir C:\XYWRITE\EDITOR.EXEDOCS".
>
> What went wrong? Does VA$ED preserve....

Not VA$ED! You're using the wrong VA. You want VA$DR (if that points
to the directory with Editor.EXE) or VANL (which probably points
there, unless you've change the setting, which is unlikely). So,
what you want is:

DOCS=«SX99,«VA$DR»+"DOCS"»
or
DOCS=«SX99,«VANL»+"DOCS"»

but *NOT* DOCS=«SX99,«VA$ED»+"DOCS"»
-- Carl Distefano cld@xxxxxxxx