home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armedit / Docs / GETFILE < prev    next >
Text File  |  1997-02-21  |  2KB  |  69 lines

  1. File        : GETFILE
  2. Date        : 21-Feb-97
  3. Author      : © A.Thoukydides, 1995, 1996, 1997
  4. Description : Description of the PC GETFILE command that is part of the ARMEdit
  5.               suite.
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10. The "GETFILE" command is a replacement for the command of the same name that
  11. was supplied with Acorn's software PC emulator. It allows RISC OS files to be
  12. transferred to DOS. To use this command it is necessary to load the ARMEdit
  13. module before starting the PC front-end.
  14.  
  15.  
  16. USAGE
  17.  
  18. The syntax is:
  19.  
  20.     GETFILE [/?] [/M] [/P] [/S] <RISC OS file> [<DOS file>]
  21.  
  22. where
  23.  
  24.     /?              - Displays some help text.
  25.     /M              - Enable multitasking during copying.
  26.     /P              - Prompts before copying each file.
  27.     /S              - Copy subdirectories.
  28.     <RISC OS file>  - Wildcarded source RISC OS file specification to copy.
  29.     <DOS file>      - The destination DOS path.
  30.  
  31. The source path may include standard RISC OS wildcards, i.e. "#" to match a
  32. single character or "*" for multiple characters. Files are matched using the
  33. same rules as used by RISC OS commands.
  34.  
  35. If no destination filename is specified then the source filename is used with
  36. various character transformations performed.
  37.  
  38.  
  39. THINGS TO DO
  40.  
  41. The following are changes that may be made to the GETFILE command sometime in
  42. the future.
  43.  
  44.     None at the moment!
  45.  
  46.  
  47. VERSION HISTORY
  48.  
  49. 0.00 (12-Nov-95)    Original development version.
  50.  
  51. 0.01 (14-Nov-95)    Added version number and copyright message.
  52.  
  53. 0.02 (17-Nov-95)    Uses correct HPC service identifier.
  54.                     Changed to a .COM file to make it smaller.
  55.                     Made error checking more comprehensive and added help text.
  56.  
  57. 0.04 (16-Dec-95)    Uses real HPC.
  58.  
  59. 0.05 (17-Dec-95)    Improved filename translation.
  60.  
  61. 1.00 (12-Jan-96)    First official release version.
  62.  
  63. 1.01 (11-Mar-96)    Version number updated to match the module.
  64.  
  65. 1.02 (06-Aug-96)    Date and time stamps are preserved on copied files.
  66.                     Support for Acorn's software PC emulator included.
  67.  
  68. 1.03 (21-Feb-97)    Speeded up transfer when multitasking.
  69.                     Included support for wildcards and recursion.