> From: M.Shimura <[email protected]>

> 
> Could any one tell me how to delete dialog box in plot
> 
>   I used to draw more than 100 plot pictures continuously 
> 
> pd 'eps /temp/(": counter),foo.eps'
> 
> but plot stopped every plot and show dialogbox 
> 
> "file written/temp/foo.eps"
> 
>   In J502 I delete this dialogbox  automatically  using   small  batch  file
> 
>   named e.g.  delbox.bat  with one line  DOS command
>   
>   echo off
> 
>   and registerd it on  Edit/Configure/External Program
> 
> but I cannot using this batch file in J602

To suppress dialog, try

   erase <'EPSREADER_j_'

before displaying the plots to be saved.


      
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to