MathGroup Archive 2010

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

Search the Archive

Re: Programmatically saving myself

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107796] Re: Programmatically saving myself
  • From: Albert Retey <awnl at gmx-topmail.de>
  • Date: Fri, 26 Feb 2010 04:06:57 -0500 (EST)
  • References: <hm75ch$iu9$1@smc.vnet.net>

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: Programmatically saving myself
  • Next by Date: Re: Programmatically saving myself
  • Previous by thread: Re: Programmatically saving myself
  • Next by thread: Re: Re: Programmatically saving myself