Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 4.9/5.0, builds 850-998 > 986 - 19 Apr 07

ZTXFER wildcards

Scroll Prev Top Next More

ZTXFER.LIT 1.1(103) now supports wildcards if the client is ATE. Examples:

Copy all files from current directory to PC:

.ZTXFER *.* C:\VM\MIAME\DSK0\111222

Copy all RUN files from PC to current directory

.ZTXFER = C:\VM\MIAME\DSK0\111222\*.RUN

Copy A*.B* from PC to BAS:

ZTXFER BAS: = C:\VM\MIAME\DSK0\111222\A*.B*