@echo off&set FileName=%~n0&shift :: ============================================= :: AutoHelp PlugLab Concept: 2006 by Reatogo :: ============================================= :: Help Info: :: ======================= set Routine_Type=5 :: 1=Getting Data 2=Prompts 3=Getting Files 4=Creating Files 5=General set Routine_Vers=1 set Routine_Date=2007-02-15 set RoutineName=Msg set RoutineAuthor=Siegfried set Using_work_from= set Example_call_1=%%Msg%% "Message Text" set Example_call_2= set Example_call_3= set text_01=Shows a message in the DOS box if "%~1" == "GetHelp" goto :EOF ::echo.&echo %* :: ============================================= set result= set PromptMsgText= set PromptMsgText=%WAtitle% if not "%~1" == "" set PromptMsgText=%~1 echo. ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» ECHO º %PromptMsgText% ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. set PromptMsgText= :: ============================================= goto :EOF :: =============================================