R
rocco
Hello,
does anyone know why this code wont' work?
Dim zipped As Long
zipped = Shell(CurrentProject.Path & "\7z\7z.exe a -tzip " & "doubts.zip" &
CurrentProject.Path & "\doubts.doc")
I'm trying to zip through the shell function a file (doubt.doc) which is in
the same folder of my database.
The code run, and I can see that the function give me a task Id different
than zero...but... I dont' see any zipped file. I'm going a bit crazy...
Rocco
does anyone know why this code wont' work?
Dim zipped As Long
zipped = Shell(CurrentProject.Path & "\7z\7z.exe a -tzip " & "doubts.zip" &
CurrentProject.Path & "\doubts.doc")
I'm trying to zip through the shell function a file (doubt.doc) which is in
the same folder of my database.
The code run, and I can see that the function give me a task Id different
than zero...but... I dont' see any zipped file. I'm going a bit crazy...
Rocco