I created a batch file which copies a directory with xcopy for backup reasons. Then I use pkzip in order to zip the backup folder (and email it through a batch file which is working), but I am getting an error message for insufficient memory. I tried to increase the buffer size in command line properties but it didn't work. I also tried to increase the number of buffers but it didn't work either. Any thoughts/solutions?
The reason I am doing this backup routine is that I want these tasks to be automatically done through Windows scheduled tasks.
I too got this error :
Insufficient memory. I found a relevant answer at this link : https://web.archive.org/web/20070214005534/http://www.terminally-incoherent.com/blog/2007/02/05/xcopy-insufficient-memory/Finally my batch file looks like this