home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM **********************************************************
- REM *** Message.bat - Display messages with the Screen.lib ***
- REM *** ver.1 functions. ***
- REM **********************************************************
- CEnvi %0.bat %1 %2 %3
- GOTO CENVI_EXIT
-
- #include <Screen.lib>
-
- TextBox(5,1,9,78,LIGHTRED,BLUE,DOUBLE_LINE);
- ScrWrite("This is a very important message.",7,20);
- SetCursor(11,0);
-
- :CENVI_EXIT