Please enable JavaScript to view this site.

A-Shell Development History

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*