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

  1. File        : OSCLI
  2. Date        : 12-Jan-96
  3. Author      : © A.Thoukydides, 1995, 1996
  4. Description : Description of the PC OSCLI command that is part of the ARMEdit
  5.               suite.
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10. The "OSCLI" command allows RISC OS *commands to be executed from the DOS
  11. command line. To use this command it is necessary to load the ARMEdit module
  12. before starting the PC front-end.
  13.  
  14.  
  15. USAGE
  16.  
  17. The syntax is:
  18.  
  19.     OSCLI [/?] [/S] <Command>
  20.  
  21. where
  22.  
  23.     /?          - Displays some help text.
  24.     /S          - Prevents redirection of output through DOS.
  25.     <Command>   - The command to execute.
  26.  
  27. Note that to prevent DOS from changing the command it is a good idea to place
  28. it in quotation marks.
  29.  
  30. By default output from the command is written to standard output. This
  31. allows, for example, piping to the MORE filter. To prevent this behaviour it
  32. is possible to specify the "/S" switch.
  33.  
  34. Due to the way in which this command operates, strange behaviour can
  35. sometimes be produced. Some RISC OS commands can cause the computer to crash,
  36. so be careful with it. Another point to note is that commands that require
  37. action to be taken by a WIMP task, such as Filer_Run will not take effect
  38. until the PC enters multitasking mode.
  39.  
  40.  
  41. THINGS TO DO
  42.  
  43. The following are changes that may be made to the OSCLI command sometime in
  44. the future.
  45.  
  46.     Connect the DOS input and output streams to the RISC OS *command. This
  47.     will require the PC to be running in a window, and the *command in a
  48.     TaskWindow. It will probably be best if this waits until the !ARMEdit
  49.     application has been written.
  50.  
  51.  
  52. VERSION HISTORY
  53.  
  54. 0.00 (12-Nov-95)    Original development version.
  55.  
  56. 0.01 (14-Nov-95)    Added version number and copyright message.
  57.                     Output is passed through the standard output of the DOS
  58.                     command.
  59.  
  60. 0.02 (17-Nov-95)    Uses correct HPC service identifier.
  61.                     Changed to a .COM file to make it smaller.
  62.                     Made redirection of output optional and added help text.
  63.  
  64. 0.04 (16-Dec-95)    Uses real HPC.
  65.  
  66. 1.00 (12-Jan-96)    First official release version.
  67.