home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / temacd / remotany / RemotelyAnywhere.msi / RemotelyAnywhere.exe / 1033 / HTML / USAGE.TXT
Text File  |  2003-12-02  |  3KB  |  68 lines

  1. Usage: PRODUCTEXE command [parameters]
  2.  
  3. Valid commands are:
  4.  
  5.     install [-computer COMPUTER <-path PATH> [-minimal]
  6.             [-license LICENSE] [-port PORT]
  7.         Install the PRODUCTNAME service either on the specified remote computer at the 
  8.         specified path, or on the local machine. For local installs, only the
  9.         LICENSE and the PORT parameters are possible. For remote installs,
  10.         COMPUTER and PATH must be specified.
  11.     
  12.     restart [-computer COMPUTER]
  13.         Restart the service on the specified machine.
  14.  
  15.     uninstall [-computer COMPUTER]
  16.         Stop and uninstall the PRODUCTNAME service.
  17.                           
  18.     start [-service SERVICE] [-computer COMPUTER]
  19.         Start the specified service on the specified computer.
  20.                           
  21.     stop [-service SERVICE] [-computer COMPUTER]
  22.         Stop the specified service on the specified machine.
  23.         
  24.     createinifile [-inifile FILENAME] [-computer COMPUTER]
  25.         Export PRODUCTNAME configuration settings from the registry of
  26.         the specified computer and save it to the specified filename.
  27.  
  28.     loadinifile [-inifile FILENAME] [-computer COMPUTER]
  29.         Import the PRODUCTNAME configuration data contained within the
  30.         specified initialization file into the registry of the specified
  31.         computer.
  32.  
  33.     -?, /?, -help, /help  
  34.         Display this screen
  35.  
  36. Valid parameters are:
  37.  
  38.     -computer COMPUTER
  39.         Machine to perform the operation on, eg. "\\KOSSUTH" (defaults to 
  40.         the local machine)
  41.         
  42.     -service SERVICE      
  43.          Service to start or stop, eg. "InetInfo" (defaults to 
  44.          "PRODUCTNAME")
  45.                  
  46.     -path PATH          
  47.          Path to copy PRODUCTNAME files into. The directory will be
  48.          created if it does not exist. When installing on a remote computer,
  49.          a temporary share will be set up for the duration of the install
  50.          procedure. Do not include a trailing slash. 
  51.          For example: -path "C:\PRODUCTNAME"
  52.          
  53.     -minimal
  54.         During a remote install, does not copy documentation files. This
  55.         switch can speed up remote installs over slow links.
  56.  
  57.     -license LICENSE
  58.         Specify a license file to be used during a remote install. If not given,
  59.         the license in use on the computer executing the command will be copied.
  60.  
  61.     -port PORT
  62.         Specify the HTTP listener port for PRODUCTNAME. Defaults to 2000.
  63.  
  64. Please refer to the documentation for further explanation of these options.
  65.  
  66. You can use the command "PRODUCTEXE /? | MORE" to read this help one
  67. screen at a time.
  68.