home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMN199D.LHA / avminstall / rexx / startserver.avm < prev    next >
Encoding:
Text File  |  1994-12-08  |  118 b   |  5 lines

  1. /* */
  2. parse upper arg servername
  3. if ~show('p', servername) then
  4.     address command "run >nil: <nil: avm:avm" servername
  5.