MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: running a program in batch

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22674] Re: running a program in batch
  • From: "P.J. Hinton" <paulh at wolfram.com>
  • Date: Sat, 18 Mar 2000 01:27:50 -0500 (EST)
  • Organization: "Wolfram Research, Inc."
  • References: <8aqr05$a52@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 16 Mar 2000, Bey Mohamed wrote:

> After writing a Mathematica Program, how  can I run it automatically when I
> start Mathematica.

Your subject line and query address two different points.

To run the Mathematica kernel noninteractively (which is often referred to
batch mode), see this prior posting:

http://library.wolfram.com/mathgroup/archive/1998/Apr/msg00243.html

Setting up a sequence of calculations to be peformed at startup can be
done by adding them to your kernel init.m file.  This is explained in
detail at this URL:

http://support.wolfram.com/Kernel/Files/init.m.Configure.html

You can also create initialization cells in your notebooks:

http://documents.wolfram.com/v4/MainBook/1_11/S1.11.1.html

-- 
P.J. Hinton
Mathematica Programming Group           paulh at wolfram.com
Wolfram Research, Inc.
Disclaimer: Opinions expressed herein are those of the author alone.



  • Prev by Date: data structures
  • Next by Date: Re: Getting values from Plot
  • Previous by thread: Re: running a program in batch
  • Next by thread: Getting values from Plot