<html><body>
<DIV>Hi Brian,</DIV>
<DIV>Try changing your command in the .bat file from:&nbsp;&nbsp;</DIV>
<DIV>grads -blc exec batch.gs&nbsp; </DIV>
<DIV>to </DIV>
<DIV>grads -blc 'batch.gs'</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>Test it by double clicking the .bat file.&nbsp; Your .gs file should fire right up!</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>Also you can create a new directory not in the Program Files path and place all your scritps there (c:/grads_stuff/scripts).&nbsp;Create a seperate directory for all you output images (c:/grads_stuff/output). Just be sure to include the full path in your script to the output directory.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also make sure GRADS is in you path (in this way your machine will know where the GRADS executable lives):</DIV>
<DIV>&nbsp;</DIV>
<DIV>Control Panel&gt;System&gt;Advanced&gt;Environmnet Variables&gt;System Variables&gt;Edit</DIV>
<DIV>Scrool down and select Path, then Edit.&nbsp; Go to end of the Variable Value line and type in:</DIV>
<DIV>;&nbsp;C:\Program Files\PCGrADS\win32e</DIV>
<DIV>&nbsp;</DIV>
<DIV>Then use&nbsp;windows scheduling task to execute the .bat file.&nbsp; It should find GRADS just fine.&nbsp; The output image will land in your output directory. I do it all the time.&nbsp;</DIV>
<DIV>--<BR>Thanks, <BR>Mark</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-------------- Original message -------------- <BR>From: Brian Gaze &lt;brian.gaze@NTLWORLD.COM&gt; <BR><BR>&gt; Hi, <BR>&gt; <BR>&gt; I'm trying to schedule a grads script to run on a Windows server. I'm trying <BR>&gt; to call the script from a Windows batch (.bat) file. The batch file contains <BR>&gt; the following <BR>&gt; <BR>&gt; grads -blc exec batch.gs <BR>&gt; <BR>&gt; This opens grads, and the following error message is generated: <BR>&gt; <BR>&gt; EXEC error: missing file name <BR>&gt; <BR>&gt; The .gs file contains the following script (and is intended to generate a <BR>&gt; gif image and then close GRADS): <BR>&gt; <BR>&gt; 'open model.ctl' <BR>&gt; 'd ps' <BR>&gt; 'printim bg.gif gif' <BR>&gt; 'quit' <BR>&gt; <BR>&gt; NOTE: both files are in the C:\program files\PCGrADS\win32e directory. <BR>&gt; <BR>&gt; I'm completely new to GRADS but have looked through the tutorial and c
 an <BR
>&gt; find nothing to help. <BR>&gt; <BR>&gt; Have I misunderstood how this should work, or is there a problem with the <BR>&gt; syntax I am using? <BR>&gt; <BR>&gt; Thanks for any help. <BR>&gt; <BR>&gt; Brian Gaze </BLOCKQUOTE></body></html>