MathGroup Archive 2010

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

Search the Archive

Re: Re: Programmatically saving myself

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107808] [mg107808] Re: [mg107796] Re: Programmatically saving myself
  • From: Joe Hays <hays.joe at gmail.com>
  • Date: Sat, 27 Feb 2010 03:12:26 -0500 (EST)
  • References: <hm75ch$iu9$1@smc.vnet.net> <201002260906.EAA01363@smc.vnet.net>

Albert,

NotebookSave[EvaluationNotebook[]]

is exactly what I wanted! EvaluationNotebook was the key I hadn't found in
my documentation searches. Thanks for the help.

Joe

On Fri, Feb 26, 2010 at 4:06 AM, Albert Retey <awnl at gmx-topmail.de> wrote:

> Hi,
>
> > How can I get a notebook to programmatically save itself at controlled
> > locations? I don't want to use the NotebookAutoSave property because that
> > saves the notebook everytime a cell produces an output. I want more
> control
> > over when the notebook save itself.
> >
> > Ideas?
>
> I don't understand exactly what you want, but I think you could use
> NotebookSave in one way or the other:
>
> NotebookSave[EvaluationNotebook[],controlledlocation]
>
> hth,
>
> albert
>
>


  • Prev by Date: Re: Re: auto-save in Mathematica
  • Next by Date: Re: Pass argument name to plot label
  • Previous by thread: Re: Programmatically saving myself
  • Next by thread: Re: Programmatically saving myself