Novell is now a part of Micro Focus

Copying Files Using NETBASIC

Articles and Tips: tip

Everett Young
System Test Engineer
Novell, Inc.

01 Nov 2001


A limitation of NETBASIC is that it has difficulties copying files when using the command line, such as:

COPY Filename.Ext

Sometimes performing a file COPY in NETBASIC will fail if you use the "dot extension" of the file name. However, if you use a "dot asterisk," (.*), it will usually work.

Saying this another way, sometimes...

COPY Filename.Ext

will fail to copy, but

COPY Filename.*

will copy just fine. Be aware that the original date and time stamp of the file will be changed to the present date and time of the copied file.

* Originally published in Novell AppNotes


Disclaimer

The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.

© Copyright Micro Focus or one of its affiliates