|
[Date Index]
[Thread Index]
[Author Index]
Re: Saving Kernel Status
- To: mathgroup at smc.vnet.net
- Subject: [mg46641] Re: Saving Kernel Status
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Thu, 26 Feb 2004 17:53:32 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 2/25/04 at 1:07 PM, HierMeinVorname at schaudel.com (Florian
Schaudel) wrote:
>Is there a way, to dump the status of the kernel to a file, shut
>down the computer and restart it later in exactly the same status
>(i.e. variables having same values, etc.)?
Yes, use DumpSave@"file" to save everything. Then later you can use DumpGet@"file" to restore things.
Take a look at the help browser entries for DumpSave and DumpGet for more information.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: Saving Kernel Status
Next by Date:
Re: Any way to display vars internal to a function on interrupt?
Previous by thread:
Re: Saving Kernel Status
Next by thread:
Re: Saving Kernel Status
|