Specifies how often the program automatically backs up your current work session.
Syntax |
*SetAutoSaveInterval(N) |
|
Argument |
Names |
Description |
N |
A time interval in minutes. |
|
Example |
*BeginDefaults() *SetAutoSaveInterval(2) *SetDefaultPageLayout(1) *SetDefaultPSFile("data.ps") *SetDefaultPrinterOrientation(Landscape) *SetDefaultPrintRange(Current) • • • *EndDefaults() |
|
Application |
MotionView, HyperView, HyperGraph, TextView, and MediaView. |
|
Context |
||
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. |
|
See also |
|
|