online sliding window implemented

--HG--
branch : sandbox
This commit is contained in:
Andreas
2009-07-22 21:19:25 +00:00
parent 8d3a83181c
commit 3cd2666eaf
3 changed files with 236 additions and 83 deletions

9
deploy.cmd Normal file
View File

@@ -0,0 +1,9 @@
@echo off
FOR %%f IN (src\*.py) DO CALL :conv %%f
goto :EOF
:conv
echo "Deploying %1 -> O:\User\baloan\tmp\%~n1"
copy %1 O:\User\baloan\tmp\%~n1 >nul:
c:\apps\tofrodos\fromdos O:\User\baloan\tmp\%~n1
goto :EOF