MANUAL FOR COPYFILES (BBC BASIC) This file describes the program COPYFILES which makes copying single and multiple files between filing systems simpler than issuing commands by hand. The manual is (C)2007 SPROW and software is (C)1984 Acorn INSTRUCTIONS- At the BASIC prompt, type CHAIN"COPYFILES" The program contains interactive help, at any prompt press 'RETURN' to show the help, and further details are given on page J9-3 of the Master Reference Manual. KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems. HISTORY- V2.41 Version from the BBC Master 128 welcome disc. V2.54 Version from the BBC Master Compact welcome disc. V2.59 Fix bug when the file is too large to fit in memory, the load and execution addresses would be lost on the target file (when the file was small enough to fit in memory the load and execution addresses would be correctly preserved). Removed two unnecessary VDU sequences after changing mode. Now uses MODE 135 where possible to save 1k extra. When running on BASIC V more RAM is left for the heap, and REPORT$ is used to recover the last error string rather than peeking the error string address from &FD. The "Copying files from...to..." would not line up when selecting 'other' filing systems than ADFS and DISC. V2.60 Changed directory reading routine to interpret the actual drive length rather than assuming it would always be one. Added some filing system name to number mappings to the table (DOSFS, RAMFS, LANMANFS).