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

  1. File        : PUTFILE
  2. Date        : 21-Feb-97
  3. Author      : © A.Thoukydides, 1995, 1996, 1997
  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 [/?] [/M] [/P] [/S] [/W] <DOS path> [<RISC OS path>]
  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.     /W              - Disable use of the "Save as" window.
  29.     <DOS path>      - Wildcarded source DOS file specification to copy.
  30.     <RISC OS path>  - The destination RISC OS path.
  31.  
  32. The source path may include standard DOS wildcards, i.e. "?" to match a
  33. single character or "*" for multiple characters. Files are matched using the
  34. same rules as used by other DOS commands.
  35.  
  36. If no destination filename is specified then the source filename is used with
  37. various character transformations performed. Without the "/W" switch a RISC
  38. OS "Save as" window is used to select a suitable destination; this requires
  39. !ARMEdit to be running.
  40.  
  41. The filetype is selected using the mappings set up using the DOSMap command.
  42. This is initially cached when the ARMEdit module starts, but may be reread
  43. at any time using the command ARMEdit_DOSMap.
  44.  
  45.  
  46. THINGS TO DO
  47.  
  48. The following are changes that may be made to the PUTFILE command sometime in
  49. the future.
  50.  
  51.     None at the moment!
  52.  
  53.  
  54. VERSION HISTORY
  55.  
  56. 0.00 (12-Nov-95)    Original development version.
  57.  
  58. 0.01 (14-Nov-95)    Added version number and copyright message.
  59.  
  60. 0.02 (17-Nov-95)    Uses correct HPC service identifier.
  61.                     Changed to a .COM file to make it smaller.
  62.                     Made error checking more comprehensive and added help text.
  63.                     Filetype of destination file is based on file extension.
  64.  
  65. 0.04 (16-Dec-95)    Uses real HPC.
  66.  
  67. 0.05 (17-Dec-95)    Improved filename translation.
  68.  
  69. 1.00 (12-Jan-96)    First official release version.
  70.  
  71. 1.01 (11-Mar-96)    Version number updated to match the module.
  72.  
  73. 1.02 (06-Aug-96)    Date and time stamps are preserved on copied files.
  74.                     Added support for Acorn's software PC emulator.
  75.  
  76. 1.03 (21-Feb-97)    Speeded up transfer when multitasking.
  77.                     Added option to use a RISC OS "Save as" window.
  78.                     Included support for wildcards and recursion.