Adds an application to the Tools menu in the main SAS window.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Display |
PROC OPTIONS GROUP= | ENVDISPLAY |
Default: | none |
Windows specifics: | all |
specifies the name that you want to appear in the menu. The menu-name must be enclosed in quotation marks.
specifies the command that 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 quotation marks.
specifies the working directory to use for the application. This argument is optional. Read your application's documentation to see whether the application requires a working directory specification. The working-directory must be enclosed in quotation marks.