home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / programming / osclid / !OscliD / Documents / Tools < prev   
Encoding:
Text File  |  1998-01-25  |  1.1 KB  |  29 lines

  1. Tools
  2. ----------------------------------------------------------------------------
  3.  
  4. OscliD comes supplied with a load of "tools" you can use as normal
  5. *commands, of the type that you are likely to want to use from a remote
  6. computer.  They come with C source for perusal; particularly common
  7. `good ideas' are to put Obey scripts in the !OscliD.Tools directory
  8. called "dialup" and "hangup".  The tools require OSLib to be available
  9. via OS$Path to rebuild them.
  10.  
  11.  Here's an overview of the tools:
  12.  
  13.  osexit    (executed simply by typing "*osexit" at the command-line or
  14.            sending it as a roscli command) will quit the currently-running
  15.            application, for example something that has crashed and is
  16.            stopping the Wimp from polling
  17.  
  18.  reset     resets the machine
  19.  
  20.  restart   restarts OscliD
  21.  
  22.  mem       tells you the amount of free memory you have
  23.  
  24.  kill      will kill a running Wimp task.  For example, "kill ShareFS" would
  25.            kill ShareFS (if loaded)
  26.  
  27.  Obviously these commands can wreak havoc if not used properly, so always
  28. ensure that you've made your system secure (see "Security").
  29.