[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: XYWRITE PORTABLE and CDD
- Subject: Re: XYWRITE PORTABLE and CDD
- From: Fred Weiner fw1948@xxxxxxxx
- Date: Sun, 28 Mar 2010 22:01:09 -0700
> 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"»
Well Carl, turns out «VA$DR» does not work either. Nor does VANL. Both give,
when CDD is ussued, an error message at the prompt saying, "CDD
spec not found. Command: CDD alias|/NV ." When I issue the command,
VA/NV $DR , nothing shows on the Prompt line at all. Puzzlement . . .