home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsa / armedit / Docs / GETFILE < prev    next >
Encoding:
Text File  |  1996-01-12  |  1.5 KB  |  57 lines

  1. File        : GETFILE
  2. Date        : 12-Jan-96
  3. Author      : © A.Thoukydides, 1995, 1996
  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 [/?] <RISC OS file> [<DOS file>]
  21.  
  22. where
  23.  
  24.     /?              - Displays some help text.
  25.     <RISC OS file>  - The source RISC OS file to copy.
  26.     <DOS file>      - The destination DOS file.
  27.  
  28. If no destination filename is specified then the source filename is used with
  29. various character transformations performed.
  30.  
  31.  
  32. THINGS TO DO
  33.  
  34. The following are changes that may be made to the GETFILE command sometime in
  35. the future.
  36.  
  37.     Set date stamp and file attributes of destination file.
  38.     
  39.     Support wildcarded souce file specifications to transfer multiple files.
  40.  
  41.  
  42. VERSION HISTORY
  43.  
  44. 0.00 (12-Nov-95)    Original development version.
  45.  
  46. 0.01 (14-Nov-95)    Added version number and copyright message.
  47.  
  48. 0.02 (17-Nov-95)    Uses correct HPC service identifier.
  49.                     Changed to a .COM file to make it smaller.
  50.                     Made error checking more comprehensive and added help text.
  51.  
  52. 0.04 (16-Dec-95)    Uses real HPC.
  53.  
  54. 0.05 (17-Dec-95)    Improved filename translation.
  55.  
  56. 1.00 (12-Jan-96)    First official release version.
  57.