MathGroup Archive 1992

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

Search the Archive

Re: background job in mma

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Re: background job in mma
  • From: S.Arridge at cs.ucl.ac.uk
  • Date: Mon, 06 Jul 92 10:55:45 +0100

I expect you've got a lot of replies. In case not, to run Mathematica in
the background use :

math -batchinput -batchoutput < infile >& outfile &

(this assumes a C-Shell, not a Bourne Shell)

infile contains all the things you would type,
outfile all the things mma would output

Simon





  • Prev by Date: Fast hartley transform (no power of 2 or 4 required)
  • Next by Date: Re: background job in mma
  • Previous by thread: background job in mma
  • Next by thread: Re: background job in mma