Skip to content

Commit

Permalink
fix windows script
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 3, 2011
1 parent 955f3cf commit 004cf11
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions resources/scripts/couchapp.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@echo
REM This file is part of couchapp released under the Apache 2 license.
REM See the NOTICE for more information.
@echo off
rem Windows script for Couchapp

pythonw.exe -OO -c "import couchapp:dispatch" %*
rem Use a full path to Python (relative to this script) as the standard Python
rem install does not put python.exe on the PATH...
rem %~dp0 is the directory of this script

"%~dp0..\python" "%~dp0couchapp" %*
endlocal

0 comments on commit 004cf11

Please sign in to comment.