<box 550px round orange|Notes>
Für den gewerblichen Einsatz, bitte die Lizenzbedingungen des Herstellers beachten.
Wenn der Type Freeware ist, ist es möglich, dass es nur für den privaten Einsatz frei ist.
Der Downloadlink ist optimiert für eine deutsche Windowsinstallation
For Business use, please read the license of the producer.
If the Type is Freeware, it is possible only for privat use free.
Downloadlink is optimized for a German Windows installation.
</box>
CHIP Online Download Windows Starter Kit ⇒ more info @ http://www.chip.de/downloads/CHIP-Online-Windows-Starter-Kit-2010_30102941.html
X | Category | Type | Description | Download-Link | Description |
---|---|---|---|---|---|
Freeware | MP3Gain | http://mp3gain.sourceforge.net | |||
Freeware | mp3DirectCut | http://www.mpex.net/software/details/mp3directcut.html | ist ein kleiner aber leistungsfähiger MP3 (und teilweise MP2) Editor. Das MP3 Format bietet nur wenige Möglichkeiten, um Dateien direkt, das heißt ohne den qualitätsmindernden Umweg über das Wave Format zu bearbeiten. Dies sind vor allem Schnitte, Einfügen und Lautstärkeveränderungen. Genau dafür bietet mp3DirectCut ausgefeilte Werkzeuge! | ||
Freeware | ImageMagick | http://www.imagemagick.org/script/binary-releases.php#windows | ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. | ||
Freeware | pkColorPicker | http://www.color-picker.de | Ein Werkzeug für Webdesigner, Grafiker und alle, die mit Farben auf dem Computer arbeiten, hilft Farben auf Basis der Farbmodelle HSL und RGB zu wählen, mit dem einzigartigen Farbmixer lassen sich Farben für eine existierende Farbschema finden, kopiert Farbnummern automatisch in die Zwischenablage … | ||
Freeware | Batch File Renamer | http://www.ezyware.com/BatchRenamer.html | With this free software a user can rename and change any number of filenames, extensions and attributes at once. | ||
Freeware | eXpress TimeStamp Toucher (XTST) | http://www.irnis.net/soft/xtst/ | XTST is an small freeware utility for changing the timestamp attributes of couple of files at once. | ||
Freeware | Proxy Switcher | http://projects2.mwiedemeyer.de/ProxySwitcher/SitePages/Home.aspx | Proxy Switcher erlaubt die Ort- oder Netzwerkabhängige Konfiguration von verschiedenen Komponenten und das Ausführen verschiedenster Aktionen. Dabei können neben den Proxy Einstellungen für den Internet Explorer, Firefox und Opera auch diverse andere Aktionen ausgeführt werden. | ||
Freeware | Passbildgenerator | http://www.passbild-generator.de | ermöglicht es, schnell und unkompliziert, normkonforme Passbilder zu erstellen. Sie können acht Passbilder auf dem 10×15 Zentimeter Format als JPEG abspeichern und bei einem Fotolabor im Internet günstig bestellen. Somit bekommen Sie sehr günstige Passbilder in einer hohen Qualität. Die Qualität ist allerdings von Ihrer Aufnahme abhängig. Folgen Sie bei der Aufnahme den Empfehlungen der Bundesdruckerei, damit Ihr Passbild von der Ausstellungsbehörde akzeptiert wird. |
reg QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\"
more info ⇒ http://support.microsoft.com/kb/318785/de
some usefull Firefox Addons:
| advanced User | SwitchProxy Tool | https://addons.mozilla.org/firefox/addon/125 |
i will create a multidownloader to get all files with nearly one click
You need wget
from UnxUtils
or
wget.zip
@echo off REM multidownloader.bat REM Version 0.0.6 2010-12-07 Mark Wolfgruber REM Version 0.0.5 2010-11-28 Mark Wolfgruber REM Version 0.0.4 2010-10-08 Mark Wolfgruber REM Source http://pichat-wiki.de/offtopics/downloads REM You need wget e.g from UnxUtils e.g. from http://pichat-wiki.de/downloads#unxutils echo.%date% %time% ### Start script %0 rem set _install=Freeware set _install=install if exist "%ProgramFiles%\UnxUtils\wget.exe" set _wget="%ProgramFiles%\UnxUtils\wget.exe" if exist "%~dp0\wget.exe" set _wget="%~dp0\wget.exe" if "_wget"=="" ( echo. echo.ERROR echo.can't find wget echo.You need wget.exe e.g from UnxUtils e.g. from http://pichat-wiki.de/downloads#unxutils echo. echo.Exit Script now ... pause goto :end ) ::set global wget parameters set _wget=%_wget% --timeout=2 --tries=2 rem --connect-timeout=2 --tries=2 REM if you are using a Proxy activate the following 2 lines rem set http_proxy=192.168.216.26:3128 rem set _wget=%_wget% --proxy=on rem activate debug with=%~n0.debug ... deactivate debug with =nul rem set _debug=nul set _debug="%~dpn0.debug.tail" if not "%_debug%"=="nul" ( if exist "%_debug%.old" del "%_debug%.old" if exist "%_debug%" move "%_debug%" "%_debug%.old" ) set _error="%~dpn0.err" if exist "%_error%.old" del "%_error%.old" if exist "%_error%" move "%_error%" "%_error%.old" if exist "%_error%" echo %date% %time% --- can't delete ERROR-File ... overwrite it now > "%_error%" echo.%date% %time% ### Start Downloads >%_debug% ::Softwarepacks rem set /p _wait=Start downloads...<nul echo.Start downloads...<nul REM call :download_sw "Name" "URL" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_linux32.tgz" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_win32.exe" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginauthplain.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginauthplain.so" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginlanguage.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginlanguage.so" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginlogbot.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginlogbot.so" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginquizbot.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginquizbot.so" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginwebcam.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginwebstatus.dll" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginwebstatus.so" call :download_sw "Pichat" "http://www.pichat.net/downloads/pichat_pluginwinamp.dll" rem call :download_sw "Firefox" "http://download.mozilla.org/?product=firefox-3.6.10&os=win&lang=de" call :download_sw "Firefox" "http://download.mozilla.org/?product=firefox-3.6.12&os=win&lang=de" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/256/addon-256-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/636/addon-636-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/984/addon-984-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/722/addon-722-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/6623/addon-6623-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/1865/addon-1865-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/6937/addon-6937-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/9361/addon-9361-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/92382/platform:5/addon-92382-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/4227/addon-4227-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/3829/addon-3829-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/201/addon-201-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/684/addon-684-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/5519/addon-5519-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/2848/addon-2848-latest.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/5681/addon-5681-latest.xpi" call :download_sw "Firefox\AddOns" "http://download.avm.de/fritz.box/tools/fritzbox_addon/addon4ff/fb_add_on@avm.de.xpi" call :download_sw "Firefox\AddOns" "https://addons.mozilla.org/firefox/downloads/latest/5202/addon-5202-latest.xpi" rem call :download_sw "Thunderbird" "http://download.mozilla.org/?product=thunderbird-3.1.4&os=win&lang=de" call :download_sw "Thunderbird" "http://download.mozilla.org/?product=thunderbird-3.1.6&os=win&lang=de" call :download_sw "Thunderbird" "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest-2.0/win32/de/Thunderbird Setup 2.0.0.24.exe" call :download_sw "PopPeeper" "http://poppeeper.mortaluniverse.com/download/POPPeeper-Install.exe" call :download_sw "AntiVir" "http://dlce.antivir.com/package/wks_avira/win32/de/pecl/avira_antivir_personal_de.exe" call :download_sw "AntiVir" "http://download.nai.com/products/mcafee-avert/stinger10101176.exe" call :download_sw "AntiVir" "https://dl.web.de/tb_beta/de_cleaner.exe" call :download_sw "Spybot" "http://www.spybotupdates.com/files/spybotsd162.exe" call :download_sw "ZoneAlarm" "http://download.zonealarm.com/bin/free/1001_de/zaSetup_92_058_000_de.exe" call :download_sw "IrfanView" "http://fileforum.betanews.com/sendfile/967963863/1/1286367772.71ad50950d8bd13100cbe2594b400213344141dc/iview427_setup.exe" call :download_sw "IrfanView" "http://fileforum.betanews.com/sendfile/1099412658/1/1286367836.cfed740ab0f24578fed00183d0f64ef4dd0f1fbc/irfanview_plugins_427_setup.exe" call :download_sw "RealPlayer" "http://de.real.com/download2/realplayer/sp/" call :download_sw "XNView" "http://download3.xnview.com/XnView-win-full-de.exe" call :download_sw "Acrobat" "http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.4.0/de_DE/AdbeRdr940_de_DE.exe" call :download_sw "Acrobat" "http://ardownload.adobe.com/pub/adobe/reader/win/10.x/10.0.0/de_DE/AdbeRdr1000_de_DE.exe" call :download_sw "Foxit" "http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.2/enu/FoxitReader42_enu.zip" call :download_sw "CDBurnerXP" "http://cdburnerxp.se/downloadsetup.exe" call :download_sw "DivX" "http://download.divx.com/divx/DivXInstaller.exe" rem call :download_sw "ImgBurn" "http://download.imgburn.com/SetupImgBurn_2.5.2.0.exe" call :download_sw "PSPad" "http://files.brothersoft.com/business/applications/pspad454inst_en.exe" call :download_sw "FreePDF" "http://www.mondays-suck.de/FreePDF4.02.EXE" call :download_sw "Sysinternals" "http://download.sysinternals.com/Files/SysinternalsSuite.zip" call :download_sw "xp-AntiSpy" "http://www.xp-antispy.org/downloads/xp-AntiSpy_deutsch.zip" rem call :download_sw "hardcopy" "http://www.hardcopy.de/hc.exe" rem call :download_sw "PrintKey" "http://www.wintotal.de/server/grafik/PRINTKEY2000.zip" rem call :download_sw "PrintKey" "http://www.wintotal.de/server/grafik/printkey510ef.zip" call :download_sw "PuTTY" "http://puttycm.free.fr/download/puttycm.exe" call :download_sw "PuTTY" "http://puttycm.free.fr/download/pcmcrypt.dll" ::downloads from microsoft call :download_sw "MS.net" "http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe" call :download_sw "MS.net" "http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe" call :download_sw "MS.net" "http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe" call :download_sw "MS.net" "http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe" ::downloads from sourceforge :: try mirrors: heanet.dl mesh.dl switch.dl ignum.dl fastbull.dl call :download_sw "DVDFlick" "http://switch.dl.sourceforge.net/project/dvdflick/dvdflick/DVD Flick 1.3.0.7/dvdflick_setup_1.3.0.7.exe" call :download_sw "FreePDF" "http://switch.dl.sourceforge.net/project/ghostscript/GPL Ghostscript/9.00/gs900w32.exe" rem call :download_sw "FreePDF" "http://switch.dl.sourceforge.net/project/ghostscript/GPL Ghostscript/9.00/gs900w64.zip" call :download_sw "FreePDF" "http://ignum.dl.sourceforge.net/project/ghostscript/GPL Ghostscript/9.00/gs900w64.zip" call :download_sw "PDFCreator" "http://prdownloads.sourceforge.net/pdfcreator/PDFCreator-1_1_0_setup.exe?download" call :download_sw "7-Zip" "http://switch.dl.sourceforge.net/project/sevenzip/7-Zip/9.17/7z917.exe" call :download_sw "7-Zip" "http://switch.dl.sourceforge.net/project/sevenzip/7-Zip/9.17/7z917.msi" call :download_sw "7-Zip" "http://switch.dl.sourceforge.net/project/sevenzip/7-Zip/9.17/7z917-x64.msi" call :download_sw "7-Zip" "http://switch.dl.sourceforge.net/project/sevenzip/7-Zip/9.17/7z917-ia64.msi" call :download_sw "FileZilla" "http://switch.dl.sourceforge.net/project/filezilla/FileZilla Server/0.9.36/FileZilla_Server-0_9_36.exe" call :download_sw "FileZilla" "http://switch.dl.sourceforge.net/project/filezilla/FileZilla_Client/3.3.4.1/FileZilla_3.3.4.1_win32-setup.exe" call :download_sw "VLC" "http://switch.dl.sourceforge.net/project/vlc/1.1.4/win32/vlc-1.1.4-win32.7z" call :download_sw "VLC" "http://switch.dl.sourceforge.net/project/vlc/1.1.4/win32/vlc-1.1.4-win32.zip" call :download_sw "VLC" "http://switch.dl.sourceforge.net/project/vlc/1.1.4/win32/vlc-1.1.4-win32.exe" rem call :download_sw "SystemRescueCD" "https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/1.6.3/systemrescuecd-x86-1.6.3.iso/download" rem call :download_sw "SystemRescueCD" "https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/1.6.4/systemrescuecd-x86-1.6.4.iso/download" ::spezial commands and big downloads set _wgetold=%_wget%&& set _wget=%_wget% --level=2 -nd -N -r -nr rem call :download_sw "Clonezilla" "http://ignum.dl.sourceforge.net/project/clonezilla/clonezilla_live_stable/" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/putty.zip" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/putty-installer.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/putty.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/puttytel.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/pscp.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/psftp.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/plink.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/pageant.exe" rem call :download_sw "PuTTY" "http://tartarus.org/~simon/putty-snapshots/x86/puttygen.exe" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Linux/1.7.3a/" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/xampp-win32-1.7.3.exe" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/xampp-win32-1.7.3.txt" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/xampplite-win32-1.7.3.exe" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/xampplite-win32-1.7.3.txt" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Windows/1.7.3/xampp-win32-upgrade-1.7.2-1.7.3.exe" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Linux/1.7.3a/XAMPP-LINUX-RELEASENOTES.txt" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Linux/1.7.3a/xampp-linux-1.7.3a.tar.gz" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Linux/1.7.3a/xampp-linux-upgrade-1.7.2-1.7.3a.tar.gz" rem call :download_sw "XAMPP" "http://switch.dl.sourceforge.net/project/xampp/XAMPP Linux/1.7.3a/xampp-linux-upgrade-1.7.3-1.7.3a.tar.gz" set _wget=%_wgetold% rem call :download_sw "Clonezilla" "http://ignum.dl.sourceforge.net/project/clonezilla/clonezilla_live_stable/clonezilla-live-1.2.6-24-i686.iso" rem call :download_sw "Clonezilla" "http://ignum.dl.sourceforge.net/project/clonezilla/clonezilla_live_stable/clonezilla-live-1.2.6-24-i486.iso" rem call :download_sw "Clonezilla" "http://ignum.dl.sourceforge.net/project/clonezilla/clonezilla_live_stable/clonezilla-live-1.2.6-24-amd64.iso" rem call :download_sw "Clonezilla" "http://ignum.dl.sourceforge.net/project/clonezilla/clonezilla_live_testing/1.2.6-29/clonezilla-live-1.2.6-29-i686.iso" rem call :download_sw "Clonezilla" "http://garr.dl.sourceforge.net/project/clonezilla/clonezilla_live_alternative_testing/20101003-maverick/clonezilla-live-20101003-maverick.iso" rem call :download_sw "Clonezilla" "http://garr.dl.sourceforge.net/project/clonezilla/clonezilla_live_stable/clonezilla-live-1.2.6-24-i686.zip" REM call :download_sw "Debian" "http://cdimage.debian.org/debian-cd/5.0.6/i386/iso-cd/debian-506-i386-businesscard.iso" REM call :download_sw "Debian" "http://cdimage.debian.org/debian-cd/5.0.6/i386/iso-cd/debian-506-i386-netinst.iso" REM call :download_sw "Debian" "http://cdimage.debian.org/debian-cd/5.0.6/i386/iso-cd/debian-506-i386-CD-1.iso" REM call :download_sw "Debian" "http://cdimage.debian.org/debian-cd/5.0.6/i386/iso-dvd/debian-506-i386-DVD-1.iso" REM call :download_sw "Name" "URL" REM call :download_sw "Name" "URL" REM call :download_sw "Name" "URL" REM call :download_sw "Name" "URL" call :download_sw "OpenOffice.org" "http://download.services.openoffice.org/files/localized/de/3.2.1/OOo_3.2.1_Win_x86_install-wJRE_de.exe" goto skip :skip echo.done rem @echo on goto end echo.ERROR ... you never have to see this! ::functions :download_sw rem set /p _wait=.<nul REM call with (your) Programmname/Description and Download URL from the installfile REM e.g.: call :download_sw "Firefox" "http://download.mozilla.org/?product=firefox-3.6.10&os=win&lang=de" if not exist "%_install%\%1\." md "%_install%\%1" cd "%_install%\%1" rem echo. echo.%2 rem echo ### %_wget% --no-clobber %2 >> %_debug% rem %_wget% --no-clobber --append-output=%_debug% %2 2>>%_error% rem echo %date% %time% --- Errorlevel wget --no-clobber %errorlevel% >> %_debug% echo ### %_wget% --timestamping %2 >> %_debug% %_wget% --timestamping --append-output=%_debug% %2 || ( echo %date% %time% --- ERROR downloading %2 >> %_error% echo %date% %time% --- ERROR downloading %2 ) echo %date% %time% --- Errorlevel wget --timestamping %errorlevel% >> %_debug% rem echo ### %_wget% --continue %2 >> %_debug% rem %_wget% --continue --append-output=%_debug% %2 2>>%_debug%.error rem echo %date% %time% --- Errorlevel wget --continue %errorlevel% >> %_debug% if exist *.html del *.html if exist index.html* del index.html* if exist *.gif del *.gif if exist *.jpg del *.jpg cd %~dp0 set _lasturl=%2 goto :EOF :end if not exist "%windir%\ex.cmd" ( rem Explorer aus der Komandozeile starten echo @%windir%\explorer.exe /n, /e, . >%windir%\ex.cmd ) echo.%date% %time% ### End Downloads >>%_debug% if exist "%_error%" ( echo %date% %time% ### some ERRORS are here (see "%_error%") type "%_error%" ) rem set _ echo.%date% %time% ### End of script %0 pause
Startseite | Sidebar | Webring | Kontakt | Impressum | Druckversion