CopyTo from ZIP
Posted: 09 Mar 2013 19:19
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.
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.
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.
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";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";