[gvd-users] Has preferences file format changed?
Emmanuel Briot
gvd-users@lists.act-europe.fr
11 Dec 2001 10:07:35 +0100
"Rosenzweig, Daniel Z (Dan), NNAD" <danr@att.com> writes:
> <?xml version="1.0"?>
> <GVD_Preferences>
> <Remote_copy>c:\winnt\system32\rcp.exe</Remote_Copy>
> <Remote_Protocol>c:\winnt\system32\rsh.exe</Remote_Protocol>
> </GVD_Preferences>
>
> I'm working around this issue, by changing the PATH in the batch file which runs this. Otherwise, I pick up another version of rsh which isn't compatible with GVD.
XML is case-sensitive, so you probably want to write </Remote_copy> instead,
the same casing as in the opening tag.
Emmanuel