Chapter Contents

Previous

Next
REGISTER

REGISTER



Adds an application to the Tools menu in the main SAS window

Default: None
Valid in: configuration file, SAS invocation
Windows specifics: all


Syntax
Details

Syntax

-REGISTER 'menu-name' 'command' <'working-directory'>

'menu-name'
specifies the name you want to appear in the menu. The menu-name must be enclosed in single quotation marks.

'command'
specifies the command you want to execute. The command argument can either be a .EXE, .COM, or .BAT file, or it can be an operating environment command such as the DIR command. The command must be enclosed in single quotation marks.

'working-directory'
specifies the working directory to use for the application. This argument is optional. Read your application's documentation to see if the application requires a working directory specification. The working-directory must be enclosed in single quotation marks.


Details

You can add up to eight commands to the Tools pull-down menu in the main SAS window. If your menu name or command does not include blanks or special characters, you can omit the quotes. For more information about adding commands to the list, see Adding Applications to the Tools Menu.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.