<?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 on: Let&#8217;s do some command line JavaScripting&#8230;</title>
	<atom:link href="http://boxysystems.com/index.php/lets-do-some-command-line-javascripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxysystems.com/index.php/lets-do-some-command-line-javascripting/</link>
	<description>Innovation through creativity...</description>
	<lastBuildDate>Mon, 12 Dec 2011 09:48:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: AndreyRybin</title>
		<link>http://boxysystems.com/index.php/lets-do-some-command-line-javascripting/comment-page-1/#comment-58</link>
		<dc:creator>AndreyRybin</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=92#comment-58</guid>
		<description>@Siddique
Thank you for your plugin and for all these tips!

@Todd: 
1st: You need windows for this.
2nd: JScript isn&#039;t JavaScript - it is JScript ;-)
3rd: from jrunscript you can access all Java and it&#039;s libraries ultimate power!</description>
		<content:encoded><![CDATA[<p>@Siddique<br />
Thank you for your plugin and for all these tips!</p>
<p>@Todd:<br />
1st: You need windows for this.<br />
2nd: JScript isn&#8217;t JavaScript &#8211; it is JScript <img src='http://boxysystems.com/myblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
3rd: from jrunscript you can access all Java and it&#8217;s libraries ultimate power!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://boxysystems.com/index.php/lets-do-some-command-line-javascripting/comment-page-1/#comment-57</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=92#comment-57</guid>
		<description>You can run JavaScript at the command line without Java or JDK or anything other than a plain Windows XP installation, because it includes JScript as part of Windows Script Host. You would need to use the FileSystemObject in place of java.io.File for your filename checking. You can even run it with no extension thanks to the PATHEXT environment variable.

    C:\&gt;copy con JSTest.js
    WScript.Echo(&quot;this is JavaScript&quot;)
    ^Z
            1 file(s) copied.

    C:\&gt;jstest
    this is JavaScript</description>
		<content:encoded><![CDATA[<p>You can run JavaScript at the command line without Java or JDK or anything other than a plain Windows XP installation, because it includes JScript as part of Windows Script Host. You would need to use the FileSystemObject in place of java.io.File for your filename checking. You can even run it with no extension thanks to the PATHEXT environment variable.</p>
<p>    C:\&gt;copy con JSTest.js<br />
    WScript.Echo(&#8220;this is JavaScript&#8221;)<br />
    ^Z<br />
            1 file(s) copied.</p>
<p>    C:\&gt;jstest<br />
    this is JavaScript</p>
]]></content:encoded>
	</item>
</channel>
</rss>

