@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=RefreshPEbuilder set RoutineAuthor=Siegfried set Using_work_from= set Example_call_1=%%RefreshPEbuilder%% set Example_call_2= set Example_call_3= set text_01=Refresh the PEbuilder plugin dialog set text_02=to show the right enable status after a plugin configuration. if "%~1" == "GetHelp" goto :EOF echo.&echo %* :: ============================================= "%APPs%\xFUNCs.exe" "REFRESH_PEBUILDER" goto :EOF