AVM-ISDN-CAPI-Port

capiport.bat

:: OPTIONAL: Install AVM CAPI PORT
:: script contributed by Gerhard Hofmann, gerhard.hofmann@planat.de
:: download up-to-date CAPI PORT from www.avm.de, run a non-unattended
:: installation, copy files from %ProgramFiles%\avm_update to
:: \\server\install\packages\capiport

todo.pl "AutoIt3.exe %z%\scripts\capiport.au3"

capiport.au3

BlockInput ( 1 )
Run ( EnvGet('Z') & '\packages\capiport\setup.exe' )
WinWaitActive ( 'Installation des AVM ISDN CAPI Port-Treibers' )
Send ( '{ENTER}' )
WinWaitActive ( 'AVM ISDN CAPI Port' )
Send ( '{ENTER}' )

last edited 2005-04-25 12:49:09 by Gerhard Hofmann