<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jsterminal/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Sep 2012 04:04:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsterminal/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v51
+++ v52
@@ -160,7 +160,6 @@
 echo Welcome to my batch file
 set /p name=What is your name?
 echo Hi %name%! &amp; echo. &amp; echo Goodbye.
-exit
 
 [Ctrl+Q to save file and exit editor]
 ~~~~~~
@@ -170,8 +169,7 @@
 ~~~~~~
 EVAL terminal['my_batch_file.bat'] = 'echo Welcome to my batch file\n' +
                                      'set /p name=What is your name? \n' +
-                                     'echo Hi %name%! &amp; echo. &amp; echo Goodbye.\n' +
-                                     'exit'
+                                     'echo Hi %name%! &amp; echo. &amp; echo Goodbye.'
 ~~~~~~
 
 &lt;br /&gt;
@@ -195,8 +193,7 @@
 
 terminal['my_batch_file.bat'] = 'echo Welcome to my batch file\n' +
                                 'set /p name=What is your name? \n' +
-                                'echo Hi %name%! &amp; echo. &amp; echo Goodbye.\n' +
-                                'exit'
+                                'echo Hi %name%! &amp; echo. &amp; echo Goodbye.'
 ~~~~~~
 
 &lt;br /&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Tue, 04 Sep 2012 04:04:54 -0000</pubDate><guid>https://sourceforge.net03b4726fa398543b6598bdd270e5026137973fd7</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v50
+++ v51
@@ -154,6 +154,7 @@
 &lt;strong&gt;Batch Dynamic Example&lt;/strong&gt;
 
 ~~~~~~
+cd Window:\terminal
 EDIT my_batch_file.bat
 
 echo Welcome to my batch file
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Fri, 24 Aug 2012 10:41:49 -0000</pubDate><guid>https://sourceforge.net029da67fb9d6dc05a855000448b39b75f7bc0760</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v49
+++ v50
@@ -155,6 +155,13 @@
 
 ~~~~~~
 EDIT my_batch_file.bat
+
+echo Welcome to my batch file
+set /p name=What is your name?
+echo Hi %name%! &amp; echo. &amp; echo Goodbye.
+exit
+
+[Ctrl+Q to save file and exit editor]
 ~~~~~~
 
 or
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Fri, 24 Aug 2012 10:38:45 -0000</pubDate><guid>https://sourceforge.net4ee5fd6d9836dcb65d1b19aefd72c94ce7f0d562</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v48
+++ v49
@@ -149,21 +149,21 @@
 &lt;a name="batch files"&gt;&lt;/a&gt;
 &lt;strong&gt;BATCH FILES&lt;/strong&gt;
 
-DOS style batch files can be created and processed by Terminal. Batch files can be created at initialization, or dynamically within the Terminal by creating a string-type object method with the ending ".bat". 
+DOS style batch files can be created and processed by Terminal. Batch files can be created at initialization, or dynamically within the Terminal by opening a new file in the editor or creating a string-type object method with the ending ".bat". 
 
 &lt;strong&gt;Batch Dynamic Example&lt;/strong&gt;
+
+~~~~~~
+EDIT my_batch_file.bat
+~~~~~~
+
+or
 
 ~~~~~~
 EVAL terminal['my_batch_file.bat'] = 'echo Welcome to my batch file\n' +
                                      'set /p name=What is your name? \n' +
                                      'echo Hi %name%! &amp; echo. &amp; echo Goodbye.\n' +
                                      'exit'
-~~~~~~
-
-Alternatively, the batch file could be created by opening a new file in the terminal editor:
-
-~~~~~~
-EDIT my_batch_file.bat
 ~~~~~~
 
 &lt;br /&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Fri, 24 Aug 2012 10:36:38 -0000</pubDate><guid>https://sourceforge.net50e718a7b77e36700a2a821ef35f0222cb6f0752</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v47
+++ v48
@@ -160,6 +160,12 @@
                                      'exit'
 ~~~~~~
 
+Alternatively, the batch file could be created by opening a new file in the terminal editor:
+
+~~~~~~
+EDIT my_batch_file.bat
+~~~~~~
+
 &lt;br /&gt;
 To run the batch file, you could type:
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Fri, 24 Aug 2012 10:34:47 -0000</pubDate><guid>https://sourceforge.net91972a742e648eed5a12780baa80f034f12f780b</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v46
+++ v47
@@ -149,7 +149,7 @@
 &lt;a name="batch files"&gt;&lt;/a&gt;
 &lt;strong&gt;BATCH FILES&lt;/strong&gt;
 
