merhaba ben access üzerinden pkzipc.exe kullanarak zipten bir dosyayı çıkarmaya çalışıyorum.Bir bat dosyası hazırladım ve form üzerinde command butonuna aşağıdaki kodu ekleyerek zipten dosyayı çıkarmaya çalışıyorum.
Private Sub Command3_Click()
Call Shell("c:\zipextract.bat")
End Sub
Bat dosyamın içi de bu:
pkzipc.exe -extract test.ZIP
Benim sorunum şu ben dosyayı çalıştırdığımda
d:\belgelerim\...\... altında pkzipc.exe yi ve test.zip dosyasını arıyor ve yapamıyor.
pkzipc.exe ve test.zip dosyası bende c:\driverı altında
konu hakkında yardımlarınızı rica ederim.
Saygılar...
Private Sub Command3_Click()
Call Shell("c:\zipextract.bat")
End Sub
Bat dosyamın içi de bu:
pkzipc.exe -extract test.ZIP
Benim sorunum şu ben dosyayı çalıştırdığımda
d:\belgelerim\...\... altında pkzipc.exe yi ve test.zip dosyasını arıyor ve yapamıyor.
pkzipc.exe ve test.zip dosyası bende c:\driverı altında
konu hakkında yardımlarınızı rica ederim.
Saygılar...