*SetAutoSaveInterval()

Specifies how often the program automatically backs up your current work session.

Syntax

*SetAutoSaveInterval (N)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

N
A time interval in minutes.

Context

*BeginDefaults()

Example

*BeginDefaults()
	*SetAutoSaveInterval(2)
	*SetDefaultPageLayout(1)
	*SetDefaultPSFile("data.ps")
	*SetDefaultPrinterOrientation(Landscape)
	*SetDefaultPrintRange(Current)
	• • •
*EndDefaults()

Comments

A script file called autosave.mvw is saved every n minutes. The default setting is 10 minutes. Set n = 0 to turn off the autosave feature.