IZArc UDC help

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: IZArc UDC help

Post by serendipity »

jsc572 wrote:
serendipity wrote:
jsc572 wrote:you rock!

one more request though, I assume your script all zip/7z files with normal compression right? how about a script to call the native 7zip "add to archive..." window with all the options to change compression methods and etc...

:D
Thanks for confirming that you bought a XY lifetime license (and quit DO). Here is the code:

Code: Select all

  input $Archive, "Enter archive name", archive;
  openwith """C:\Program files\7-Zip\7zG.exe"" a -ad $Archive"
I am glad you are enjoying XY.
oh yeh, I don't think I will look back to DO anytime soon :) DO's tab interface is just not as intuitive to use as xyp, although I do miss the one-click imageshack upload feature, but I think that's something I can manage to getby without it.
I can suggest you a free program called Rightload for uploading stuff to imageshack, tinypic etc. Its quite useful (especially since XY does not support ftp too):
http://rightload.org/index.php/download.html

Also, I posted a small script here for uploading directly to your ftp server.

jsc572
Posts: 67
Joined: 16 Feb 2007 01:31

Re: IZArc UDC help

Post by jsc572 »

serendipity wrote: I can suggest you a free program called Rightload for uploading stuff to imageshack, tinypic etc. Its quite useful (especially since XY does not support ftp too):
http://rightload.org/index.php/download.html

Also, I posted a small script here for uploading directly to your ftp server.
I'm trying out rightload now and it seems pretty handy since I only upload to imageshack. the problem is I can't figure out how to upload tomy private profile on imageshack, RL just uploads images to a generic server on imageshack, so for stuff I want to keep private, it's a no go.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: IZArc UDC help

Post by serendipity »

jsc572 wrote:
serendipity wrote: I can suggest you a free program called Rightload for uploading stuff to imageshack, tinypic etc. Its quite useful (especially since XY does not support ftp too):
http://rightload.org/index.php/download.html

Also, I posted a small script here for uploading directly to your ftp server.
I'm trying out rightload now and it seems pretty handy since I only upload to imageshack. the problem is I can't figure out how to upload tomy private profile on imageshack, RL just uploads images to a generic server on imageshack, so for stuff I want to keep private, it's a no go.
Cant help with that, check 3rd party plugins:
http://reg.imageshack.us/content.php?page=3rdparty

jsc572
Posts: 67
Joined: 16 Feb 2007 01:31

Re: IZArc UDC help

Post by jsc572 »

thanks, for screenshot uplsoad, rightload is actually quite useful.

Post Reply