:: ============================================= :: AutoHelp for: 2xExplorer :: ============================================= :: 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 :: ============================================= %xDWLD% "http://wcarchive.cdrom.com/pub/simtelnet/win95/fileutl/2xex1412.zip" "" "2xExplorer" %IniSetStrings% %CreateNu2XML% %XPEshortcuts% %Add2Inf% if not exist Files\2xExplorer.1x1 copy SCRIPTS\2xExplorer.1x1 Files\2xExplorer.1x1 :: ============================================= :: EXTRO %Extro% & goto :EOF :: Any subroutines below here: :: =============================================