Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!ucbvax!ucdavis!lll-crg!gymble!umcp-cs!seismo!brl-tgr!tgr!W8SDZ@SIMTEL20.ARPA From: W8SDZ@SIMTEL20.ARPA (Keith Petersen) Newsgroups: net.micro.cpm Subject: CP/M help on Find Next - unlimited number of names Message-ID: <2283@brl-tgr.ARPA> Date: Mon, 21-Oct-85 10:21:51 EDT Article-I.D.: brl-tgr.2283 Posted: Mon Oct 21 10:21:51 1985 Date-Received: Thu, 24-Oct-85 00:19:06 EDT Sender: news@brl-tgr.ARPA Lines: 32 A complete routine for doing the search-first/search-next without building a table (i.e., has NO limit on the number of file names) is included in my COPYFILE program. It's available from SIMTEL20 as: Filename Type Bytes CRC Directory MICRO: CPYFIL15.LBR.1 BINARY 8576 AAECH This program will copy files of any length from one drive to another, with 16k (optionally larger) buffering. It was created for very long files (megabyte length), which are not properly handled by CP/M 2.x PIP. This version offers selective copying of files - something not available with PIP. The destination files will have NO attributes set, which is useful for copying from CP/M 2.x to 1.4 disks. COMMANDS: COPYFILE [drive:] [/S] Requires the use of the /S option if transfer of files with SYS attribute is wanted. EXAMPLES: COPYFILE MYFILE.ASM B: gets MYFILE.ASM from default disk and copies to B: COPYFILE A:MYFILE.ASM B: gets MYFILE.ASM from A: and copies to B: COPYFILE B:*.* A: gets all files from B: and copies to A: All normal ambiguous file names are allowed. --Keith