@echo off&set FileName=%~n0&shift :: ============================================= :: AutoHelp PlugLab Concept: 2006 by Reatogo :: ============================================= :: Help Info: :: ======================= set Routine_Type=4 :: 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=WinNtDir_a set RoutineAuthor=Siegfried set Using_work_from= set Example_call_1=%%WinNtDir_a%% set Example_call_2= set Example_call_3= set text_01=Prints the following entries for WinntDirectories "a" in the INF. set text_02=. set text_03=[WinntDirectories] set text_04=a="Programs\%%Prog_On_CD%%",3 set text_05=. set text_06=[SourceDisksFolders] set text_07=Files=a if "%~1" == "GetHelp" goto :EOF echo.&echo %* :: ============================================= ECHO. %OUT% ECHO [WinntDirectories]%OUT% ECHO a="Programs\%Prog_On_CD%",3 %OUT% ECHO. %OUT% ECHO [SourceDisksFolders]%OUT% ECHO Files=a%OUT% ECHO. %OUT% goto :EOF :: =============================================