home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1997 / ARCHIVE_97.iso / discs / mag_discs / volume_08 / issue_06 / risc_os / kernel / NewCLICmds < prev    next >
Text File  |  1988-07-18  |  1KB  |  37 lines

  1. New Kernel CLI Commands
  2. =======================
  3.  
  4. New options on the Copy command:
  5.  
  6. N - Copy Newer. This copies only datestamped files, and if there
  7. is a file already at the destination then this examined before the
  8. transfer. The transfer only occurs if the source is newer than the
  9. destination. This is useful for updating large groups of files,
  10. of which only a few have changed.
  11.  
  12. L - Copy and Look first. This looks at the destination before grabbing
  13. the first part of the object being copied. In large copy-Ns, where
  14. floppy-swapping is not involved, this can speed up the transfer dramatically.
  15.  
  16. T - Copy sTructure. This copies only the directory tree of a large
  17. transfer.
  18.  
  19. S - Copy and Stamp. This stamps all files copied with the current
  20. timestamp.
  21.  
  22. New command *RMEnsure:
  23.  
  24. Syntax: RMEnsure <module title> <version> [<action>]
  25.  
  26. This command allows applications which rely on specific versions of modules
  27. to check easily that the module is loaded and has an adequate version. If
  28. the module of the given title is not present, or has a version number that
  29. is earlier than the given value, then the <action> is executed as a
  30. *-command, or an error generated if the action is not present.
  31.  
  32. The version of each module can be read using *help modules. The syntax
  33. of the version number is: [<digit>]<digit>[.<digit>[<digit>]].
  34.  
  35.  
  36. *Quit now in kernel rather than in Debugger
  37.