From: utzoo!decvax!ucbvax!helge Newsgroups: net.micro,net.sources,net.micro.cpm Title: new version of unix--cp/m file transfer utility Article-I.D.: ucbvax.493 Posted: Mon May 2 13:18:01 1983 Received: Thu May 5 06:19:29 1983 A new version of my cp/m -- unix floppy based file transfer utility is ready for distribution to those interested. A lot of bugs have been fixed and quite a few features have been added. It is now possible to initialize new `floppy files' (i.e. disk files with an internal structure equivalent to a cp/m floppy disk). The system's `help-file' is included below. If I receive more than 25 requests I may post the source to net.sources. The program and documentation is about 2100 lines (40k bytes), which includes a makefile and a program to `unmore' the concatenated files. Commands available: copyin name1 name2 - copy unix text file `name1' to cpm file `name2' copyout name1 name2 - copy cpm text file `name1' to unix file `name2' ccopyin name1 name2 - copy unix code file `name1' to cpm file `name2' ccopyout name1 name2 - copy cpm code file `name1' to unix file `name2' dir[ectory] - display directory ls - display directory del[ete] name - delete cpm file `name' era[se] name - delete cpm file `name' exi[t] - quit log[out] - quit typ[e] name - display cpm file `name' on console dum[p] name - dump the given file to the terminal in ascii and hex ren[ame] from to - rename file `from' to `to' Wildcards are not accepted (refer to manual page for details) helge (.....helge@berkeley)