<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments for referpages</title> <atom:link href="http://referpages.com/wp/comments/feed/" rel="self" type="application/rss+xml" /><link>http://referpages.com/wp</link> <description></description> <lastBuildDate>Sun, 29 Jan 2012 18:13:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on 7-Zip Command Line Usage and Examples by Split Zip files using 7-Zip &#124; referpages</title><link>http://referpages.com/wp/2011/03/7-zip-command-line-usage-and-examples/#comment-871</link> <dc:creator>Split Zip files using 7-Zip &#124; referpages</dc:creator> <pubDate>Sun, 29 Jan 2012 18:13:41 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=1157#comment-871</guid> <description>[...] archive utility. If you would like to use 7-Zip command line utility to split large files, click hereSelect all the files to be archivedRight-click &gt; 7-Zip &gt; Add to ArchiveEnter a name in the [...]</description> <content:encoded><![CDATA[<p>[...] archive utility. If you would like to use 7-Zip command line utility to split large files, click hereSelect all the files to be archivedRight-click &gt; 7-Zip &gt; Add to ArchiveEnter a name in the [...]</p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by admin</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-870</link> <dc:creator>admin</dc:creator> <pubDate>Sun, 29 Jan 2012 15:16:17 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-870</guid> <description>Thanks for the clarification on what you were seeking. Use the -v switch
C:\software\7-zip&gt;7z a abc.7z text.7z -v9M -v1M
&lt;strong&gt;- a stands for archive
- abc.7z is the file name you plan to split the archive into
- text.7z is the large file that you wish to split
-v is the volume, followed by the volume size &lt;/strong&gt;
here 10MB size is split into two files 9M and 1M respectively
when the files are split, 7zip will use the following naming conventions
abc.7z.001
abc.7z.002 . . . and so on
I will update the command line article suitably</description> <content:encoded><![CDATA[<p>Thanks for the clarification on what you were seeking. Use the -v switch</p><p>C:\software\7-zip>7z a abc.7z text.7z -v9M -v1M</p><p><strong>- a stands for archive<br
/> - abc.7z is the file name you plan to split the archive into<br
/> - text.7z is the large file that you wish to split<br
/> -v is the volume, followed by the volume size </strong></p><p>here 10MB size is split into two files 9M and 1M respectively</p><p>when the files are split, 7zip will use the following naming conventions</p><p>abc.7z.001<br
/> abc.7z.002 . . . and so on</p><p>I will update the command line article suitably</p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by Johny</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-869</link> <dc:creator>Johny</dc:creator> <pubDate>Sun, 29 Jan 2012 12:33:35 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-869</guid> <description>OK Sorry for the confusion. So what i meant was basically we can make archieve using that command. But i want this archieve to be split into multiple files e.g when the file size is too big, i want the compressed archive to be in multiple files, what is the command to do that?
Thank you</description> <content:encoded><![CDATA[<p>OK Sorry for the confusion. So what i meant was basically we can make archieve using that command. But i want this archieve to be split into multiple files e.g when the file size is too big, i want the compressed archive to be in multiple files, what is the command to do that?<br
/> Thank you</p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by gallagher</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-868</link> <dc:creator>gallagher</dc:creator> <pubDate>Sun, 29 Jan 2012 11:39:23 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-868</guid> <description>Here is an example from the article above cited:
C:\software\7za920&gt;7za a text.7z license.txt readme.txt
In the above example,
a – add files to archive,
text.7z is the archive file name, and
license.txt and readme.txt are the files to be archived</description> <content:encoded><![CDATA[<p>Here is an example from the article above cited:</p><p>C:\software\7za920&gt;7za a text.7z license.txt readme.txt</p><p>In the above example,<br
/> a – add files to archive,<br
/> text.7z is the archive file name, and<br
/> license.txt and readme.txt are the files to be archived</p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by Johny</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-867</link> <dc:creator>Johny</dc:creator> <pubDate>Sat, 28 Jan 2012 15:06:45 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-867</guid> <description>Hello the GUI tool works fine, i want to know how to do this from command line tool. Actually i have integrated 7za.exe in my application, and i want to be able to split the archieve (large one) using this tool</description> <content:encoded><![CDATA[<p>Hello the GUI tool works fine, i want to know how to do this from command line tool. Actually i have integrated 7za.exe in my application, and i want to be able to split the archieve (large one) using this tool</p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by admin</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-866</link> <dc:creator>admin</dc:creator> <pubDate>Fri, 27 Jan 2012 23:35:32 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-866</guid> <description>Did you check these examples posted under command line usage
http://referpages.com/wp/2011/03/7-zip-command-line-usage-and-examples/</description> <content:encoded><![CDATA[<p>Did you check these examples posted under command line usage</p><p><a
href="http://referpages.com/wp/2011/03/7-zip-command-line-usage-and-examples/" rel="nofollow">http://referpages.com/wp/2011/03/7-zip-command-line-usage-and-examples/</a></p> ]]></content:encoded> </item> <item><title>Comment on Split Zip files using 7-Zip by Johny</title><link>http://referpages.com/wp/2011/01/split-zip-files-using-7-zip/#comment-864</link> <dc:creator>Johny</dc:creator> <pubDate>Thu, 26 Jan 2012 14:27:35 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=624#comment-864</guid> <description>Hello admin,
can you tell me the command, that using command line, how can i make an archieve which consists of multiple files?</description> <content:encoded><![CDATA[<p>Hello admin,</p><p>can you tell me the command, that using command line, how can i make an archieve which consists of multiple files?</p> ]]></content:encoded> </item> <item><title>Comment on Create Password Reset Disk Windows 7 by Jane Antony</title><link>http://referpages.com/wp/2011/04/1548/#comment-861</link> <dc:creator>Jane Antony</dc:creator> <pubDate>Tue, 24 Jan 2012 10:23:14 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=1548#comment-861</guid> <description>I have a windows password recovery cd, I missed it on last november.
Yesterday my 10 year old son did something on it and now i can&#039;t log in to my user account.
Please help!!!</description> <content:encoded><![CDATA[<p>I have a windows password recovery cd, I missed it on last november.<br
/> Yesterday my 10 year old son did something on it and now i can&#8217;t log in to my user account.</p><p>Please help!!!</p> ]]></content:encoded> </item> <item><title>Comment on Microsoft SharedView by Jean Shelnutt</title><link>http://referpages.com/wp/2011/01/sharedview/#comment-860</link> <dc:creator>Jean Shelnutt</dc:creator> <pubDate>Tue, 24 Jan 2012 08:59:08 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=747#comment-860</guid> <description>Thank you so much for giving everyone such a remarkable chance to read articles and blog posts from this site. It&#039;s always very pleasant plus stuffed with a lot of fun for me and my office peers to visit your blog not less than three times in a week to study the latest tips you have got. Of course, we&#039;re certainly motivated with your excellent creative concepts you give. Some 2 areas in this article are in truth the most effective we have ever had.</description> <content:encoded><![CDATA[<p>Thank you so much for giving everyone such a remarkable chance to read articles and blog posts from this site. It&#8217;s always very pleasant plus stuffed with a lot of fun for me and my office peers to visit your blog not less than three times in a week to study the latest tips you have got. Of course, we&#8217;re certainly motivated with your excellent creative concepts you give. Some 2 areas in this article are in truth the most effective we have ever had.</p> ]]></content:encoded> </item> <item><title>Comment on Setting up Issue Tracking List by admin</title><link>http://referpages.com/wp/2007/12/issues/#comment-835</link> <dc:creator>admin</dc:creator> <pubDate>Mon, 23 Jan 2012 21:20:34 +0000</pubDate> <guid
isPermaLink="false">http://referpages.com/wp/?p=154#comment-835</guid> <description>The notification email is sent as an Alert notification. When you click &#039;Modify my alert settings&#039; in the email, it is observed that no entry exists for this list. I am assuming that an alert has to exist so the user is notified of the changes.
As a workaround, you can create an Alert and be notified of all changes. This is not ideal, though, as all the assignees need to create Alerts to be notified.</description> <content:encoded><![CDATA[<p>The notification email is sent as an Alert notification. When you click &#8216;Modify my alert settings&#8217; in the email, it is observed that no entry exists for this list. I am assuming that an alert has to exist so the user is notified of the changes.</p><p>As a workaround, you can create an Alert and be notified of all changes. This is not ideal, though, as all the assignees need to create Alerts to be notified.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via Amazon Web Services: CloudFront: d4dic8fdmv0s.cloudfront.net

Served from: referpages.com @ 2012-02-16 14:00:45 -->
<!-- This Quick Cache file was built for (  referpages.com/wp/comments/feed/ ) in 1.11264 seconds, on Feb 16th, 2012 at 7:00 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 23rd, 2012 at 7:00 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  referpages.com/wp/comments/feed/ ) in 0.02690 seconds, on Feb 23rd, 2012 at 5:29 am UTC. -->
