Previous Next Chapter

NEWDRAWER command

Purpose:

This command is for creating new drawers.

Format:

NEWDRAWER [NAME] <Name of drawer to create>

Template:

NEWDRAWER NAME/A

Parameters:

NAME

Name of the drawer to be created.

Errors:

10 - If the named drawer could not be created.

Result:

-

Notes:

The drawer name given must be an absolute path, such as in RAM:Empty". A relative path, such as /fred/barney" will not work.

Example :

/* Create a drawer by the name of Empty" in the RAM disk. */
ADDRESS workbench

NEWDRAWER ,RAM:Empty`

Top Previous Next Chapter