in reply to Re^3: needing to zip files in a series that begin with the same IP address
in thread needing to zip files in a series that begin with the same IP address

currently i am not zipping anything the code only prints the screen the Zip portion at the bottom of the screen when i run the code. i just used your code as is
Zip 192.168.1.1somestring.txt -> 192.168.1.1 Zip 192.168.1.1anotherRANDOMstring.txt -> 192.168.1.1 Zip 192.168.1.1.somerandom.docx -> 192.168.1.1 Zip 192.168.1.3somestring.txt -> 192.168.1.3 Zip 192.168.1.3anotherRANDOMstring.txt -> 192.168.1.3 Zip 192.168.1.3.somerandom.docx -> 192.168.1.3
  • Comment on Re^4: needing to zip files in a series that begin with the same IP address
  • Download Code

Replies are listed 'Best First'.
Re^5: needing to zip files in a series that begin with the same IP address
by Kenosis (Priest) on Jul 27, 2012 at 22:22 UTC

    See my follow-up posting below.