Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • $\begingroup$ Thanks. I suppose that's my best bet. $\endgroup$ Commented Feb 16, 2015 at 21:27
  • 2
    $\begingroup$ An additional note, if you want to save to a backup file on each execution, this can be done with NotebookSave[], but then it puts you into working in the backup file. If you want to save to a backup file on each execution but stay in your main file, this works for me (though there's likely a more elegant solution out there): Export[NotebookFileName[] <> ".backup.nb", EvaluationNotebook[]]; $\endgroup$ Commented Feb 18, 2015 at 16:12