Batch

Deinstallieren von AIS 2009 Anwendungen

Mi, 20.01.2010 - 15:43 -- admin

AIS-2009-deinstall-x64.bat

@echo off
echo Deinstalliere AOEMView 2009 - x64
msiexec /qn /l* c:\trueview2009-uni.log /x{5473360E-2990-4134-A38B-5575A76C8620} /norestart
echo Deinstalliere Autocad Mechanical 2009 - x64
msiexec /qn /l* c:\autocad2009-uni.log /x{5783F2D7-7005-0407-0102-0060B0CE6BBA} /norestart
echo Deinstalliere Inventor 2009 - x64
msiexec /qn /l* c:\inventor2009-uni.log /x{7F4DD591-1300-0409-0000-7107D70F3DB4} /norestart
echo Deinstalliere TrueView 2009 - x64
msiexec /qn /l* c:\trueview2009-uni.log /x{5783F2D6-7028-0407-0100-0060B0CE6BBA} /norestart

Kanal von der DBox per Batch ins Netzwerk streamen

Sa, 31.10.2009 - 11:58 -- admin

Beispiel.bat

@echo off
set boxip=192.168.0.201
 
echo Aktiviere SPTS
rem wget "http://%boxip%/control/system?setAViAExtPlayBack=spts" -O 1_stp.log -qping -n 5 localhost  > nul
ping -n 5 localhost  > nul
 
echo Schalte auf Arena Home
wget "http://%boxip%/control/zapto?44e0001339b" -O 1_zap.log -q
ping -n 5 localhost  > nul
 
wget "http://%boxip%/control/exec?Y_Live&url" -O 1_http.log -q
 
for /F %%i in (1_http.log) do set link=%%i
echo HTTP-Link %link%
 
 
echo Starte VLC

Batch abonnieren