From 2610538ab33bf93495da4a6f5c46bdb610be2354 Mon Sep 17 00:00:00 2001 From: sbohlen Date: Sat, 26 Mar 2011 18:32:40 +0000 Subject: [PATCH] SPRNET-1414 troubleshooting hung calls to powershell; attempting suggestion in this thread http://forums.atlassian.com/thread.jspa?messageID=257354555� --- Spring.build | 4 ++-- powershell-invoker.cmd | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 powershell-invoker.cmd diff --git a/Spring.build b/Spring.build index a6ff9464..18e3e3d8 100644 --- a/Spring.build +++ b/Spring.build @@ -1194,12 +1194,12 @@ Commandline Examples: - + - + diff --git a/powershell-invoker.cmd b/powershell-invoker.cmd new file mode 100644 index 00000000..0b663829 --- /dev/null +++ b/powershell-invoker.cmd @@ -0,0 +1 @@ +cmd.exe /c "echo aaa | powershell.exe %*" \ No newline at end of file