ShowMessage Utility
From sasCommunity
Summary
This is a simple utility that takes several command line arguments and displays a messagebox to the end user.
Use
ShowMessage.exe "Hello World" "caption" /[type of message]
Please use ShowMessage.exe /? at the command-line to see all available options
Call it from SAS using the following method:
x 'drive letter:\directory\showmessage.exe "Hello World" "My Caption" /a ' ;
Utility
Download the zip file containing the application.
