CopyTo from ZIP

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Regmos
Posts: 268
Joined: 22 Dec 2012 07:27
Location: Copenhagen

CopyTo from ZIP

Post 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.
Last edited by Regmos on 10 Mar 2013 09:21, edited 1 time in total.
Kind regards
Regmos

highend
Posts: 14566
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: CpoyTo from ZIP

Post by highend »

Not possible.
One of my scripts helped you out? Please donate via Paypal

Regmos
Posts: 268
Joined: 22 Dec 2012 07:27
Location: Copenhagen

Re: CpoyTo from ZIP

Post by Regmos »

OK. Thanks.
Kind regards
Regmos

Post Reply