home *** CD-ROM | disk | FTP | other *** search
- File : GETFILE
- Date : 12-Jan-96
- Author : © A.Thoukydides, 1995, 1996
- Description : Description of the PC GETFILE command that is part of the ARMEdit
- suite.
-
-
- INTRODUCTION
-
- The "GETFILE" command is a replacement for the command of the same name that
- was supplied with Acorn's software PC emulator. It allows RISC OS files to be
- transferred to DOS. To use this command it is necessary to load the ARMEdit
- module before starting the PC front-end.
-
-
- USAGE
-
- The syntax is:
-
- GETFILE [/?] <RISC OS file> [<DOS file>]
-
- where
-
- /? - Displays some help text.
- <RISC OS file> - The source RISC OS file to copy.
- <DOS file> - The destination DOS file.
-
- If no destination filename is specified then the source filename is used with
- various character transformations performed.
-
-
- THINGS TO DO
-
- The following are changes that may be made to the GETFILE command sometime in
- the future.
-
- Set date stamp and file attributes of destination file.
-
- Support wildcarded souce file specifications to transfer multiple files.
-
-
- VERSION HISTORY
-
- 0.00 (12-Nov-95) Original development version.
-
- 0.01 (14-Nov-95) Added version number and copyright message.
-
- 0.02 (17-Nov-95) Uses correct HPC service identifier.
- Changed to a .COM file to make it smaller.
- Made error checking more comprehensive and added help text.
-
- 0.04 (16-Dec-95) Uses real HPC.
-
- 0.05 (17-Dec-95) Improved filename translation.
-
- 1.00 (12-Jan-96) First official release version.
-