Page 1 of 1

CopyTo from ZIP

Posted: 09 Mar 2013 19:19
by Regmos
Hi.

Wondering if the following can be done. I'm using this little "copyto" to update my SUMo Portable, and it's working nicely, when I unzip the download first.

Code: Select all

copyto "C:\Users\Name\Documents\PortableApps\SUMo", "C:\Users\Name\Desktop\sumo\SUMo.exe|C:\Users\Name\Desktop\sumo\SUMo_00000406.SPK|C:\Users\Name\Desktop\sumo\SUMo_ORIGINAL.SPK";
I've searched the forum, but couldn't find a final conclussion. I have added ZIP to Web & Office in previewed formats, and the preview is working fine, so is dragging items from the preview to the list. The next logical step, was to add \sumo.zip\ to the paths.

Code: Select all

copyto "C:\Users\Name\Documents\PortableApps\SUMo", "C:\Users\Name\Desktop\sumo.zip\sumo\SUMo.exe|C:\Users\Name\Desktop\sumo.zip\sumo\SUMo_00000406.SPK|C:\Users\Name\Desktop\sumo.zip\sumo\SUMo_ORIGINAL.SPK";
But that didn't work (The following source item does not exist:). It's no biggie, just wondering whether it's possible, or I'm missing something.

Re: CpoyTo from ZIP

Posted: 09 Mar 2013 19:23
by highend
Not possible.

Re: CpoyTo from ZIP

Posted: 09 Mar 2013 19:27
by Regmos
OK. Thanks.