Page 1 of 1

7-Zip script broke recently

Posted: 16 Aug 2010 13:51
by lukescammell
I've got a modified version of Plastic's excellent 7-Zip script and it stopped working sometime after 9.40.0003 and on or before 9.40.100 - it's till not working in 9.40.0100.

A command window is flashing up briefly and an incorrectly named file is being created whenever I try and create a new archive. The newly created archive is empty and has a file size of 1kb, no matter what I'm trying to compress.

The following variables are wrong:

Code: Select all

[global] $g_list_items = C:\Users\luke\Content\2010\07and0
[global] $param_item_path = C:\Users\luke\Content\2010\07and0
Should be:

Code: Select all

[global] $g_list_items = C:\Users\luke\Content\2010\07and08
[global] $param_item_path = C:\Users\luke\Content\2010\07and08
And the following file is not created (it should and used to be):

Code: Select all

[global] $g_filelist_path = C:\Users\luke\My Dropbox\PortableApps\XYplorer\Scripts\7zip.filelist
I suck at XY scripting and really don't know why this might be happening. Any ideas anyone? This script is (in my eyes) absolutely critical to being able to use XYplorer properly on a 64bit OS.

Re: 7-Zip script broke recently

Posted: 16 Aug 2010 14:39
by lukescammell