From 7a120dcd7be14e23f89b318b8ff5a492a0549e3f Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 29 Jan 2019 19:22:42 -0600 Subject: [PATCH] endtime executes everything with an absolute path --- endtime.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/endtime.bat b/endtime.bat index 890a2a8..5dbaf52 100644 --- a/endtime.bat +++ b/endtime.bat @@ -1,4 +1,5 @@ @echo off +for %%d in (%~dp0.) do set Directory=%%~fd title endtime -python workers\timeout.py -cleanup.bat \ No newline at end of file +python "%Directory%\workers\timeout.py" +"%Directory%\cleanup.bat" \ No newline at end of file