- + UDC | Open With: added the new variable <base> which is only meaningful when you call multiple instances. You can use it like this:
"winzip32" -e <items> "<base>"
This will extract all currently selected archives, each into a folder auto-named to the base-name of the respective archive. On the other hand, this method...
"winzip32" -e <items> "<curbase>"
... would extract all currently selected archives to the same folder, auto-named to the base-name of the currently focused archive (the one displayed in the status bar). - * UDC | Open With: to avoid a number of unsolvable ambiguities, and to avoid breaking old user code, from now on you *MUST* quote the application (even if it contains no spaces) if any parameters shall be processed!
This will work:
"winzip32" -a UDCmade.zip <items>
This will NOT work:
winzip32 -a UDCmade.zip <items>
If no parameters are used, quoting is optional (even if spaces are contained). These will all work as expected:
C:\Programs\WinZip\Winzip32.exe
"C:\Programs\WinZip\Winzip32.exe"
C:\Program Files\WinZip\Winzip32.exe
"C:\Program Files\WinZip\Winzip32.exe" - * UDC dialog | Open With: Browse button now returns items quoted.
- ! Fixed some glitches with the new UDC avec Parameters, including a crash with the Catalog.
Friday, November 9, 2007
v6.50.0003 - 2007-11-08 11:28
Entry Type: Beta Update Posted by XYplorer user : J_C_Hallgren at 7:16 AM