@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=Intro set RoutineAuthor=Siegfried set Using_work_from= set Example_call_1=%%Intro%% set Example_call_2= set Example_call_3= set text_01=Intro prompt for the plugin configuration. set text_02=. set text_03=1. Starts the Help.htm set text_04=2. Intro prompt set text_05=3. Continues configuration or exits the script if cancel was pressed set text_06=4. Closes the Help.htm set text_07= set text_08= set text_09= set text_10= if "%~1" == "GetHelp" goto :EOF echo.&echo %* :: ============================================= if exist start.inf.txt if not "%Allow_Reconfigure%" == "yes" ( %MessageBox% "info" "Already configured ..." "The plugin is already configured. ~~Run RESET.cmd first if you want to re-configure the plugin." "nomsg" exit ) if exist HELP.htm start HELP.htm %wait% 2 %MessageBox% "quest" "PLUGIN CONFIGURATION ..." "%Prog_Name_In_Header% ~~This will configure your plugin. ~~Please read Disclaimer and License before you continue. ~If you do not accept, please press cancel." "nomsg" if "%BTN%" == "cancel" exit if exist HELP.htm %CLOSEWINDOW% "BartPE PlugLab Plugin" goto :EOF :: =============================================