Plugin for System Information, free
(no. 198 on the download list)
-For Nu2menu and XPE
-If the program is not installed, the plugin will download it for you.
-Info HERE
Regards, Nikky

autoHelp_siw.cmd
QUOTE
@echo off& Color F0&MODE CON: COLS=73 LINES=20&if not exist ..\..\REA.cmd echo Wrong Directory...&pause&exit
set SILENT=%1&set GET=call ..\..\REA.cmd
If not "%SILENT%" == "silent" if exist start.inf.txt echo The plugin is already configured...&pause&exit
If "%MASTER%" == "" If "%SILENT%" == "silent" if exist start.inf goto :EOF
:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================
%GET% CREDITS "Nikky" "" "3110a-104" "2006-05-04" ""
%GET% HEAD "780" "siw.exe" "System Information" "cmd" "None" "System Info" "Rea" "Nu2" ""
%GET% INFO "http://www3.sympatico.ca/gtopala/about_siw.html" "free"
:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: ==================================================
%GET% DOWNLOAD "exe" "" "" "http://www3.sympatico.ca/gtopala/siw.exe"
%GET% FILES "-a" "siw.exe"
%line%
ECHO [Software.AddReg] %OUT%
ECHO ; XPE Shortcuts for System Information %OUT%
ECHO 0x2, "Sherpya\XPEinit\Desktop", "System Information", "%%SystemDrive%%\Programs\siw\Start_siw.cmd||%%SystemDrive%%\Programs\siw\siw.exe,1" %OUT%
ECHO 0x2, "Sherpya\XPEinit\Programs", "System Info\System Information", "%%SystemDrive%%\Programs\siw\Start_siw.cmd||%%SystemDrive%%\Programs\siw\siw.exe,1" %OUT%
set autoUPX=no
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
%GET% FINAL
:: ==================================================
set SILENT=%1&set GET=call ..\..\REA.cmd
If not "%SILENT%" == "silent" if exist start.inf.txt echo The plugin is already configured...&pause&exit
If "%MASTER%" == "" If "%SILENT%" == "silent" if exist start.inf goto :EOF
:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================
%GET% CREDITS "Nikky" "" "3110a-104" "2006-05-04" ""
%GET% HEAD "780" "siw.exe" "System Information" "cmd" "None" "System Info" "Rea" "Nu2" ""
%GET% INFO "http://www3.sympatico.ca/gtopala/about_siw.html" "free"
:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: ==================================================
%GET% DOWNLOAD "exe" "" "" "http://www3.sympatico.ca/gtopala/siw.exe"
%GET% FILES "-a" "siw.exe"
%line%
ECHO [Software.AddReg] %OUT%
ECHO ; XPE Shortcuts for System Information %OUT%
ECHO 0x2, "Sherpya\XPEinit\Desktop", "System Information", "%%SystemDrive%%\Programs\siw\Start_siw.cmd||%%SystemDrive%%\Programs\siw\siw.exe,1" %OUT%
ECHO 0x2, "Sherpya\XPEinit\Programs", "System Info\System Information", "%%SystemDrive%%\Programs\siw\Start_siw.cmd||%%SystemDrive%%\Programs\siw\siw.exe,1" %OUT%
set autoUPX=no
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
%GET% FINAL
:: ==================================================
Start_siw.cmd
QUOTE
@echo off&Color F8
if "%temp%" == "" goto :EOF
if exist "%temp%\siw\siw.exe" goto _prep
xcopy "%~dp0*.*" "%temp%\siw\" /I /E /R /Y /C /H > nul
:_prep
:_run
start %temp%\siw\siw.exe /w
if "%temp%" == "" goto :EOF
if exist "%temp%\siw\siw.exe" goto _prep
xcopy "%~dp0*.*" "%temp%\siw\" /I /E /R /Y /C /H > nul
:_prep
:_run
start %temp%\siw\siw.exe /w
Note for users not using the reatogo setup:
The plugin depends on certain files to be in the PEbuilder root.
Download Getting_Started.exe and run it in your folder "plugin". This will put those depends into your setup and then present you with the list of all available autoHelp plugins, including this one.
Get it here
