[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Ignorant keyboard question
- Subject: Re: Ignorant keyboard question
- From: cld@xxxxxxxx (Carl Distefano)
- Date: Mon, 15 Jan 2001 16:54:43 +0000
≪ Thanks to Robert Holmgren for pointing out that my two
commands were still not usable. They should be:
BX del/nv C:\DOC\!YOURNAME.$$$ Q2 ;*;COMMENT
BX xcopy C:\DOC\!YOURNAME.BAK C:\DOC\!YOURNAME.$$$ Q2
;*;COMMENT ≫
I'm afraid that still won't work. XCOPY is a DOS
command; in XyWrite you'd need
BX DOS/nv/z /c xcopy c:\doc\!yourname.bak
c:\doc\!yourname.$$$Q2
However, the whole operation can be reduced to a single,
native XyWrite command which makes the DELete command
unnecessary:
BX copy/nv c:\doc\!yourname.bak c:\doc\!yourname.$$$Q2
--
Carl Distefano
cld@xxxxxxxx
http://users.datarealm.com/xywwweb/