(1) Install a Java Virutal Machine on your Computer (2) Download the gmtCommandLine.zip file from the SCEC/CME site (3) Unzip the file and extract the command line scripts and the Java jar file. (4) The zip file contains a Java Jar file, GMT script file, and an xyz file. (5) You can substitute your own GMT script file, or xyz file. (6) Run the command line client as follows: #! /bin/csh java -jar gmtCommandLineWebservice.jar $1 $2 if($1 == "" || $2 =="") then echo "This Script takes at least 2 inputs: Gmt Script file Name and XYZ file" echo "Run the Script in following way: " echo "java -jar gmtCommandLineWebservice.jar [gmtScript file] [XYZ Data file]" exit endif (7) The GMT client will call a Web Service on the SCEC/CME system. It will return the URL for the GMT files that are created.