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