@echo off&set FileName=%~n0&shift :: ============================================= :: AutoHelp PlugLab Concept: 2006 by Reatogo :: ============================================= :: Help Info: :: ======================= set Routine_Type=2 :: 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=ShowText set RoutineAuthor=Siegfried set Using_work_from=AEC set Example_call_1=%%SHOWTEXT%% "%%PEroot%%\bartpe.txt" set Example_call_2= set Example_call_3= set text_01=Displays the content of any text file. set text_02=Param 1: full path and name of the text file. set text_03=. set text_04=Similar to FILETEXT but has a larger display and the file set text_05=must not be in DATs but may be anywhere. if "%~1" == "GetHelp" goto :EOF echo.&echo %* :: ============================================= "%APPs%\xFUNCs.exe" "SHOWTEXT" "%~1" goto :EOF