This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Alliss, Randall J." <address@hidden> >Organization: TASC >Keywords: 200310161236.h9GCa8Ob005082 McIDAS script mcbatch.sh Randy, >in addition, when i change my SITES.BAT file to just display a simple image >the log file indicates that it does but a mcidas window does not pop up >showing that image. > >I thought mcbatch.sh *.BAT would fire up mcidas automatically. mcbatch.sh runs a McIDAS session, but that session has neither the mcimage window or mctext window. You can load images (IMGDISP), draw maps (MAP), run BAR, and save the frame contents to GIF, JPEG, etc. file just like normal, but you won't see anything unless you run mcimage. The whole purpose of running scripts from things like cron is to _not_ popup the image or text windows. This doesn't mean that you can't, because you can. You just have to add running them from the BATCH file or other script. Tom