From 9421f045dd2794c5b9ce7064eef7072e78b3c16f Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sun, 6 Jun 2010 09:29:46 +0100 Subject: [PATCH] put output file from .exe startup in higher directory --- run_fpdb.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_fpdb.bat b/run_fpdb.bat index 4bd815b9..98cfefb3 100755 --- a/run_fpdb.bat +++ b/run_fpdb.bat @@ -3,5 +3,5 @@ rem .bat script to run fpdb cd pyfpdb -start /b fpdb.exe >fpdb_output.txt +start /b fpdb.exe >..\fpdb_output.txt