Dear Beulah
First save the script of the graph as .bat file and then in the command prompt give the name of the script saved followed by .bat.
In RUN > Deploy >> As script it create a .bat file at ur host directory and then run .bat file from Command prompt
In the run directory a graph can be deployed as a .ksh file. Now this .ksh file can be run at the command prompt as:
ksh <script_name> <parameters if any>
hope this helps...