DOCUMENTATION

TCL Reference

Reference for TCL command syntax, aliases, defaults, side effects and runtime behavior.

105 commands documentedCurrent command setA–Z dispatcher range

OFFLINE / PDF MANUALS

Take the documentation with you.

Download the complete TCL reference, MVBASIC reference, and tutorial collection as searchable PDF manuals.

Download PDFs ZIP / 1.2 MB

ACCOUNT-RESTORE

Restore accounts and files from a framed tape image.

SYNTAXACCOUNT-RESTORE [tape-file] [DRY-RUN]

ACCOUNT-RESTORE uses the maintained framed-tape loader also used by FILE-LOAD. It reads the configured pseudo0 tape by default or an explicit, optionally quoted path. The loader validates the header, interprets account and file control records, stages DATA and DICT changes, commits only after parsing, and returns the session to its original account. DRY-RUN performs the same parsing and reports statistics without committing changes.

  • This is an administrative restore operation that can replace stored data.
  • Quoted paths and dry-run spellings follow the same rules as FILE-LOAD.
  • This command is deprecated. Use export scripts from the target and import with import-all.