Re: Mit batchfile entzippen
- From: "0908s" <0908s@xxxxxx>
- Date: Tue, 16 May 2006 13:43:22 +0200
REM Beispiel Batch
"C:\program files\winzip\wzunzip.exe" -e -n \\192.168.10.10\share\blabla.zip
C:\entpackverzeichnis
'Beispiel VB-Skript
Dim oShellunzip
Set oShellunzip = WScript.CreateObject ("WSCript.shell")
oShellunzip.run """C:\program files\winzip\wzunzip.exe"" -e -n
\\192.168.10.10\share\blabla.zip C:\entpackverzeichnis", 1, true
Set oShellasc = Nothing
'***********************************
"Daniel Wyler" <daniel_wyler@xxxxxxxxxxx> schrieb im Newsbeitrag
news:1147164561.225224.56850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hallo zusammen
Ich möchte mit einem Batchfile automatisch Zipfiles entpacken, die
automatisch von einem anderen Server abgeholt werden.
WinZip Command Line Support 9 ist vorhanden.
Das OS ist Windows 2003 Server
Wäre froh wenn mir jemand ein Beispiel für das entzippen zeigen
könnte.
Mfg
Daniel Wyler
.
- Follow-Ups:
- Re: Mit batchfile entzippen
- From: asdf
- Re: Mit batchfile entzippen
- References:
- Mit batchfile entzippen
- From: Daniel Wyler
- Mit batchfile entzippen
- Prev by Date: ID3 Tag aus mp3-File auslesen
- Next by Date: Re: Eigenschaften der Systemdienste auslesen
- Previous by thread: Re: Mit batchfile entzippen
- Next by thread: Re: Mit batchfile entzippen
- Index(es):
Relevant Pages
|