:: ============================================= :: AutoHelp for: Nero Burning Rom 5 or 6 :: ============================================= :: INIT @echo off&CD %~dp0&call SCRIPTS\SCRIPT_MNGR.cmd :: The "normal" initial calls: %VarsSystemEtc% & %VarsLocalStrings% & %CreateHelp% %Intro% & %AutoLang% %CreateStartInf% & %PrintINFhead% & %CreateReset% :: NOTE: Set the plugin details in :: SCRIPTS\PlugSettings.ini :: ============================================= set Exclude=CDI\*.*,Uninstall\*.*,*.* set ButKeep=*.exe,*.dll,*.cfg,*.txt,*.nls, %GetFolder% if "%ProgPath%" == "NotFound" ( call RESET.cmd %MessageBox% "stop" "ERROR" "The program was not found on your system. ~~Please install it and try again." goto :EOF ) %IniSetStrings% %CreateNu2XML% %WinNtDir_a% if not exist SYS md SYS copy "%systemRoot%\System32\shfolder.dll" SYS\ copy "%systemRoot%\System32\quartz.dll" SYS\ ECHO [SourceDisksFiles] %OUT% ECHO SYS\shfolder.dll=2 %OUT% ECHO SYS\quartz.dll=2 %OUT% %XPEshortcuts% set text=Language vers 6 %Reg2Inf% -h1 "HKLM\SOFTWARE\Ahead\Shared" "ShortCutDLLLang" %Reg2Inf% -h2 "HKEY_CURRENT_USER\Software\Ahead\Nero - Burning ROM\General" "RegisteredTypesNeroVersion" %Reg2Inf% -h5 "HKEY_CURRENT_USER\Software\Ahead\Nero - Burning ROM\General" "RegisteredTypesNeroLanguage" %Reg2Inf% -h5 "HKEY_CURRENT_USER\Software\Ahead\Nero - Burning ROM\Language" "Current" set text=User Info %Reg2Inf% -h1 -S "HKLM\Software\Ahead\Nero - Burning Rom\Info" %UpxFiles% "ask" :: ============================================= :: EXTRO %Extro% & goto :EOF :: Any subroutines below here: :: =============================================