move_source_file.bat revision 7dbb3d5cf0c15f500944d211057644d6a2f37371
1@echo off
2setlocal
3:: This is required with cygwin only.
4PATH=%~dp0;%PATH%
5set PYTHONDONTWRITEBYTECODE=1
6call python "%~dp0move_source_file.py" %*
7