home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / dnet / dnet2.3.2 / amiga / doc / remoteload.doc < prev    next >
Encoding:
Text File  |  1994-06-29  |  979 b   |  29 lines

  1. AMIGA/REMOTELOAD
  2.  
  3.     REMOTELOAD [-N host]  [-W width] [-H Height] [-T top] [-L leftedge] 
  4.         [-h] [updatetime]
  5.  
  6.  
  7.     Create a load average window on your amiga.  The program 'uptime' must
  8.     exist on the UNIX end for this to work.  The default update time is
  9.     60 seconds.
  10.  
  11.     The -N option specifies the network (default = 0).  This is the same
  12.     network as was specified when you ran DNET (if was not specified, is 0)
  13.  
  14.     Other Options:
  15.  
  16.     -W   window width
  17.     -H   window height
  18.     -T   window Top
  19.     -L   window Leftedge
  20.             These window size and position parameters can be negative.
  21.         In the case of negative values, they are referrenced to screen
  22.         size.     I.e.  -W 100 -H 100 -T -100 -L -100 puts a 100x100 
  23.         remoteload window in the bottom right corner of the screen.
  24.  
  25. Notes:
  26.     This is the first of my efforts to bring DNet software up to wb2.0+.
  27. I really liked X's Xload, and made an effort to make the DNet loadav program
  28. look much like it.
  29.