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

  1. File        : PUTFILE
  2. Date        : 12-Jan-96
  3. Author      : © A.Thoukydides, 1995, 1996
  4. Description : Description of the PC PUTFILE command that is part of the ARMEdit
  5.               suite.
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10. The "PUTFILE" command is a replacement for the command of the same name that
  11. was supplied with Acorn's software PC emulator. It allows DOS files to be
  12. transferred to RISC OS. To use this command it is necessary to load the
  13. ARMEdit module before starting the PC front-end.
  14.  
  15.  
  16. USAGE
  17.  
  18. The syntax is:
  19.  
  20.     PUTFILE [/?] <DOS file> [<RISC OS file>]
  21.  
  22. where
  23.  
  24.     /?              - Displays some help text.
  25.     <DOS file>      - The source DOS file to copy.
  26.     <RISC OS file>  - The destination RISC OS file.
  27.  
  28. If no destination filename is specified then the source filename is used with
  29. various character transformations performed.
  30.  
  31. The filetype is selected using the mappings set up using the DOSMap command.
  32. This is initially cached when the ARMEdit module starts, but may be reread
  33. at any time using the command ARMEdit_DOSMap.
  34.  
  35.  
  36. THINGS TO DO
  37.  
  38. The following are changes that may be made to the PUTFILE command sometime in
  39. the future.
  40.  
  41.     Set date stamp and file attributes of destination file.
  42.  
  43.     Support wildcarded souce file specifications to transfer multiple files.
  44.  
  45.  
  46. VERSION HISTORY
  47.  
  48. 0.00 (12-Nov-95)    Original development version.
  49.  
  50. 0.01 (14-Nov-95)    Added version number and copyright message.
  51.  
  52. 0.02 (17-Nov-95)    Uses correct HPC service identifier.
  53.                     Changed to a .COM file to make it smaller.
  54.                     Made error checking more comprehensive and added help text.
  55.                     Filetype of destination file is based on file extension.
  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.