System Command LOAD

From NARS2000
Revision as of 19:26, 27 February 2013 by Paul Robinson (talk | contribs) (Created page with "<h1>)LOAD - Load a workspace from disc and execute {quad}LX if set</h1> In order to use a prior workspace again, you must load the workspace From disk. This is the same as whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

)LOAD - Load a workspace from disc and execute ⎕LX if set

In order to use a prior workspace again, you must load the workspace From disk. This is the same as when you want to resume editing a document in a word processor or a spreadsheet in a spreadsheet program, you have to load what you were previously working on.

You issue the command

)LOAD workspacename

Where "workspacename" is the workspace you want to use. If the load was successful, it will list the name of the workspace and the time and date it was last saved. Any existing workspace you have loaded in memory is lost. If you want to retain the current workspace, you must )SAVE that workspace before doing a )LOAD.

The current session manager window is closed and a new one opens on the newly )LOADed workspace.

The command works like this:

      )LOAD this_is_my_workspace

The Session Manager closes and reopens with the following:
SAVED 02/27/2013 4:17:53

If the system variable ⎕LX is set, the value of ⎕LX is executed, then Session Manager gives control back to you. If ⎕LX is not set, the session manager returns control to you immediately after loading the workspace.

System Commands (not case sensitive)
)CLEAR )CLOSE )COPY )DROP )EDIT )ERASE )EXIT )FNS )FOP )FOPS
)IN )INASCII )LIB )LOAD )NEWTAB )NMS )OFF )OPEN )OPS )OUT
)RESET )SAVE )SI )SIC )SINL )SYMB )ULIB )VARS )XLOAD )WSID