Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34982)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34987)
@@ -71,4 +71,9 @@
            self.exitProgram("init batch created")
     
+
+        # if an IN batch is requested, create and quit
+        self.onePassOnly = 0
+        if len(sys.argv) > 2 and sys.argv[2] == "once":
+           self.onePassOnly = 1
 
         # set a poll time of about 1 minute
@@ -192,4 +197,5 @@
             elif numAttempts > 1 and not self.waitForPollTime():  break
 
+            if self.onePassOnly: self.exitProgram("one pass completed")
         
     '''
