<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: New! :: 7zX 1.6.1</title>
	<atom:link href="http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 21 Aug 2008 19:04:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Axman&#8217;s Blog &#187; Blog Archive &#187; Axman and his attempts to make the ultimate boot CD&#178;</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-12467</link>
		<dc:creator>Axman&#8217;s Blog &#187; Blog Archive &#187; Axman and his attempts to make the ultimate boot CD&#178;</dc:creator>
		<pubDate>Sun, 12 Aug 2007 11:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-12467</guid>
		<description>[...] three pieces&#8230; and i have no idea how to reassemble them, so you&#8217;re on your own. I used 7zX.app to make the archives, and i&#8217;ll try decompressing them with it. More links [...]</description>
		<content:encoded><![CDATA[<p>[...] three pieces&#8230; and i have no idea how to reassemble them, so you&#8217;re on your own. I used 7zX.app to make the archives, and i&#8217;ll try decompressing them with it. More links [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-10629</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Wed, 27 Jun 2007 13:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-10629</guid>
		<description>Thanks for your appreciation! :D</description>
		<content:encoded><![CDATA[<p>Thanks for your appreciation! <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King D</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-10611</link>
		<dc:creator>King D</dc:creator>
		<pubDate>Tue, 26 Jun 2007 22:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-10611</guid>
		<description>This app is AMESOME!!!!!!!

Thanx Mr. Taskman ^_^</description>
		<content:encoded><![CDATA[<p>This app is AMESOME!!!!!!!</p>
<p>Thanx Mr. Taskman ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-9173</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Sun, 03 Jun 2007 13:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-9173</guid>
		<description>That's weird, since hitting return manually seems to work... :?</description>
		<content:encoded><![CDATA[<p>That&#8217;s weird, since hitting return manually seems to work&#8230; <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warsaw</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-8931</link>
		<dc:creator>warsaw</dc:creator>
		<pubDate>Sat, 02 Jun 2007 13:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-8931</guid>
		<description>I have a little problem with applescript &#38; 7zx. I've set up a little automator routine for backing up 300 mb of data. I known that 7zx doesn't support applescript yet, however i've tried to handle with system events. There is only one problem,  applescript isn't able to click "ok" in the setting up window of 7zx. I can choose the compression level, add a password, choose a volume size but i cannot find a way to click ok using applescript. Here is my applescript:

tell application "System Events"
	delay 15
	keystroke space
	keystroke "u"
	keystroke space
	keystroke space
	keystroke return
	
	keystroke tab
	keystroke tab
	keystroke tab
	keystroke "mypassword"
	keystroke tab
	keystroke "mypassword"
	
	keystroke tab
	set the clipboard to "9"
	keystroke "v" using command down
	keystroke return
end tell

thanks for your work</description>
		<content:encoded><![CDATA[<p>I have a little problem with applescript &amp; 7zx. I&#8217;ve set up a little automator routine for backing up 300 mb of data. I known that 7zx doesn&#8217;t support applescript yet, however i&#8217;ve tried to handle with system events. There is only one problem,  applescript isn&#8217;t able to click &#8220;ok&#8221; in the setting up window of 7zx. I can choose the compression level, add a password, choose a volume size but i cannot find a way to click ok using applescript. Here is my applescript:</p>
<p>tell application &#8220;System Events&#8221;<br />
	delay 15<br />
	keystroke space<br />
	keystroke &#8220;u&#8221;<br />
	keystroke space<br />
	keystroke space<br />
	keystroke return</p>
<p>	keystroke tab<br />
	keystroke tab<br />
	keystroke tab<br />
	keystroke &#8220;mypassword&#8221;<br />
	keystroke tab<br />
	keystroke &#8220;mypassword&#8221;</p>
<p>	keystroke tab<br />
	set the clipboard to &#8220;9&#8243;<br />
	keystroke &#8220;v&#8221; using command down<br />
	keystroke return<br />
end tell</p>
<p>thanks for your work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-8359</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Wed, 30 May 2007 11:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-8359</guid>
		<description>Hello,
has your external hard disk been formatted using HFS?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
has your external hard disk been formatted using HFS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KiNgFrUiT</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-8199</link>
		<dc:creator>KiNgFrUiT</dc:creator>
		<pubDate>Sun, 27 May 2007 22:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-8199</guid>
		<description>I am using version 1.6.1 and I can make regular 7z archives with no problems.
However if I create a self-extracting archive on my external firewire hdd I ALWAYS get this error:
set owner/group (was: 501/0): Operation not permitted</description>
		<content:encoded><![CDATA[<p>I am using version 1.6.1 and I can make regular 7z archives with no problems.<br />
However if I create a self-extracting archive on my external firewire hdd I ALWAYS get this error:<br />
set owner/group (was: 501/0): Operation not permitted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-7301</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Thu, 10 May 2007 21:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-7301</guid>
		<description>&lt;strong&gt;Puppy&lt;/strong&gt;: I still can't reproduce the bug you are reporting. Could you eMail me an AIM/MSN address of yours, so that I can contact you and have a better chance of looking into the matter?

&lt;strong&gt;Shaun McDonald&lt;/strong&gt;: p7zip is the tool you are looking for. :)
http://sourceforge.net/projects/p7zip/</description>
		<content:encoded><![CDATA[<p><strong>Puppy</strong>: I still can&#8217;t reproduce the bug you are reporting. Could you eMail me an AIM/MSN address of yours, so that I can contact you and have a better chance of looking into the matter?</p>
<p><strong>Shaun McDonald</strong>: p7zip is the tool you are looking for. <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://sourceforge.net/projects/p7zip/" rel="nofollow">http://sourceforge.net/projects/p7zip/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puppy</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-7251</link>
		<dc:creator>Puppy</dc:creator>
		<pubDate>Thu, 10 May 2007 10:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-7251</guid>
		<description>I have to replace some parts with placeholders (to not give out internal company information). Just be assured, that every blah is a placeholder for another piece of text that only contains ASCII letters (upper or lower case) and numbers, I left spaces where spaces where found:

/Users/blah/Projects/blahProducts/BLAHBlah4/Source/Bundle/BLAH Blah 4 (1234).app

This causes an error as described. If I move it to Desktop, so the path is

/Users/blah/Desktop/BLAH Blah 4 (1234).app

then it works like expected. Any ideas?</description>
		<content:encoded><![CDATA[<p>I have to replace some parts with placeholders (to not give out internal company information). Just be assured, that every blah is a placeholder for another piece of text that only contains ASCII letters (upper or lower case) and numbers, I left spaces where spaces where found:</p>
<p>/Users/blah/Projects/blahProducts/BLAHBlah4/Source/Bundle/BLAH Blah 4 (1234).app</p>
<p>This causes an error as described. If I move it to Desktop, so the path is</p>
<p>/Users/blah/Desktop/BLAH Blah 4 (1234).app</p>
<p>then it works like expected. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun McDonald</title>
		<link>http://sixtyfive.xmghosting.com/2007/04/27/new-7zx-161/#comment-7250</link>
		<dc:creator>Shaun McDonald</dc:creator>
		<pubDate>Thu, 10 May 2007 10:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=142#comment-7250</guid>
		<description>Is there a command line interface to this app? I'm looking for it so that it can be used in shell scripts etc.</description>
		<content:encoded><![CDATA[<p>Is there a command line interface to this app? I&#8217;m looking for it so that it can be used in shell scripts etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
