401
Script / Re: Compress (zip) Folder with todays date and time in the filename
« on: May 05, 2014, 16:32:34 »
OK, I had just guessed that might be the command given MC.Filesystem.PackFiles.
Do you intend to add switches to that command, or are they also there already?
Be helpful to have the Unpack & Pack script variables in this thread to keep us going until the script docs get an update. (& I'm guessing you have added quite a few scripting commands in the last few builds)
Going OT
I tried this on a button, & got a Failed to find file msg.
Do you intend to add switches to that command, or are they also there already?
Be helpful to have the Unpack & Pack script variables in this thread to keep us going until the script docs get an update. (& I'm guessing you have added quite a few scripting commands in the last few builds)
Going OT
I tried this on a button, & got a Failed to find file msg.
Code: [Select]
"C:\Program Files\7-Zip\7z.exe x *.zip -aoa"
Its unclear to me if this is the exe or the zip as 7Zip does accept a wildcard in the cmd-line.