-DOS style batch files can be created and processed by Terminal. Batch files can be created at initialization, or dynamically within the Terminal by creating a String object method with the ending ".bat". 
+DOS style batch files can be created and processed by Terminal. Batch files can be created at initialization, or dynamically within the Terminal by creating a string-type object method with the ending ".bat". 
 
 &lt;strong&gt;Batch Dynamic Example&lt;/strong&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Thu, 23 Aug 2012 04:24:24 -0000</pubDate><guid>https://sourceforge.net6a84a8487c7441abb7360524137470fe65d9a3bc</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v45
+++ v46
@@ -3,7 +3,7 @@
 
 &lt;a href="#how to add commands at initialization"&gt;How to Add Commands at Initialization&lt;/a&gt;
 &lt;a href="#escaping html"&gt;Escaping HTML&lt;/a&gt;
-&lt;a href="environment variables within commands"&gt;Environment Variables Within Added Commands&lt;/a&gt;
+&lt;a href="#environment variables within commands"&gt;Environment Variables Within Added Commands&lt;/a&gt;
 &lt;a href="#batch files"&gt;Batch Files&lt;/a&gt;
 ---
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Thu, 23 Aug 2012 04:05:24 -0000</pubDate><guid>https://sourceforge.netbd4b828ebf0b84c6c98ddf439e80875025d8e797</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Thu, 23 Aug 2012 04:04:16 -0000</pubDate><guid>https://sourceforge.net9f35eaf553246e0eca4fba708f7809b7d28d9262</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v43
+++ v44
@@ -6,7 +6,7 @@
 &lt;a href="environment variables within commands"&gt;Environment Variables Within Added Commands&lt;/a&gt;
 &lt;a href="#batch files"&gt;Batch Files&lt;/a&gt;
 ---
-&lt;br /&gt;
+
 &lt;a name="how to add commands at initialization"&gt;&lt;/a&gt;
 &lt;strong&gt;HOW TO ADD COMMANDS AT INITIALIZATION&lt;/strong&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Thu, 23 Aug 2012 04:02:34 -0000</pubDate><guid>https://sourceforge.net4c43d9ffc01facea2cd89e8852312ecc87ae0ea9</guid></item><item><title>WikiPage Home modified by alhambra1</title><link>https://sourceforge.net/p/jsterminal/wiki/Home/</link><description>&lt;pre&gt;--- v42
+++ v43
@@ -5,7 +5,7 @@
 &lt;a href="#escaping html"&gt;Escaping HTML&lt;/a&gt;
 &lt;a href="environment variables within commands"&gt;Environment Variables Within Added Commands&lt;/a&gt;
 &lt;a href="#batch files"&gt;Batch Files&lt;/a&gt;
-
+---
 &lt;br /&gt;
 &lt;a name="how to add commands at initialization"&gt;&lt;/a&gt;
 &lt;strong&gt;HOW TO ADD COMMANDS AT INITIALIZATION&lt;/strong&gt;
@@ -106,6 +106,7 @@
 }
 ~~~~~~
 
+&lt;br /&gt;
 &lt;a name="escaping html"&gt;&lt;/a&gt;
 &lt;strong&gt;ESCAPING HTML&lt;/strong&gt;
 
@@ -122,6 +123,7 @@
 }
 ~~~~~~
 
+&lt;br /&gt;
 &lt;a name="environment variables within commands"&gt;&lt;/a&gt;
 &lt;strong&gt;ACCESSING TERMINAL ENVIRONMENT VARIABLES WITHIN ADDED COMMANDS&lt;/strong&gt;
 
@@ -143,6 +145,7 @@
 }
 ~~~~~~
 
+&lt;br /&gt;
 &lt;a name="batch files"&gt;&lt;/a&gt;
 &lt;strong&gt;BATCH FILES&lt;/strong&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alhambra1</dc:creator><pubDate>Thu, 23 Aug 2012 04:01:43 -0000</pubDate><guid>https://sourceforge.netd7f24f6aabd16947f7c87c49bf858a1851bdc3db</guid></item></channel></rss>