System Command LOAD

From NARS2000
Revision as of 19:30, 27 February 2013 by Paul Robinson (talk | contribs)
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 the existing window and opens a new window with the new workspace loaded, then displays the following:
SAVED 02/27/2013 4:17:53
Where the date and time will be the last instance that the workspace was saved.

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. If you have a workspace where you do not want to execute ⎕LX on loading, use the command )XLOAD.

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