Help - Search - Members - Calendar
Full Version: SpeedCommander 11 buy, autoHelp plugin
The CD Forum > Bart's PE Builder > AutoHelp Plugins
kantu
Plugin for SpeedCommander (buy)
(no. 172 on the download list)

-For Nu2menu and XPE

-If the program is not installed, the plugin will download it for you.

-Info HERE

Regards, ElCholo smile.gif






autoHelp_SpeedCommander.cmd
QUOTE
@echo off& Color F8&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 "ElCholo" "" "319-104" "2006-01-30" "SpeedProject\SpeedCommander 11"

%GET% HEAD "550" "SpeedCommander.exe" "SpeedCommander" "disk" "Programs" "SpeedCommander 11" "Rea" "Nu2" ""

%GET% INFO "http://www.speedproject.de/enu/index.html" "buy"

:: ==================================================
:: CREATING THE REST OF THE PLUGIN

:: Note: PROGPATH is already defined.
:: ==================================================

:: Download the program if not installed:
%GET% DOWNLOAD "" "" "" "http://www.sp-download.de/sc11/sc11u.exe"

%GET% FOLDER "a" "UnInstall.exe"

%GET% FILES "2" "msxml3r.dll" "" "msxml3.dll" ""

set text=User settings
%GET% REG -h1 "HKEY_LOCAL_MACHINE\SOFTWARE\SpeedProject\SpeedCommander\11.0" %OUT%

%GET% ADD-2-INF "Static_INF.dat"

:: Uncomment to supress UPX dialog:
::set autoUPX=no
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
%GET% FINAL
:: ==================================================




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

N.B I have integrate the xml3 parser plugin (Thanks cool400 for the plugin):
Siegfried
Online now as no. 172 on the download list.

Thanks for your plugin, kantu ! biggrin.gif

I changed the category to "540 Explorer" and while I was at it, did some minor "streamlining" (addl shortcuts ->static inf etc).

BTW:
if it says "Note: PROGPATH is already defined" in the template, there is no need for a call on the GET PROGPATH routine. REA.cmd finds it by itself then.

set text=Any-Text-Here
%GET% REG -h1 ...
...only works in this combination (-h1 of the REG routine)
It does: blank line -> ;your text -> section header -> entry(s)

The -s switch is only needed for picking up subkeys.
Multible values under one key are picked up if you just specify the key (without specifying a value)

Siegfried
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.