Browse Source

endtime executes everything with an absolute path

master
Raphael Roberts 7 years ago
parent
commit
7a120dcd7b
  1. 5
      endtime.bat

5
endtime.bat

@ -1,4 +1,5 @@
@echo off @echo off
for %%d in (%~dp0.) do set Directory=%%~fd
title endtime title endtime
python workers\timeout.py
cleanup.bat
python "%Directory%\workers\timeout.py"
"%Directory%\cleanup.bat"
Loading…
Cancel
Save