Bau Dir Deinen eigenen quasi-Proxy für ECCP mit DOS <IMG SRC="/phpBB/images/smiles/icon_biggrin.gif" alt="Very Happy">
:: All subclients in a individual subdirectory
:: The main one collects the DP's
:: You need an Ascii-file (fragment.txt) with no carriage return containing: set myamp=
:: creating subdirectory list
dir /b /aD-h >dirlist.txt
:LOOP
:: check for not empty directory list or terminate
dir dirlist.txt |find " 0 " > nul
if not errorlevel 1 GOTO END
:: copy environment variable to first line as ascii
copy fragment.txt+dirlist.txt /a newlist.txt >nul
:: extract variable setting to batch
type newlist.txt |find "set myamp=" >tmp.bat
:: extract remaining list
type newlist.txt |find "set myamp=" /v >dirlist.txt
::setting the directory variable
call tmp.bat
::check if output file exist
IF not exist %myamp%dplist. GOTO LOOP
:: avoid sharing conflict
rename %myamp%dplist. temp.lst
:: concactenate files
type %myamp%temp.lst >>dplist.
del %myamp%temp.lst
GOTO LOOP
:END
del dirlist.txt
del newlist.txt
del tmp.bat
:: Due to no Ack request (Danger), maintain the history for the points (remove REM then)
rem type dplist. >> safe.log
:: And this is finally the central send function
\nt0002cmdb$eccpECCP109.EXE -xmit-only
Für mehrere LANs kann man noch FTP-script einbauen
<IMG SRC="/phpBB/images/smiles/icon_biggrin.gif" alt="Very Happy">
Achtung: Super-Athlon-Client
-
S_Garbe
- Rechenkraft.net-Sponsor

- Beiträge: 1219
- Registriert: 09.11.2001 01:00
- Wohnort: Kohlstädt
-
vfrey
- GPU-Einsetzer

- Beiträge: 2322
- Registriert: 28.06.2001 01:00
- Wohnort: Kirchseeon
-
S_Garbe
- Rechenkraft.net-Sponsor

- Beiträge: 1219
- Registriert: 09.11.2001 01:00
- Wohnort: Kohlstädt
-
Bananeweizen
- Urvater

- Beiträge: 2867
- Registriert: 14.06.2001 01:00
- Wohnort: Kornwestheim
S_Garbe schrieb am 2001-11-28 19:50 :
ich arbeite weiter mit dem "alten" optimierten Client - den neuen 1.30 nehme ich nur zum senden <IMG SRC="/phpBB/images/smiles/icon_smile.gif" alt="Smile">
Ganz meine Meinung. Der 1.30 ist zwar schneller als der 1.27. Aber die Prozessor-optimierten Clients von StatsAholic sind immer noch deutlich besser.
Ciao, Michael.
