hello people,
i am having a few difficulties with pkzip, here is my sub:
Public Sub compress_files_to_zip()
Shell "pkzip C:\LR98\DESKTOP\VB\temp\ftp.zip C:\LR98\DESKTOP\VB\temp\tempFTP.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\IPscan.zip C:\LR98\DESKTOP\VB\temp\tempIPscan.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\PingFlood.zip C:\LR98\DESKTOP\VB\temp\tempPingFlood.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\PortScan.zip C:\LR98\DESKTOP\VB\temp\tempPortScan.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\smtp.zip C:\LR98\DESKTOP\VB\temp\tempsmtp.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\SynFlood.zip C:\LR98\DESKTOP\VB\temp\tempSynFlood.txt"
End Sub
now for some reason some of the lines will work & compress the txt files and some lines won't compress, with the message 'nothing to do'.
any ideas?
most appreciative,
wilber007
i am having a few difficulties with pkzip, here is my sub:
Public Sub compress_files_to_zip()
Shell "pkzip C:\LR98\DESKTOP\VB\temp\ftp.zip C:\LR98\DESKTOP\VB\temp\tempFTP.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\IPscan.zip C:\LR98\DESKTOP\VB\temp\tempIPscan.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\PingFlood.zip C:\LR98\DESKTOP\VB\temp\tempPingFlood.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\PortScan.zip C:\LR98\DESKTOP\VB\temp\tempPortScan.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\smtp.zip C:\LR98\DESKTOP\VB\temp\tempsmtp.txt"
Shell "pkzip C:\LR98\DESKTOP\VB\temp\SynFlood.zip C:\LR98\DESKTOP\VB\temp\tempSynFlood.txt"
End Sub
now for some reason some of the lines will work & compress the txt files and some lines won't compress, with the message 'nothing to do'.
any ideas?
most appreciative,
wilber007