
Last Modified: 9/13/02 by Creeth, Richman & Associates, Inc.


This readme file contains instructions on how to run TM1ProcessExecute.exe and TM1ChoreExecute.exe,
and relevant informations.


Instructions for running TM1ProcessExecute.exe:
  
  The main purpose of TM1ProcessExecute.exe is to successfully run a TM1 process given the 
  required information.                                                                             
  
  The correct usage of this program is to enter the following commands in a console window
  like MS-Dos prompt:                                                                         

  TM1ProcessExecute AdminHost TM1_Server Client-Id  Client-Password Process-Name P1 P2 ...  
	
  where AdminHost is the name of Admin Host on your network; TM1_Server is the name of your 
  TM1 Server; Client_Id, Client-Password are Client ID, and Password used to login to your TM1 server 
  respectively; ProcessName is the name of requested process to be run; and P1, P2, ... denotes parameter 
  values of the process in that order.                                     

  If no parameters are needed then the correct usage is:                                    
  TM1ProcessExecute AdminHost TM1_Server Client-Id  Client-Password Process-Name               

  This program returns 0 if the requested process is successfully run, otherwise it returns 1. 



Instructions for running TM1ChoreExecute.exe:
  
  The main purpose of TM1ChoreExecute.exe is to successfully run a TM1 chore given the 
  required information.                                                                             
  
  The correct usage of this program is to enter the following commands in a console window, 
  like MS-DOS prompt:                                                                       

  TM1ChoreExecute AdminHost TM1_Server Client-Id  Client-Password Chore-Name  
	
  where AdminHost is the name of Admin Host on your network; TM1_Server is the name of your 
  TM1 Server; Client_Id, Client-Password are Client ID, and Password used to login to your TM1 server 
  respectively; Chore Name is the name of requested chore to be run.

  This program returns 0 if the requested chore is successfully run, else it returns 1.

