From 88e95527030c913ad4f398cc730ae122ec79c7b2 Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 5 Jun 2006 06:40:47 +0000 Subject: [PATCH] NO create console for new install version --- bin/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/server.py b/bin/server.py index a0718cdfc..fc427cd80 100755 --- a/bin/server.py +++ b/bin/server.py @@ -38,7 +38,7 @@ class Server: #cmd_str = "\"" + string.join(command, " ") + "\"" #print cmd_str #pid = win32pm.spawnpid( cmd_str ) - pid = win32pm.spawnpid( string.join(command, " ") ) + pid = win32pm.spawnpid( string.join(command, " "), '-nc' ) else: pid = os.spawnvp(os.P_NOWAIT, command[0], command) process_id[pid]=self.CMD -- 2.39.2